client declaration might look like this:
.nf
.sp 1
- host haagen hardware ethernet 08:00:2b:4c:59:23 {
+ host haagen {
+ hardware ethernet 08:00:2b:4c:59:23;
fixed-address 239.252.197.9;
filename "/tftpboot/haagen.boot";
}
server, that file's name must be specified. A simple
bootp client declaration might look like this:
- host haagen hardware ethernet 08:00:2b:4c:59:23 {
+ host haagen {
+ hardware ethernet 08:00:2b:4c:59:23;
fixed-address 239.252.197.9;
filename "/tftpboot/haagen.boot";
}
for BOOTP clients, also on a per-client basis. In the
event that a BOOTP client declaration specifies options
that are also specified in its subnet declaration, the
- options specified in the client declaration take
dhcpd(8) dhcpd(8)
- precedence. An reasonably complete DHCP configuration
- might look something like this:
+ options specified in the client declaration take prece-
+ dence. An reasonably complete DHCP configuration might
+ look something like this:
subnet 239.252.197.0 netmask 255.255.255.0 {
range 239.252.197.10 239.252.197.250;
-
5
client declaration might look like this:
.nf
.sp 1
- host haagen hardware ethernet 08:00:2b:4c:59:23 {
+ host haagen {
+ hardware ethernet 08:00:2b:4c:59:23;
fixed-address 239.252.197.9;
filename "/tftpboot/haagen.boot";
}
server, that file's name must be specified. A simple
bootp client declaration might look like this:
- host haagen hardware ethernet 08:00:2b:4c:59:23 {
+ host haagen {
+ hardware ethernet 08:00:2b:4c:59:23;
fixed-address 239.252.197.9;
filename "/tftpboot/haagen.boot";
}
for BOOTP clients, also on a per-client basis. In the
event that a BOOTP client declaration specifies options
that are also specified in its subnet declaration, the
- options specified in the client declaration take
dhcpd(8) dhcpd(8)
- precedence. An reasonably complete DHCP configuration
- might look something like this:
+ options specified in the client declaration take prece-
+ dence. An reasonably complete DHCP configuration might
+ look something like this:
subnet 239.252.197.0 netmask 255.255.255.0 {
range 239.252.197.10 239.252.197.250;
-
5