summaryrefslogtreecommitdiff
path: root/dhcpd.conf
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-05-22 11:30:58 +0000
committerTed Lemon <source@isc.org>1996-05-22 11:30:58 +0000
commitee4c389d7fa95b543c17552c46443dcb425a5bad (patch)
treec0c556fa2fd4154a50029dd9fcfc40f8c7d17d97 /dhcpd.conf
parentb09c7d6311846724ce084f09f3dcfb926b037d63 (diff)
downloadisc-dhcp-ee4c389d7fa95b543c17552c46443dcb425a5bad.tar.gz
Add vix.com local subnet
Diffstat (limited to 'dhcpd.conf')
-rw-r--r--dhcpd.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/dhcpd.conf b/dhcpd.conf
index bb663114..07d0e953 100644
--- a/dhcpd.conf
+++ b/dhcpd.conf
@@ -1,4 +1,4 @@
-shared-network LOCAL
+shared-network FUGUE
option domain-name-servers 204.254.239.2
option domain-name "fugue.com"
option subnet-mask 255.255.255.0 option broadcast-address 204.254.239.255
@@ -11,6 +11,14 @@ shared-network LOCAL
range dynamic-bootp 10.0.1.1 10.0.1.20
option routers 10.0.1.254;
+subnet 192.5.5.0 netmask 255.255.255.224
+ range 192.5.5.26 192.5.5.30
+ option routers 192.5.5.1
+ option name-servers 192.5.5.15, 192.5.5.1
+ option domain-name "vix.com"
+ option subnet-mask 255.255.255.224 option broadcast-address 192.5.5.31
+ default-lease-time 600 max-lease-time 7200;
+
host passacaglia hardware ethernet 0:0:c0:5d:bd:95
filename "vmunix.passacaglia"
server-name "toccata.fugue.com";