0
NextDNS fails to work on UXG-Lite
Used the install script, and it seemed to setup correctly. Tried starting nextdns, and checking the status
root@UXG-Lite:~# nextdns status
Error: service in failed state
Checked the logs:
Dec 23 20:53:28 UXG-Lite systemd[1]: Started NextDNS DNS53 to DoH proxy..
Dec 23 20:53:29 UXG-Lite nextdns[2545]: Starting NextDNS 1.41.0/linux on :53
Dec 23 20:53:29 UXG-Lite nextdns[2545]: Listening on TCP/:53
Dec 23 20:53:29 UXG-Lite nextdns[2545]: Starting mDNS discovery
Dec 23 20:53:29 UXG-Lite nextdns[2545]: Listening on UDP/:53
Dec 23 20:53:29 UXG-Lite nextdns[2545]: Startup failed: proxy: tcp: listen tcp :53: bind: address already in use
Dec 23 20:53:29 UXG-Lite nextdns[2545]: Error: proxy: tcp: listen tcp :53: bind: address already in use
Dec 23 20:53:29 UXG-Lite systemd[1]: nextdns.service: Main process exited, code=exited, status=1/FAILURE
Dec 23 20:53:29 UXG-Lite systemd[1]: nextdns.service: Failed with result 'exit-code'.
Unsure if relevant info, but the UXG-Lite runs Debian, and it seems systemd-resolved service does not run by default.
3 replies
-
It’s saying that there’s something else running on port 53 already.
Can you run netstat or equivalent to find out what’s listening on the port?
-
I edited
/etc/systemd/resolved.conf
to haveDNSStubListener=no
Then rebooted, and was able to successfully run `nextdns start`. And it seems now it's able to survive restarting.
Content aside
- 11 mths agoLast active
- 3Replies
- 208Views
-
2
Following