summaryrefslogtreecommitdiff
path: root/keama/tests/dhcp3/folder.dhcpd/alaucre.dhcpd
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/dhcp3/folder.dhcpd/alaucre.dhcpd')
-rw-r--r--keama/tests/dhcp3/folder.dhcpd/alaucre.dhcpd100
1 files changed, 100 insertions, 0 deletions
diff --git a/keama/tests/dhcp3/folder.dhcpd/alaucre.dhcpd b/keama/tests/dhcp3/folder.dhcpd/alaucre.dhcpd
new file mode 100644
index 00000000..446a9f5a
--- /dev/null
+++ b/keama/tests/dhcp3/folder.dhcpd/alaucre.dhcpd
@@ -0,0 +1,100 @@
+# alaucre DHCPD Config File.
+# Generated 2012-04-03-16:20 with gendhcpd.pl by Creekside Auburn.
+
+
+# Sip Server option need for Acatel ATAs
+option sip-server-address code 120 = string;
+
+# Acatel ATAs require TFTP server option
+option tftp-server-address code 66 = string;
+
+shared-network alaucre {
+ authoritative;
+
+# include "/etc/dhcp3/folder.dhcpd/events.dhcpd";
+
+# WANIP for alaucre not configured
+
+#dhcpd-snmp=alaucre-cust0,66.253.160.21-66.253.163.254
+ subnet 66.253.160.0 netmask 255.255.252.0 {
+ option routers 66.253.160.1;
+ option subnet-mask 255.255.252.0;
+ option broadcast-address 66.253.163.255;
+ option domain-name "client.pavlovmedia.net";
+ option domain-name-servers 66.253.214.16, 50.30.184.16;
+ default-lease-time 14400;
+ max-lease-time 28800;
+ min-lease-time 3600;
+ pool {
+ failover peer "NATIONAL";
+ deny members of "ruckus";
+ deny members of "ubnt";
+ deny dynamic bootp clients;
+ range 66.253.160.21 66.253.163.254;
+ }
+ host accesspoint {
+ hardware ethernet 00:03:52:04:45:49;
+ fixed-address 66.253.160.2;
+ }
+ host frontgate {
+ hardware ethernet 00:1E:E5:3C:5D:DA;
+ fixed-address 66.253.160.22;
+ }
+ host clubhouse {
+ hardware ethernet 00:0f:fe:67:20:9f;
+ fixed-address 66.253.160.23;
+ }
+ }
+
+#dhcpd-snmp=alaucre-cust1,74.223.30.3-74.223.31.254
+ subnet 74.223.30.0 netmask 255.255.254.0 {
+ always-broadcast off;
+ option routers 74.223.30.1;
+ option subnet-mask 255.255.254.0;
+ option broadcast-address 74.223.31.255;
+ option domain-name "client.pavlovmedia.net";
+ option domain-name-servers 66.253.214.16, 50.30.184.16;
+ default-lease-time 14400;
+ max-lease-time 28800;
+ min-lease-time 3600;
+
+ # Sip Server option need for Acatel ATAs
+ # add 01: + the hexadecimal version of the IP address
+ # Ex: IP address 10.0.8.174 converted to hexadecimal
+ # option sip-server-address 1:a:0:8:ae;
+ option sip-server-address 1:44:ea:80:49; # 69.73.91.40
+
+ # Acatel ATAs require TFTP server option
+ option tftp-server-address "68.234.128.73";
+
+ pool {
+ failover peer "NATIONAL";
+ deny members of "ruckus";
+ deny members of "ubnt";
+ deny dynamic bootp clients;
+ range 74.223.30.3 74.223.31.254;
+ }
+ }
+
+ subnet 10.146.112.0 netmask 255.255.255.0 {
+ }
+
+ subnet 10.146.113.0 netmask 255.255.255.0 {
+ }
+
+#dhcpd-snmp=alaucre-ruckus,10.146.114.100-10.146.114.239
+ subnet 10.146.114.0 netmask 255.255.255.0 {
+ option routers 10.146.114.1;
+ option subnet-mask 255.255.255.0;
+ option broadcast-address 10.146.114.255;
+ pool {
+ failover peer "NATIONAL";
+ allow members of "ruckus";
+ allow members of "ubnt";
+ deny dynamic bootp clients;
+ #default-lease-time dTruk;
+ #max-lease-time mdTruk;
+ range 10.146.114.100 10.146.114.239;
+ }
+ }
+}