summaryrefslogtreecommitdiff
path: root/dhcpd.conf.ntiexpo
diff options
context:
space:
mode:
authorKlaus Agnoletti <klaus@xenux.dk>2002-04-24 14:48:36 +0000
committerKlaus Agnoletti <klaus@xenux.dk>2002-04-24 14:48:36 +0000
commit9639053d2ef44c626fa95a0e07147fea248310ab (patch)
treee40603da9691f801ebd3411f87750a0b02dd6558 /dhcpd.conf.ntiexpo
parentad75a4c47206765ccf3c202d09c3955252172de2 (diff)
* Corrected a few errors in site ntiexpo
Diffstat (limited to 'dhcpd.conf.ntiexpo')
-rw-r--r--dhcpd.conf.ntiexpo20
1 files changed, 20 insertions, 0 deletions
diff --git a/dhcpd.conf.ntiexpo b/dhcpd.conf.ntiexpo
new file mode 100644
index 0000000..c633b91
--- /dev/null
+++ b/dhcpd.conf.ntiexpo
@@ -0,0 +1,20 @@
+# dhcpd.conf
+#
+# DHCP configuration file for nti-expo.local
+#
+
+default-lease-time 1200;
+max-lease-time 7200;
+
+option subnet-mask 255.255.255.0;
+option routers 10.20.30.1;
+option domain-name-servers 10.20.30.1;
+option domain-name "nti-expo.local";
+option netbios-name-servers 10.20.30.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 10.20.30.0 netmask 255.255.255.0 {
+ range 10.20.30.60 10.20.30.229;
+}