Anonymous
public text v1 · immutable#
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd.conf.sample
#
ddns-update-style interim;
ignore client-updates;
# home
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.50 192.168.1.250;
option routers 192.168.1.1;
option subnet-mask 255.255.255.0;
option tftp-server-name "192.168.1.5";
option domain-name-servers 208.67.222.222, 208.67.220.220;
}
# xbox
host xbox {
hardware ethernet 00:12:5a:f7:e7:f5;
fixed-address 192.168.1.6;
}