<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000000'><font face="arial, helvetica, sans-serif"><span style="font-size: 12pt;">That's a good idea. If you aren't comfortable with Wireshark, you could try this first. From a Windows cmd box:</span></font><div><font face="arial, helvetica, sans-serif"><span class="Apple-tab-span" style="white-space:pre">        </span>ipconfig /all | findstr /C:"DNS Server"</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">That should return one or more IP addresses of the regular DNS servers you have. Suppose it returns 10.1.1.5 and 10.2.1.5, from your Linux shell:</font></div><div><font face="arial, helvetica, sans-serif"><span class="Apple-tab-span" style="white-space:pre">        </span>host somefileserver.local 10.1.1.5&nbsp;</font></div><div><font face="arial, helvetica, sans-serif"><span class="Apple-tab-span" style="white-space:pre">        </span>host somefileserver.local 10.2.1.5</font></div><div><font face="arial, helvetica, sans-serif">See if either of them return the IP of somefileserver.local (or whatever the hostname is you're looking for).</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">If it does, then you have a regular DNS server that will respond and the issue will be your bind configuration. If it doesn't then you'll have to go another route.</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Scott<br></font><br><hr id="zwchr" style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 12pt;"><div style="color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-size: 12pt; font-weight: normal; font-style: normal; text-decoration: none;"><b>From: </b>"Derek Atkins" &lt;warlord@MIT.EDU&gt;<br><b>To: </b>"Atlanta Linux Enthusiasts" &lt;ale@ale.org&gt;<br><b>Sent: </b>Tuesday, March 3, 2015 9:52:59 AM<br><b>Subject: </b>Re: [ale] Linux Bind9 and Windows .local dns?<br><br>Try to set up a wireshark session to see who the windows box is actually<br>asking. &nbsp;Is it using mDNS or is it asking the configured DNS Server?<br>Once you see what's going over the network you might better see where<br>the issue is and try to fix it.<br><br>-derek<br><br>"Robert L. Harris" &lt;robert.l.harris@gmail.com&gt; writes:<br><br>&gt; Corp is using .local for some internal services such as a key file server.&nbsp; I<br>&gt; have no control over it.<br>&gt;<br>&gt; &nbsp;&nbsp;The first key issue I'm seeing is a windows box on my 172.27 subnet can ping<br>&gt; the file server but trying to do a dns lookup on the hostname is failing to<br>&gt; resolve.&nbsp; As a result all the procedures that tell my manufacturing users to<br>&gt; open "\\share.local\Manufacturing" fail and updating them to do \\<br>&gt; 10.bbb.ccc.ddd\Manufacturing" would cause a lot more pain than it's worth. &nbsp;<br>&gt;<br>&gt; &nbsp; My Linux bind server has the windows domain servers as the upstream dns in my<br>&gt; resolv.conf but I've never had to deal with this type of forwarding before so<br>&gt; I'm not sure where the breakage is.<br>&gt;<br>&gt; &nbsp; Unfortunately we have critical documents on the shared server and I need to<br>&gt; get it working this way.<br>&gt;<br>&gt; Robert<br>&gt;<br>&gt; On Mon, Mar 2, 2015 at 11:59 AM LnxGnome &lt;lnxgnome@hopnet.net&gt; wrote:<br>&gt;<br>&gt; &nbsp; &nbsp; .local is a concept of multicast DNS.&nbsp; If the host.local speaks mDNS, it<br>&gt; &nbsp; &nbsp; should be responding to those replies for itself.&nbsp; This works find for a<br>&gt; &nbsp; &nbsp; small shared LAN.<br>&gt; &nbsp; &nbsp;<br>&gt; &nbsp; &nbsp; If you have a distributed / firewalled network that isn't passing mDNS<br>&gt; &nbsp; &nbsp; between segments, that is probably causing your problem.&nbsp; In this<br>&gt; &nbsp; &nbsp; situation, don't use ".local".<br>&gt;<br>&gt; &nbsp; &nbsp; --LnxGnome<br>&gt;<br>&gt; &nbsp; &nbsp; On 3/2/15 12:35 PM, Robert L. Harris wrote:<br>&gt; &nbsp; &nbsp;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I've set up a bind9 server ( Ubuntu ) for a subnet ( 172.27/16 ) at<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; work to support some lab space.&nbsp; I've found a problem where it seems<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; some Windows boxes are not correctly resolving the corp.local domain<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; even though I'm referencing the corp dns servers and internal.corp.com<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; works just fine, just not the .local.&nbsp; I can access with \\<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; aaa.bbb.ccc.dd\share correctly and ping aaa.bbb.ccc.ddd without issue.<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; Anyone seen this or have a link?&nbsp; Googling "linux bind9 windows domain"<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; provides a lot of red herrings.<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; Robert<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; _______________________________________________<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; Ale mailing list<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; Ale@ale.org<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; http://mail.ale.org/mailman/listinfo/ale<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; See JOBS, ANNOUNCE and SCHOOLS lists at<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; http://mail.ale.org/mailman/listinfo<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; <br>&gt; &nbsp; &nbsp; _______________________________________________<br>&gt; &nbsp; &nbsp; Ale mailing list<br>&gt; &nbsp; &nbsp; Ale@ale.org<br>&gt; &nbsp; &nbsp; http://mail.ale.org/mailman/listinfo/ale<br>&gt; &nbsp; &nbsp; See JOBS, ANNOUNCE and SCHOOLS lists at<br>&gt; &nbsp; &nbsp; http://mail.ale.org/mailman/listinfo<br>&gt;<br>&gt; _______________________________________________<br>&gt; Ale mailing list<br>&gt; Ale@ale.org<br>&gt; http://mail.ale.org/mailman/listinfo/ale<br>&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>&gt; http://mail.ale.org/mailman/listinfo<br><br>-- <br>&nbsp;&nbsp; &nbsp; &nbsp; Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory<br>&nbsp;&nbsp; &nbsp; &nbsp; Member, MIT Student Information Processing Board &nbsp;(SIPB)<br>&nbsp;&nbsp; &nbsp; &nbsp; URL: http://web.mit.edu/warlord/ &nbsp; &nbsp;PP-ASEL-IA &nbsp; &nbsp; N1NWH<br>&nbsp;&nbsp; &nbsp; &nbsp; warlord@MIT.EDU &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PGP key available<br><br>_______________________________________________<br>Ale mailing list<br>Ale@ale.org<br>http://mail.ale.org/mailman/listinfo/ale<br>See JOBS, ANNOUNCE and SCHOOLS lists at<br>http://mail.ale.org/mailman/listinfo<br></div><br></div></div></body></html>