Dnsmasq: Difference between revisions

From Bitpost wiki
No edit summary
Line 4: Line 4:


== Show leases ==
== Show leases ==
  ssh bitpost
  ssh -t bp watch -n 1 cat /var/lib/misc/dnsmasq.leases
cat /var/lib/misc/dnsmasq.leases


== Configuration ==
== Configuration ==

Revision as of 16:57, 26 May 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

ssh -t bp watch -n 1 cat /var/lib/misc/dnsmasq.leases

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