From: Ted Lemon Date: Thu, 16 May 1996 23:06:34 +0000 (+0000) Subject: Add subnet info for vix.com X-Git-Tag: BETA-2~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbecf9cd78c0eac9f65764e83d4a6e91e61247b3;p=thirdparty%2Fdhcp.git Add subnet info for vix.com --- diff --git a/dhcpd.conf b/dhcpd.conf index 5aec18592..cd91abbc0 100644 --- a/dhcpd.conf +++ b/dhcpd.conf @@ -5,3 +5,11 @@ subnet 204.254.239.0 netmask 255.255.255.0 option routers 204.254.239.1 option domain-name-servers 204.254.239.2 option domain-name "fugue.com"; + +subnet 192.5.5.0 netmask 255.255.255.224 + range 192.5.5.26 192.5.5.30 + option subnet-mask 255.255.255.224 option broadcast-address 192.5.5.224 + default-lease-time 600 max-lease-time 7200 + option routers 192.5.5.1 + option domain-name-servers 192.5.5.15, 192.5.5.1 + option domain-name "home.vix.com"; diff --git a/server/dhcpd.conf b/server/dhcpd.conf index 5aec18592..cd91abbc0 100644 --- a/server/dhcpd.conf +++ b/server/dhcpd.conf @@ -5,3 +5,11 @@ subnet 204.254.239.0 netmask 255.255.255.0 option routers 204.254.239.1 option domain-name-servers 204.254.239.2 option domain-name "fugue.com"; + +subnet 192.5.5.0 netmask 255.255.255.224 + range 192.5.5.26 192.5.5.30 + option subnet-mask 255.255.255.224 option broadcast-address 192.5.5.224 + default-lease-time 600 max-lease-time 7200 + option routers 192.5.5.1 + option domain-name-servers 192.5.5.15, 192.5.5.1 + option domain-name "home.vix.com";