<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 14/01/2017 20:01, Raul Dias wrote:<br>
    </div>
    <blockquote
      cite="mid:%3C8a0e2afe-d10f-d796-f227-40b65c5383bb@dias.com.br%3E"
      type="cite">
      <p><tt><font size="+1">I am migrating a network to FreeIPA. LDAP,
            NFS, no Active Directory.</font></tt></p>
      <p><tt><font size="+1">A Windows Server 2008 R2, cannot use
            FreeIPAs bind to resolve DNS query.  <br>
            This server works fine with my old bind server, google's dns
            server (8.8.8.8), but not FreeIPA's.<br>
            Using wireshark, I can see the the response gets to this
            host, but is simply ignored.  Clocks are in sync.<br>
          </font></tt></p>
      <p><tt><font size="+1">Not sure if the problem is in the FreeIPA's
            side, probably not.</font></tt></p>
      <p><tt><font size="+1">Any ideas?</font></tt></p>
    </blockquote>
    <p>On FreeIPA host:  tcpdump -i eth0 -nnv -s0 port 53 and host
      x.x.x.x</p>
    <p>where x.x.x.x is IP address of the 2008R2 server, and assuming
      eth0 is the NIC.<br>
    </p>
    <p>See if any DNS queries arrive at the FreeIPA server. If no: then
      the problem is with the 2008R2 server, or the network in between.
      If yes: then see if FreeIPA is answering the queries or not.<br>
    </p>
  </body>
</html>