Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Windows? #4

Closed
GoodComputerGuy opened this issue Jan 10, 2018 · 4 comments · Fixed by #5
Closed

Not working on Windows? #4

GoodComputerGuy opened this issue Jan 10, 2018 · 4 comments · Fixed by #5
Assignees

Comments

@GoodComputerGuy
Copy link

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
Copy link
Member

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
Copy link
Author

GoodComputerGuy commented Jan 12, 2018

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
Copy link
Member

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.

@AarynSmith AarynSmith self-assigned this Jan 17, 2018
@GoodComputerGuy
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants