diff --git a/dnsmasq/readme.md b/dnsmasq/readme.md index 8a65aae..6676a78 100644 --- a/dnsmasq/readme.md +++ b/dnsmasq/readme.md @@ -171,13 +171,13 @@ rule. So `example.com` stuff here is just for show. `sudo systemctl enable --now dnsmasq` - - -* Check if it start without errors: `journalctl -u dnsmasq.service` -* If you are using `systemd-networkd` along with `systemd-resolved`, -you need to stop and disable `systemd-resolved`. +* Check if it started without errors: `journalctl -u dnsmasq.service` +* If you get port already in use error, check which service
+ `sudo ss -tulwnp`
+ If you are using `systemd-networkd` along with `systemd-resolved`, + it will likely be `systemd-resolved`.
* Make sure you **disable other DHCP servers** on the network, -usually a router is running one. + usually a router is running one. # Test it