summaryrefslogtreecommitdiff
path: root/dhcpd.conf.xenuxlocal
diff options
context:
space:
mode:
authorJuri Jensen <juri@xenux.dk>2001-12-12 19:54:22 +0000
committerJuri Jensen <juri@xenux.dk>2001-12-12 19:54:22 +0000
commit0852f3f071bb365f526e6ef320323f62832094e1 (patch)
tree255e1a3b1d20dff011280f6cecac01685009086b /dhcpd.conf.xenuxlocal
parent6c449155dddaf64dfe9fab560e9f837ffb020851 (diff)
* Added a definition for the new autoinstall network
* Changed some names in the xenux.local domain * Modified the local shares for xenux.local
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 300d94c..60d481f 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 192.168.200.1;
+option routers orcrist.xenux.local;
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 192.168.200.1;
+option netbios-name-servers orcrist.xenux.local;
# According to our policy, the dynamic address space starts
# at .60 and ends at .229 giving 170 client addresses.