Project

General

Profile

Bug #3915 » dhcpd.conf

Phillip Davis, 10/06/2014 10:24 PM

 
1

    
2
option domain-name "net.inf.org";
3
option ldap-server code 95 = text;
4
option domain-search-list code 119 = text;
5

    
6
default-lease-time 7200;
7
max-lease-time 86400;
8
log-facility local7;
9
one-lease-per-client true;
10
deny duplicates;
11
ping-check true;
12
authoritative;
13
subnet 10.49.0.0 netmask 255.255.248.0 {
14
	pool {
15
		range 10.49.7.1 10.49.7.126;
16
	}
17

    
18
	option routers 10.49.0.250;
19
	option domain-name-servers 10.49.0.250;
20

    
21
}
22
host s_lan_0 {
23
	hardware ethernet 00:0d:93:33:55:3e;
24
	fixed-address 10.49.0.11;
25
	option host-name "MAC-Pro-G5-IT";
26
}
27
host s_lan_1 {
28
	hardware ethernet 00:15:c5:49:af:84;
29
	fixed-address 10.49.0.20;
30
	option host-name "NCO-A330-Win7";
31
}
32
host s_lan_2 {
33
	hardware ethernet 00:03:47:88:ba:00;
34
	fixed-address 10.49.0.22;
35
	option host-name "INF-NCO-A311";
36
}
37
host s_lan_3 {
38
	hardware ethernet 58:94:6b:7d:09:08;
39
	fixed-address 10.49.0.101;
40
	option host-name "Davis-HP";
41
	option domain-name-servers 8.8.8.8,8.8.4.4;
42
}
43
host s_lan_4 {
44
	hardware ethernet 00:0d:b9:29:de:61;
45
	fixed-address 10.49.0.241;
46
	option host-name "imp-rt-01";
47
}
48
host s_lan_5 {
49
	hardware ethernet 64:b9:e8:bb:12:3a;
50
	fixed-address 10.49.1.2;
51
}
52
host s_lan_6 {
53
	hardware ethernet a4:67:06:54:52:e4;
54
	fixed-address 10.49.1.3;
55
	option host-name "iPad";
56
}
57
host s_lan_7 {
58
	hardware ethernet 5c:26:0a:07:b9:3f;
59
	fixed-address 10.49.1.4;
60
	option host-name "ICO-ODD-PC-01";
61
}
62
host s_lan_8 {
63
	hardware ethernet a8:86:dd:9f:b5:0e;
64
	fixed-address 10.49.1.11;
65
	option host-name "Alexs-MBP";
66
}
67
host s_lan_9 {
68
	hardware ethernet 00:1c:23:01:b5:8e;
69
	fixed-address 10.49.2.1;
70
	option host-name "INF-A310";
71
}
72
host s_lan_10 {
73
	hardware ethernet 00:1b:77:89:25:74;
74
	fixed-address 10.49.2.2;
75
	option host-name "NCO-A310";
76
}
77
host s_lan_11 {
78
	hardware ethernet 5c:f9:dd:62:76:20;
79
	fixed-address 10.49.2.3;
80
	option host-name "INF-NCO-A343";
81
}
82
host s_lan_12 {
83
	hardware ethernet 0c:84:dc:2b:80:a3;
84
	fixed-address 10.49.2.4;
85
	option host-name "INF-NCO-A343-WiFi";
86
}
87
host s_lan_13 {
88
	hardware ethernet 6c:71:d9:08:76:c3;
89
	fixed-address 10.49.2.10;
90
	option host-name "Asus";
91
}
92
host s_lan_14 {
93
	hardware ethernet 50:46:5d:3b:1d:2e;
94
	fixed-address 10.49.2.11;
95
	option host-name "Asus-AL-LAN";
96
}
97
host s_lan_15 {
98
	hardware ethernet 00:1c:bf:09:94:8a;
99
	fixed-address 10.49.4.11;
100
	option host-name "INF-NCO-A321";
101
}
102
host s_lan_16 {
103
	hardware ethernet d4:be:d9:42:68:5b;
104
	fixed-address 10.49.5.2;
105
	option host-name "TF001327";
106
}
107
host s_lan_17 {
108
	hardware ethernet 40:b0:fa:67:2e:55;
109
	fixed-address 10.49.5.6;
110
	option host-name "android-4831ed1a60384e2c";
111
}
112
host s_lan_18 {
113
	hardware ethernet 28:cc:01:c7:b3:ed;
114
	fixed-address 10.49.5.7;
115
	option host-name "android-e93fafc5a421bdbb";
116
}
117
host s_lan_19 {
118
	hardware ethernet 00:1f:3b:c0:90:55;
119
	fixed-address 10.49.7.127;
120
	option host-name "DCATDell";
121
}
122
host s_lan_20 {
123
	hardware ethernet 00:01:a8:06:1d:80;
124
	fixed-address 10.49.7.180;
125
	option host-name "VOIP_TA2S";
126
}
127
host s_lan_21 {
128
	hardware ethernet 00:12:79:bd:77:21;
129
	fixed-address 10.49.7.211;
130
	option host-name "pkm";
131
}
132
host s_lan_22 {
133
	hardware ethernet 00:0f:86:fc:62:9e;
134
	fixed-address 10.49.7.225;
135
	option host-name "inf";
136
}
(1-1/2)