You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
images/server/dhcpd.conf

9 lines
179 B

# /etc/dhcp/dhcpd.conf
default-lease-time 600;
max-lease-time 7200;
subnet 192.168.14.0 netmask 255.255.255.0 {
range 192.168.14.10 192.168.14.250;
filename "pxelinux.0";
}