-
Notifications
You must be signed in to change notification settings - Fork 974
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
Does not listen port 53 #51
Comments
This is where it stops. |
Does the same happen if you run non sudo on port 5353? |
UDP port 5353 is already in use. TCP port 5353 is closed. 5353 is default port for multicast DNS. If I use port 5555 or 50 dnsseed opens that UDP port. Port 50 works with sudo. UFW is inactive. Iptables is empty. |
I need to learn how to use GDB. Eg. port 5555 or 55 is listened only by IPv6. Port 53 will not appear in netstat list.
If I run Port 53 is working OK. Additional info... If I run dnsseed on port 55 and make a redirect
but this brakes the sever's dns.
|
systemd-resolved is added to Ubuntu 16.10 ->. 127.0.0.53:53 causes problems. I think bitcoin seeder need to be binded to listen only specified IP address like '-b 10.0.2.15'. |
Fresh Lbuntu 17.10 install in Virtual box. No error on compilation.
I run
sudo ./dnsseed -h dnsseed -n localhost -m test. -p 53
...
Starting 4 DNS threads for dnsseed on localhost (port 53).......done
...
but
nslookup dnsseed localhost
;; connection timed out; no server could be reached
The text was updated successfully, but these errors were encountered: