<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dns Archives - Network Guy</title>
	<atom:link href="https://networkguy.de/tag/dns/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Share your knowledge!</description>
	<lastBuildDate>Fri, 06 Nov 2020 14:11:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://networkguy.de/wp-content/uploads/2016/09/cropped-og-image-32x32.jpg</url>
	<title>dns Archives - Network Guy</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">35051042</site>	<item>
		<title>Google Chrome ignores the local dns server</title>
		<link>https://networkguy.de/google-chrome-ignores-the-local-dns-server/</link>
					<comments>https://networkguy.de/google-chrome-ignores-the-local-dns-server/#respond</comments>
		
		<dc:creator><![CDATA[Phillip]]></dc:creator>
		<pubDate>Wed, 04 Nov 2020 19:31:19 +0000</pubDate>
				<category><![CDATA[Sophos]]></category>
		<category><![CDATA[Sophos UTM]]></category>
		<category><![CDATA[dns]]></category>
		<guid isPermaLink="false">https://networkguy.de/?p=2452</guid>

					<description><![CDATA[<p>Hello Guys, for several months I had the problem that I could not reach my UTM via the dns name from my local network. I had no problems with the IP-address: A ping to utm.***.de and I get the local IP. Interesting&#8230; OK, now only captain tcpdump can help us. Let&#8217;s see what it looks [&#8230;]</p>
<p>The post <a href="https://networkguy.de/google-chrome-ignores-the-local-dns-server/">Google Chrome ignores the local dns server</a> appeared first on <a href="https://networkguy.de">Network Guy</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello Guys,</p>
<p>for several months I had the problem that I could not reach my UTM via the dns name from my local network.<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-with-failure-2.jpg"><img fetchpriority="high" decoding="async" class="alignnone wp-image-2467" src="https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-with-failure-2-300x251.jpg" alt="" width="473" height="396" srcset="https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-with-failure-2-300x251.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-with-failure-2-1024x856.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-with-failure-2-768x642.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-with-failure-2.jpg 1336w" sizes="(max-width: 473px) 100vw, 473px" /></a></p>
<p>I had no problems with the IP-address:</p>
<p><a href="https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-IP.jpg"><img decoding="async" class="alignnone wp-image-2454" src="https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-IP-255x300.jpg" alt="" width="477" height="561" srcset="https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-IP-255x300.jpg 255w, https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-IP-768x904.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-IP.jpg 800w" sizes="(max-width: 477px) 100vw, 477px" /></a></p>
<p>A ping to utm.***.de and I get the local IP.<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/ping-test-to-utm.jpg"><img decoding="async" class="alignnone wp-image-2455" src="https://networkguy.de/wp-content/uploads/2020/11/ping-test-to-utm-300x110.jpg" alt="" width="477" height="175" srcset="https://networkguy.de/wp-content/uploads/2020/11/ping-test-to-utm-300x110.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/ping-test-to-utm-1024x374.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/ping-test-to-utm-768x280.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/ping-test-to-utm-1536x561.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/ping-test-to-utm.jpg 1602w" sizes="(max-width: 477px) 100vw, 477px" /></a></p>
<p>Interesting&#8230;</p>
<p>OK, now only captain tcpdump can help us.<br />
Let&#8217;s see what it looks like.</p>
<p>&nbsp;</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">tcpdump -ni eth5 host 192.168.0.53(my client) and port 4444</pre>
<p>&nbsp;</p>
<p>Here it is important not to filter for the UTM (192.168.0.1), because we want to know how the client wants to reach the UTM.</p>
<p><a href="https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-with-failure-tcpdump.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2456" src="https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-with-failure-tcpdump-300x43.jpg" alt="" width="879" height="126" srcset="https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-with-failure-tcpdump-300x43.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-with-failure-tcpdump-1024x147.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-with-failure-tcpdump-768x110.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-with-failure-tcpdump-1536x220.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-with-failure-tcpdump.jpg 1989w" sizes="(max-width: 879px) 100vw, 879px" /></a><br />
Nice, chrome ignored my dns server and resolves the utm with it&#8217;s wan IP.<br />
Thanks Chrome!<br />
Normally this is not a problem. But my UTM has a transfer network to my provider router, so I can&#8217;t reached the webadmin portal.</p>
<p>Now we have to open the DNS settings in Chrome and find the error.<br />
Open the Chrome settings and search for dns.<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/chrome-settings.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2457" src="https://networkguy.de/wp-content/uploads/2020/11/chrome-settings-300x106.jpg" alt="" width="646" height="228" srcset="https://networkguy.de/wp-content/uploads/2020/11/chrome-settings-300x106.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/chrome-settings-1024x361.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/chrome-settings-768x271.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/chrome-settings-1536x542.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/chrome-settings.jpg 1833w" sizes="(max-width: 646px) 100vw, 646px" /></a></p>
<p>And now switch off the secure DNS. I am not a fan of such radical solutions, but unfortunately I did not find a button for an exception rule.<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/chrome-settings-dns.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2458" src="https://networkguy.de/wp-content/uploads/2020/11/chrome-settings-dns-300x180.jpg" alt="" width="392" height="235" srcset="https://networkguy.de/wp-content/uploads/2020/11/chrome-settings-dns-300x180.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/chrome-settings-dns-1024x614.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/chrome-settings-dns-768x460.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/chrome-settings-dns.jpg 1031w" sizes="(max-width: 392px) 100vw, 392px" /></a></p>
<p>Now it works:<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2459" src="https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-300x202.jpg" alt="" width="489" height="329" srcset="https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-300x202.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-1024x690.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-768x518.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS.jpg 1473w" sizes="(max-width: 489px) 100vw, 489px" /></a><br />
Fine, now Chrome uses my local DNS server.<br />
<a href="https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-tcpdump.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2460" src="https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-tcpdump-300x39.jpg" alt="" width="876" height="114" srcset="https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-tcpdump-300x39.jpg 300w, https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-tcpdump-1024x134.jpg 1024w, https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-tcpdump-768x101.jpg 768w, https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-tcpdump-1536x202.jpg 1536w, https://networkguy.de/wp-content/uploads/2020/11/Webadmin-by-DNS-tcpdump.jpg 2042w" sizes="(max-width: 876px) 100vw, 876px" /></a></p>
<p>That’s all</p>
<p style="text-align: center;"><strong>Have a nice day!</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://networkguy.de/google-chrome-ignores-the-local-dns-server/">Google Chrome ignores the local dns server</a> appeared first on <a href="https://networkguy.de">Network Guy</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://networkguy.de/google-chrome-ignores-the-local-dns-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2452</post-id>	</item>
	</channel>
</rss>
