All pastes #2089196 Raw Edit

Anonymous

public text v1 · immutable
#2089196 ·published 2011-10-11 23:16 UTC
rendered paste body
#
# 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;
	}