summaryrefslogtreecommitdiff
path: root/keama/tests/fordhcp/dhcpd.conf
blob: 380b70a9f9667e0627c642aa91ce539e8c9dfccc (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# dhcpd.conf file for jaguar in 950 charter failover pair jaguar and
# gozer.
#
# NOTE: DHCP Service for the 950 Wireless Network is now being
# handled by sauber.isc.org.
#

#######################################################################
# Global Configuration
#

lease-file-name "/var/db/dhcpd/dhcpd.leases";

log-facility local0;

ddns-update-style none;
authoritative;

one-lease-per-client on;

option domain-name "sql1.isc.org isc.org";
# Comment this out for 3.0.x (no support).
#option domain-search "sql1.isc.org", "isc.org";
option domain-name-servers 149.20.50.10, 149.20.64.127, 149.20.64.63;

default-lease-time 1800;	# 30 minutes.
max-lease-time 1800;		# 30 week

#default-lease-time 3100;	# 51 minutes.
#max-lease-time 604800;		# 1 week

# If the client supplied these values, log them in the leases file.
if exists vendor-class-identifier {
  set vendor-string = option vendor-class-identifier;
}
if exists user-class {
  set user-string = option user-class;
}

#######################################################################
# OMAPI Configuration
#
# i don't think we use this anymore.  i'd like to remake the key before
# using it again anyway.

include "fordhcp/dhcpd.omapi.key";

omapi-port 500;
omapi-key OM_KEY;

#######################################################################
# Failover Configuration
#

##failover peer "isc" {
#        primary;
#        address f1.sql1.isc.org;
#        port 647;
#        peer address f2.sql1.isc.org;
#        peer port 647;
#        max-response-delay 5;
#        max-unacked-updates 10;
#        mclt 10;
#	hba	aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:
#		aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa;
#	split 128;
#        load balance max seconds 5;
#}

##failover peer "sco" {
#	primary;
#	address f1.sql1.isc.org;
#	port 5200;
#	peer address sco.lab.isc.org;
#	peer port 5201;
#	max-response-delay 5;
#	max-unacked-updates 10;
#	mclt 3600;
#	split 128;
#	load balance max seconds 5;
#}

#######################################################################
# Client-Network Includes
#

include "fordhcp/dhcpd.stubs.conf";
include "fordhcp/dhcpd.voip.conf";
include "fordhcp/dhcpd.wvlan.conf";
include "fordhcp/dhcpd.emp-wireless-149-20.conf";
include "fordhcp/dhcpd.office-149-20.conf";
include "fordhcp/dhcpd.office-static-149-20.conf";
include "fordhcp/dhcpd.voip-149-20.conf";
include "fordhcp/dhcpd.staging.conf";