summaryrefslogtreecommitdiff
path: root/keama/tests/dhcp3/folder.dhcpd/ilchbat.dhcpd
blob: acc799c1622568d1c09965c6d179f9bbcccd5d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ilchbat DHCPD Config File.
# Generated 2012-08-04-14:27 with gendhcpd.pl by Art Theater.

shared-network ilchbat {
    authoritative;

#  include "/etc/dhcp3/folder.dhcpd/events.dhcpd";

# WANIP for ilchbat not configured

#dhcpd-snmp=ilchbat-cust0,96.63.203.141-96.63.203.142
    subnet 96.63.203.136 netmask 255.255.255.248 {
        option routers 96.63.203.137;
        option subnet-mask 255.255.255.248;
        option broadcast-address 96.63.203.143;
        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 96.63.203.141 96.63.203.142;
        }
    }

# Tunnel for ilchbat not configured

}