summaryrefslogtreecommitdiff
path: root/keama/dhcp3/folder.dhcpd/ilchept.dhcpd
blob: 06ab2b9d80111ae87683d64e1b97f180f32672c3 (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
# ilchept DHCPD Config File.
# Generated 2012-08-04-15:03 with gendhcpd.pl by EP Tech.

shared-network ilchept {
    authoritative;

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

# WANIP for ilchept not configured

#dhcpd-snmp=ilchept-cust0,66.253.181.205-66.253.181.206
    subnet 66.253.181.200 netmask 255.255.255.248 {
        option routers 66.253.181.201;
        option subnet-mask 255.255.255.248;
        option broadcast-address 66.253.181.207;
        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.181.205 66.253.181.206;
        }
    }

# Tunnel for ilchept not configured

}