diff options
author | Klaus Agnoletti <klaus@xenux.dk> | 2002-04-12 14:41:29 +0000 |
---|---|---|
committer | Klaus Agnoletti <klaus@xenux.dk> | 2002-04-12 14:41:29 +0000 |
commit | 6963fc94fe053e61565d795b2c6a1b8debe6cc11 (patch) | |
tree | 700273e23481905f2525296c2613b6e0920ba28c | |
parent | ca2ea531fbe69171b356ff50bd78f6574a843de6 (diff) |
* changed ip subnet for divitech to something else than 192.168.6.x
-rw-r--r-- | dhcpd.conf.divitech | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dhcpd.conf.divitech b/dhcpd.conf.divitech index acca1f4..cfc769e 100644 --- a/dhcpd.conf.divitech +++ b/dhcpd.conf.divitech @@ -7,14 +7,14 @@ default-lease-time 1200; max-lease-time 7200; option subnet-mask 255.255.255.0; -option routers 192.168.6.1; -option domain-name-servers 192.168.6.1, 212.242.41.248, 212.242.41.249; +option routers 192.168.7.1; +option domain-name-servers 192.168.7.1, 212.242.41.248, 212.242.41.249; option domain-name "divitech.local"; -option netbios-name-servers 192.168.6.1; +option netbios-name-servers 192.168.7.1; # According to our policy, the dynamic address space starts # at .60 and ends at .229 giving 170 client addresses. # (See "System Description --> Network Model") -subnet 192.168.6.0 netmask 255.255.255.0 { - range 192.168.6.60 192.168.6.229; +subnet 192.168.7.0 netmask 255.255.255.0 { + range 192.168.7.60 192.168.7.229; } |