summaryrefslogtreecommitdiff
path: root/keama/tests/fordhcp/dhcpd.voip.conf
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/fordhcp/dhcpd.voip.conf')
-rw-r--r--keama/tests/fordhcp/dhcpd.voip.conf31
1 files changed, 0 insertions, 31 deletions
diff --git a/keama/tests/fordhcp/dhcpd.voip.conf b/keama/tests/fordhcp/dhcpd.voip.conf
deleted file mode 100644
index 3b9a0469..00000000
--- a/keama/tests/fordhcp/dhcpd.voip.conf
+++ /dev/null
@@ -1,31 +0,0 @@
-# dhcpd.voip.conf file for Voice over IP phone network served by the 950
-# charter #failover peerset. This file may be copied to /etc between these
-# two systems without modifications.
-#
-
-subnet 204.152.185.128 netmask 255.255.255.192 {
- option subnet-mask 255.255.255.192;
- option broadcast-address 204.152.185.191;
- option routers 204.152.185.129;
- option tftp-server-name "149.20.32.15";
-
- pool {
- #failover peer "isc";
- deny dynamic bootp clients;
- range 204.152.185.135 204.152.185.185;
- }
-}
-
-# asterisk.isc.org - VOIP PBX like thing.
-#host asterisk {
-# hardware ethernet 00:d0:b7:47:94:45;
-# hardware ethernet 00:02:B3:88:C5:27;
-# fixed-address 204.152.185.133;
-#}
-
-# an older iteration of asterisk
-#host asterisk-old {
-# hardware ethernet 00:90:27:73:86:bb;
-# fixed-address 204.152.185.134;
-#}
-