All pastes #1984318 Raw Edit

root

public text v1 · immutable
#1984318 ·published 2010-11-07 11:40 UTC
rendered paste body
ddns-update-style ad-hoc;subnet 192.168.1.0 netmask 255.255.255.0 {	# default gateway	option routers 192.168.1.254;	option subnet-mask 255.255.255.0;	option broadcast-address 192.168.1.255;		#option domain-name "phhusson.info";	option domain-name-servers 192.168.1.2,192.168.1.3;	range 192.168.1.120 192.168.1.130;	range dynamic-bootp 192.168.1.200 192.168.1.220;	default-lease-time 604800;	max-lease-time 604800;	filename "/X86PC/linux/linux.0";	host phh-desktop-wifi {		hardware ethernet 00:1b:11:c1:b7:fb;		fixed-address 192.168.1.99;		option host-name "phh-desktop";	}	host phh-tc1100 {		hardware ethernet 00:11:85:5e:54:81;		fixed-address 192.168.1.221;		filename "/X86PC/linux/linux.0";	}	host vmware {		hardware ethernet 00:0C:29:30:C8:0B;		fixed-address 192.168.1.184;		option host-name "VMnt5";	}	host srv {		hardware ethernet 00:50:8D:E1:C7:93;		fixed-address 192.168.1.1;	}}