cvsdist a682876
ddns-update-style interim;
cvsdist a682876
ignore client-updates;
cvsdist a682876
cvsdist ef67d48
subnet 192.168.0.0 netmask 255.255.255.0 {
cvsdist a682876
cvsdist ef67d48
# --- default gateway
cvsdist ef67d48
	option routers			192.168.0.1;
cvsdist ef67d48
	option subnet-mask		255.255.255.0;
cvsdist ef67d48
cvsdist ef67d48
	option nis-domain		"domain.org";
cvsdist ef67d48
	option domain-name		"domain.org";
cvsdist ef67d48
	option domain-name-servers	192.168.1.1;
cvsdist ef67d48
cvsdist a49a1c7
	option time-offset		-18000;	# Eastern Standard Time
cvsdist ef67d48
#	option ntp-servers		192.168.1.1;
cvsdist ef67d48
#	option netbios-name-servers	192.168.1.1;
cvsdist ef67d48
# --- Selects point-to-point node (default is hybrid). Don't change this unless
cvsdist ef67d48
# -- you understand Netbios very well
cvsdist ef67d48
#	option netbios-node-type 2;
cvsdist ef67d48
cvsdist 35f1569
	range dynamic-bootp 192.168.0.128 192.168.0.254;
cvsdist ef67d48
	default-lease-time 21600;
cvsdist ef67d48
	max-lease-time 43200;
cvsdist ef67d48
cvsdist ef67d48
	# we want the nameserver to appear at a fixed address
cvsdist ef67d48
	host ns {
cvsdist ef67d48
		next-server marvin.redhat.com;
cvsdist ef67d48
		hardware ethernet 12:34:56:78:AB:CD;
cvsdist ef67d48
		fixed-address 207.175.42.254;
cvsdist ef67d48
	}
cvsdist ef67d48
}