[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: kernel newer than 2.6.17 on qube



> > My dhcpd.conf looks like:
> > ==============
> > subnet 192.168.0.0 netmask 255.255.255.0 {
> >   range 192.168.0.150 192.168.0.155;
> >   next-server 192.168.0.55;
> >   option routers 192.168.0.55;
> >   option domain-name-servers i92.168.0.55;
>                                ^
> ...
> >   option broadcast-address 192.168.0.255;
> >   option ip-forwarding on;
> > }
> > 
> > host cobalt {
> >     hardware ethernet 00:10:e0:0:c8:20;
> >     fixed-address 192.168.0.149;
> >     option domain-name-servers i92.168.0.55;
>                                  ^
> 
> This typo (i instead of 1) lets the dhcp server look for a 
> hostname instead of the ip address.
> 
Thanks!
That got rid of the 'unknow host' error in dhcp *syslog)

Now maybe, if I can get the thing to mount /nfsroot

Gerald



Reply to: