Dnsmasq: Difference between revisions

From Bitpost wiki
No edit summary
Line 6: Line 6:
  mh-watch-leases
  mh-watch-leases
  # which does this: ssh -t bp watch -n 1 cat /var/lib/misc/dnsmasq.leases
  # which does this: ssh -t bp watch -n 1 cat /var/lib/misc/dnsmasq.leases
== Release leases ==
You have to stop, remove leases from the leases file, and restart dnsmasq:
sudo server dnsmasq stop && sudo emacs /var/lib/misc/dnsmasq.leases && sudo server dsnmasq start


== Configuration ==
== Configuration ==

Revision as of 22:43, 6 June 2022

dnsmasq provides LAN DNS caching, as well as static IPs for all your local machine names via their MAC addresses. It's perfect!

You don't even need local hosts files or to fiddle with wifi router, just let dnsmasq do it all. FUck yeah.

Show leases

mh-watch-leases
# which does this: ssh -t bp watch -n 1 cat /var/lib/misc/dnsmasq.leases

Release leases

You have to stop, remove leases from the leases file, and restart dnsmasq:

sudo server dnsmasq stop && sudo emacs /var/lib/misc/dnsmasq.leases && sudo server dsnmasq start

Configuration

bitpost:/etc/dnsmasq/dnsmasq.conf

Adding a new host

Add a new line to the config file with an available IP, and host and MAC of the new box.

Windows DNS resolution

Windows apparently puts a suffix on names, unless you end them with a dot, so sometimes in Windows you have to use something like this:

 \\hive.\reservoir