Open SimonBard opened 2 days ago
systemd-resolver running on Port 53 ?
Please type ss -tulpn and post result please.
Or sudo netstat -tnlp | grep :53
Or sudo netstat -tnlp | grep :53
Many thanks for the quick reply.
I have no clue what the output means. Do I need to kill that process?
$ ss -tulpn
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
udp UNCONN 0 0 127.0.0.53%lo:53 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:41503 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:5353 0.0.0.0:*
udp UNCONN 0 0 [fe80::f85:6a57:26a:ffd2]%eth0:546 [::]:*
udp UNCONN 0 0 [::]:5353 [::]:*
udp UNCONN 0 0 [::]:47276 [::]:*
tcp LISTEN 0 4096 0.0.0.0:8123 0.0.0.0:*
tcp LISTEN 0 4096 0.0.0.0:8080 0.0.0.0:*
tcp LISTEN 0 128 127.0.0.1:631 0.0.0.0:*
tcp LISTEN 0 4096 127.0.0.1:44651 0.0.0.0:*
tcp LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0:*
tcp LISTEN 0 128 0.0.0.0:22 0.0.0.0:*
tcp LISTEN 0 4096 [::]:8123 [::]:*
tcp LISTEN 0 4096 [::]:8080 [::]:*
tcp LISTEN 0 128 [::1]:631 [::]:*
tcp LISTEN 0 128 [::]:22 [::]:*
$ sudo netstat -tnlp | grep :53
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 702/systemd-resolve
Port 53 is used by systemd resolver actually.
you can easily stop systemd-resolver if you didn't use that.
systemctl stop systemd-resolved Systemctl disable systemd-resolved
also you can remove it.
apt purge systemd-resolved
$ sudo netstat -tnlp | grep :53 tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 702/systemd-resolve
As you can see systemd-resolved listening on UDP 53 port. I'm not sure and I have no way to check it right now :thinking: .. try this :
sudo systemctl disable systemd-resolved.service
sudo systemctl stop systemd-resolved
place dns=default
line in the [main] section of your /etc/NetworkManager/NetworkManager.conf
mv /etc/resolv.conf /etc/resolv.conf.del
sudo service network-manager restart
or sudo systemctl restart NetworkManager.service
:thinking:
Beatrice .. can you confirm this ? :thinking:
What OS is used actually ?. Debian ? Then purge systemd-resolver If Ubuntu then follow Greg's recommendations
Many thanks for the development of the application. When starting it on my rpi, I encounter the following error:
There is no other application blocking the port: