uxbh / ztdns

DNS server for a ZeroTier virtual network
MIT License
245 stars 50 forks source link

Not working on Windows? #4

Closed GoodComputerGuy closed 6 years ago

GoodComputerGuy commented 6 years ago

Got it running and configured on Windows but the DNS server doesn't seem to be reachable. It picks up the computers in my network correctly and starts the server on port 53 but I'm unable to telnet to it or use it at all. I've allowed it through Windows Firewall, too, so that's not stopping it.

AarynSmith commented 6 years ago

Unfortunately I don't have a windows computer to test on at the moment. You can try verifying that ztDNS was actually able to bind the port by using netstat -a -b -n -o as administrator and checking that the PID associated with port 53 is the same as your ztDNS process.

GoodComputerGuy commented 6 years ago

Oh - that was an obvious next step. Yes, ztdns.exe is binding to port 53 on both IPV4 and IPV6. The foreign address is : and the state column is blank. So if it's running and binding to the right port I would think that is all there is to it. Is there anything else to troubleshoot?

AarynSmith commented 6 years ago

I was able to get access to a windows computer to test with, and honestly I am not quite sure why it does not work. Everything appears to bind correctly. The port is open and listening, but we don't appear to get a response from it. This will require some more digging.

GoodComputerGuy commented 6 years ago

Yeah, that's what I'm seeing. Let me know if there's anything I can do to help test.