diff options
Diffstat (limited to 'tools/conf/etc/dnsmasq.conf')
-rw-r--r-- | tools/conf/etc/dnsmasq.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/conf/etc/dnsmasq.conf b/tools/conf/etc/dnsmasq.conf index dc48d99..f8f7201 100644 --- a/tools/conf/etc/dnsmasq.conf +++ b/tools/conf/etc/dnsmasq.conf @@ -122,7 +122,8 @@ listen-address=127.0.0.1 # configure it as shown above, and then use the following line to # disable DHCP and TFTP on it. no-dhcp-interface=lo -no-dhcp-interface=wlp7s0 +#no-dhcp-interface=wlp7s0 +#no-dhcp-interface=enp8s0 # On systems which support it, dnsmasq binds the wildcard address, # even when it is listening on only some interfaces. It then discards @@ -152,7 +153,7 @@ expand-hosts # 2) Sets the "domain" DHCP option thereby potentially setting the # domain of all systems configured by DHCP # 3) Provides the domain part for "expand-hosts" -domain=core.privat-network.net +domain=core # Set a different domain for a particular subnet #domain=wireless.thekelleys.org.uk,192.168.2.0/24 @@ -166,7 +167,7 @@ domain=core.privat-network.net # repeat this for each network on which you want to supply DHCP # service. #dhcp-range=192.168.0.50,192.168.0.150,12h -dhcp-range=br0,10.0.0.5,10.0.0.50,12h +dhcp-range=br0,10.0.0.5,10.0.0.50,2h # This is an example of a DHCP range where the netmask is given. This # is needed for networks we reach the dnsmasq DHCP server via a relay |