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, 31 insertions, 0 deletions
diff --git a/keama/tests/fordhcp/dhcpd.voip.conf b/keama/tests/fordhcp/dhcpd.voip.conf
new file mode 100644
index 00000000..3b9a0469
--- /dev/null
+++ b/keama/tests/fordhcp/dhcpd.voip.conf
@@ -0,0 +1,31 @@
+# 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;
+#}
+