|
*bump* Anybody? Anybody? (Bueller?.. Bueller? :-P )
This is my DHCP config file.
ddns-update-style ad-hoc;
allow booting;
allow bootp;
option option-128 code 128 = string;
option option-129 code 129 = text;
filename "/pxelinux.0";
subnet subnetIPhere netmask 255.255.255.0 {
authoritative;
range IP Address to IP Address
option routers Server IP Address
option subnet-mask 255.255.255.0
option domain-name "domain name here"
option domain-name-servers "DNS IPs"
option netbios-name-servers "NetBIO ServerIP"
default-lease-time 1800;
max-lease-time 7200;
Last edited by SGlassman; 08-14-2008 at 08:46 AM.
Reason: More information
|