Displaying 1 result from an estimated 1 matches for "demandred".
Did you mean:
demanded
2009 Dec 13
1
Home LAN server - dnsmasq
...ble from the 'outside' world at this point. It has a static IP
assigned (10.0.0.1/255.255.255.0), and dnsmasq is running.
Here is the contents of /etc/dnsmasq.conf:
domain-needed
bogus-priv
filterwin2k
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 lanf...