Displaying 1 result from an estimated 1 matches for "rahvin".
Did you mean:
anvin
2009 Dec 13
1
Home LAN server - dnsmasq
...terwin2k
except-interface=eth0
dhcp-range=10.0.0.50,10.0.0.100,1h
dhcp-host=asmodean
dhcp-host=demandred
dhcp-host=lanfear
dhcp-authoritative
conf-dir=/etc/dnsmasq.d
and here is the contents of /etc/hosts:
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
10.0.0.1 rahvin.local rahvin
10.0.0.2 asmodean.local asmodean
10.0.0.3 demandred.local demandred
10.0.0.4 lanfear.local lanfear
What I *want* to happen is to be able to give a fixed dhcp lease to a
client that sends a particular name from /etc/hosts - that way I just
have to maintain /etc/hosts on the gatew...