I can  boot from eb*zdsk with CONFIG_PCI_DIRECT but can't find dhcpd,
probably because it is not correctly configured.
I am currently getting the error message 

> Address range 192.168.0.3 to 192.168.0.10 not on net
> 192.168.0.2/255.255.255.224!
> exiting.

My current /etc/dhcpd.conf file is below. The server is 192.168.0.1 and
the client is 192.168.0.2 
What am I missing here ?

Adam Bogacki.
[EMAIL PROTECTED]

> option domain-name "paradise.net.nz";
> option domain-name-servers tux.paradise.net.nz;
> 
> option subnet-mask 255.255.255.224;
> default-lease-time 21600;
> max-lease-time 21600;
> 
> subnet 192.168.0.2 netmask 255.255.255.224 {
>   range 192.168.0.3 192.168.0.10;
> #  option broadcast-address 204.254.239.31;
> #  option routers prelude.fugue.com;
> #}
> 
> # The other subnet that shares this physical network
> #subnet 192.168.0.1 netmask 255.255.255.224 {
> #  range dynamic-bootp 204.254.239.10 204.254.239.20;
> #  option broadcast-address 204.254.239.31;
> #  option routers snarg.fugue.com;
> #subnet 192.168.0.2 netmask 255.255.255.224 {
> #  range 192.5.5.26 192.5.5.30;
> #  option name-servers bb.home.vix.com, gw.home.vix.com;
>   option domain-name "paradise.net.nz";
>   option routers 192.168.0.1;
>   option subnet-mask 255.255.255.224;
>   option broadcast-address 192.168.0.1;
>   range 192.168.0.3 192.168.0.10;
>   default-lease-time 600;
>   max-lease-time 7200;
> #}





-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to