Here is what my dhcpd.conf looks like. After I have commented out the host client1 and client2, the clients will not be able to obtain the ip dynamic ip address. /etc/dhcpd.conf : allow booting; allow bootp; default-lease-time 600; max-lease-time 7200; option subnet-mask 255.255.255.0; option broadcast-address 192.168.1.255; option domain-name-servers 192.168.1.1; option domain-name ?TESTNUX.COM?; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.15 192.168.1.100; } group { next-server 192.168.1.1; filename ?/pxelinux.0?; #host client1 { # hardware Ethernet 00:60:97:d5:eb:41; # } #host client2 { # hardware Ethernet 00:30:04:04:9d:5a; # } } --- T Jackson <jacksoto@xxxxxxxxxxxxx> wrote: > what does the complete dhcpd.conf file look like : > > --- myothello myothello <myothello2@xxxxxxxxx> > wrote: > > Hi, I successfully boot up diskless client to DOS. > > > In > > my dhcpd.conf, I have specified the MAC address of > > each network card like : > > host client1 { > > hardware ethernet xx:xx:xx:xx:xx:xx; > > } > > > > When I removed the host client {...}, my client > will > > not get the DHCP address. I do not wish to key in > > thousands of MAC address in the dhcpd.conf when I > > implement this. Any help? Thanks. > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Finance Tax Center - File online. File on > > time. > > http://taxes.yahoo.com/filing.html > > > > > > -- > > redhat-list mailing list > > unsubscribe > > > mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe > > > https://www.redhat.com/mailman/listinfo/redhat-list > > > -- > redhat-list mailing list > unsubscribe > mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list