summaryrefslogtreecommitdiff
path: root/dhcpd.conf.xenuxlocal
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpd.conf.xenuxlocal')
-rw-r--r--dhcpd.conf.xenuxlocal4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpd.conf.xenuxlocal b/dhcpd.conf.xenuxlocal
index 60d481f..351d21f 100644
--- a/dhcpd.conf.xenuxlocal
+++ b/dhcpd.conf.xenuxlocal
@@ -7,10 +7,10 @@ default-lease-time 1200;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
-option routers orcrist.xenux.local;
+option routers 192.168.200.1;
option domain-name-servers 192.168.200.20, 212.54.64.170, 212.54.64.171;
option domain-name "xenux.local";
-option netbios-name-servers orcrist.xenux.local;
+option netbios-name-servers 192.168.200.20;
# According to our policy, the dynamic address space starts
# at .60 and ends at .229 giving 170 client addresses.