From 35f3f24a0d4dab0a53ad1f962f7210fdd7856e83 Mon Sep 17 00:00:00 2001 From: Vangelis Koukis Date: Tue, 6 Aug 2013 13:08:54 +0300 Subject: [PATCH] Revert "Change nameservers in nfdhcpd.conf" This reverts commit be1030abdbce3fb12eb9682c7260b55c31786fa2. All IPv4 and IPv6 examples should use the documentation/test ranges, see https://tools.ietf.org/html/rfc5737 and https://tools.ietf.org/html/rfc3849. Conflicts: nfdhcpd.conf Signed-off-by: Vangelis Koukis --- nfdhcpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nfdhcpd.conf b/nfdhcpd.conf index 91e4d2f..eeee0fa 100644 --- a/nfdhcpd.conf +++ b/nfdhcpd.conf @@ -11,10 +11,10 @@ user = nobody # An unprivileged user to run as enable_dhcp = yes lease_lifetime = 604800 # 1 week lease_renewal = 3600 # 1 hour -server_ip = 1.2.3.4 +server_ip = 192.0.2.1 dhcp_queue = 42 # NFQUEUE number to listen on for DHCP requests # IPv4 nameservers to include in DHCP responses -nameservers = 194.177.210.210, 194.177.210.10 +nameservers = 192.0.2.2, 192.0.2.3 # Optional domain to serve with the replies #domain = example.com -- 1.7.10.4