<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PaloAlto and DNS in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/paloalto-and-dns/m-p/382382#M89843</link>
    <description>&lt;P&gt;The question that I have, is exactly what is happening to you?&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2021 16:37:15 GMT</pubDate>
    <dc:creator>jdelio</dc:creator>
    <dc:date>2021-01-27T16:37:15Z</dc:date>
    <item>
      <title>PaloAlto and DNS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/paloalto-and-dns/m-p/367495#M88840</link>
      <description>&lt;P&gt;I have PAN running version 8.1.17 and it is configured with two DNS servers on the management interface, you know the usual, nothing special.&amp;nbsp; I have security and NAT rule on the PAN firewall the uses FQDN.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to detect when the PAN fails to query the DNS server?&amp;nbsp; Is there anything in the system log that will tell me the PAN can NOT resolve DNS queries because DNS servers are not available?&lt;/P&gt;</description>
      <pubDate>Sun, 06 Dec 2020 01:09:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/paloalto-and-dns/m-p/367495#M88840</guid>
      <dc:creator>dtran</dc:creator>
      <dc:date>2020-12-06T01:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: PaloAlto and DNS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/paloalto-and-dns/m-p/367565#M88845</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/41973"&gt;@dtran&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DNS is used by the Management plane and you will not see the logs in the system logs.&lt;/P&gt;
&lt;P&gt;If you have two DNS servers configured for MP then if first one does not work it will try second.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To see the logs of the DNS server you this command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;dmin@BMS&amp;gt; tcpdump filter "port 53"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Press Ctrl-C to stop capturing&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;^C6 packets captured&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;6 packets received by filter&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;0 packets dropped by kernel&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;admin@BMS&amp;gt; view-pcap mgmt-pcap mgmt.pcap&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;16:27:32.181752 IP 192.168.1.10.51698 &amp;gt; 10.25.51.60.domain: 39467+ A? pool.ntp.org. (30)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;16:27:32.181783 IP 192.168.1.10.51698 &amp;gt; 10.25.51.60.domain: 48046+ AAAA? pool.ntp.org. (30)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;16:27:32.421488 IP 10.25.51.60.domain &amp;gt; 192.168.1.10.51698: 48046 0/1/0 (85)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;16:27:32.421675 IP 10.25.51.60.domain &amp;gt; 192.168.1.10.51698: 39467 4/0/0 A 216.55.208.22, A 205.206.70.7, A 68.69.221.61, A 209.115.181.110 (94)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;16:27:35.212415 IP 192.168.1.10.37727 &amp;gt; 10.25.51.60.domain: 1564+ [1au] AAAA? home-fw.ecobee.com. (47)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;16:27:35.214506 IP 10.25.51.60.domain &amp;gt; 192.168.1.10.37727: 1564 1/1/1 CNAME home-fw.hm-prod.ecobee.com. (167)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Where 192.168.1.10 is &amp;nbsp;Management IP of the PA&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;10.25.51.50 is my Internal &amp;nbsp;DNS server.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Dec 2020 23:32:14 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/paloalto-and-dns/m-p/367565#M88845</guid>
      <dc:creator>MP18</dc:creator>
      <dc:date>2020-12-06T23:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: PaloAlto and DNS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/paloalto-and-dns/m-p/367569#M88848</link>
      <description>&lt;P&gt;I know how DNS works and I also know how tcpdump work but that is not my question.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the PAN can NOT communicate with DNS over the MP for FQDN resolution, will there any messages in the system log file that will tell me?&amp;nbsp; Apparently, I see messages in the system file for LDAP, but not DNS.&amp;nbsp; Why?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 02:54:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/paloalto-and-dns/m-p/367569#M88848</guid>
      <dc:creator>dtran</dc:creator>
      <dc:date>2020-12-07T02:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: PaloAlto and DNS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/paloalto-and-dns/m-p/367613#M88857</link>
      <description>&lt;P&gt;seems i only get a resolve error... not an actual connection error....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MickBall_0-1607341458889.jpeg" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/28982i1AA8B43DC4C3928B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="MickBall_0-1607341458889.jpeg" alt="MickBall_0-1607341458889.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 11:44:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/paloalto-and-dns/m-p/367613#M88857</guid>
      <dc:creator>Mick_Ball</dc:creator>
      <dc:date>2020-12-07T11:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: PaloAlto and DNS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/paloalto-and-dns/m-p/374030#M89001</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/41973"&gt;@dtran&lt;/a&gt;&amp;nbsp; Seems this is by PA design&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you wanna see failure logs for DNS server in system logs you can check with your SE and ask for feature request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/9981"&gt;@Mick_Ball&lt;/a&gt;&amp;nbsp; mentioned you will only see logs for&amp;nbsp;&lt;SPAN&gt;may show type :general and description description contains 'Connection to Update server closed: &lt;/SPAN&gt;&lt;A href="http://updates.paloaltonetworks.com/" target="_blank"&gt;updates.paloaltonetworks.com&lt;/A&gt;&lt;SPAN&gt;, source: '&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you wanna see additional info you can check the&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ms.logs which is part of the management server logs, show it failed to check, but it does not give me any information about DNS failure&lt;BR /&gt;&lt;BR /&gt;"error code-1" may indicate connection failure&lt;BR /&gt;&lt;BR /&gt;020-12-12 14:36:15.666 -0800 Error: pan_mgmtop_support_check_handler(pan_ops_common.c:10318): Error removing file:/opt/pancfg/mgmt/global/supportinfo.xml.10277&lt;BR /&gt;2020-12-12 14:36:15.666 -0800 updater error code:-1&lt;BR /&gt;'cfg.platform.express-mode': NO_MATCHES&lt;BR /&gt;NO_MATCHES&lt;BR /&gt;NO_MATCHES&lt;BR /&gt;2020-12-12 14:37:31.116 -0800 ### MS-DB: RuleHit update: /opt/pancfg/mgmt/devices/localhost.localdomain/rule-hit-count-db.txt&lt;BR /&gt;2020-12-12 14:38:07.573 -0800 updater error code:-1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 00:47:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/paloalto-and-dns/m-p/374030#M89001</guid>
      <dc:creator>MP18</dc:creator>
      <dc:date>2020-12-13T00:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: PaloAlto and DNS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/paloalto-and-dns/m-p/382382#M89843</link>
      <description>&lt;P&gt;The question that I have, is exactly what is happening to you?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 16:37:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/paloalto-and-dns/m-p/382382#M89843</guid>
      <dc:creator>jdelio</dc:creator>
      <dc:date>2021-01-27T16:37:15Z</dc:date>
    </item>
  </channel>
</rss>

