ReswitchedWeekly / ReswitchedWeekly.github.io

A weekly summary of the development in Reswitched
https://reswitchedweekly.github.io/
MIT License
6 stars 8 forks source link

Ubuntu doesn't allow binding to port 53 #13

Open roblabla opened 6 years ago

roblabla commented 6 years ago

For Ubuntu Users the Switch fix: (Unable to bind on Port 53)

sudo systemctl disable systemd-resolved.service sudo service systemd-resolved stop

Put the following line in the [main] section of your /etc/NetworkManager/NetworkManager.conf: dns=default

Delete the symlink /etc/resolv.conf rm /etc/resolv.conf

Restart network-manager sudo service network-manager restart

roblabla commented 6 years ago

@Ehnoah just wondering, where do you find the above instruction ? Did it come from stackoverflow or something ? If so, do you still have the link ?

roblabla commented 6 years ago

https://askubuntu.com/questions/907246/how-to-disable-systemd-resolved-in-ubuntu