Marco,

You need a 'shared-network' section in your dhcpd.conf file.

Something like this:


 use-host-decl-names     on;

 shared-network LTSP {
    subnet 192.168.0.0 netmask 255.255.255.0 {
        option broadcast-address 192.168.0.255;
        host aww1.fds {
            hardware ethernet  00:0C:6E:89:D2:1B;
            fixed-address      192.168.0.21;
            option root-path "/netclients/clients_astr/192.168.0.21";
        }
    }
    subnet 192.168.1.0 netmask 255.255.255.0 {
        option broadcast-address 192.168.1.255;
    }
    subnet 153.95.169.0 netmask 255.255.255.0 {
        option broadcast-address 153.95.169.255;
    }
 }


Give that a shot, and see if it clears up your problem.

Jim McQuillan
[EMAIL PROTECTED]



On Thu, 26 Feb 2004 [EMAIL PROTECTED] wrote:

> Hi all,
> 
> I am trying to set up my DHCP server to boot my clients. The problem is that
> DHCP doesnt seem to like my network configuration, it refuses to start with
> the message:
> 

 <snipped>
 
> group
> {
>   next-server   192.168.0.20;
> 
>   filename"/tftpboot/pxelinux.0";
> 
>   host aww1.fds {
>     hardware ethernet 00:0C:6E:89:D2:1B;
>     fixed-address 192.168.0.21;
>     option root-path "/netclients/clients_astr/192.168.0.21";
>   }
> 
> .....
> 
> ==========================================
> 
> Everything is working fine if I use only one of the subnets, but I need all
> three of them ... How can I get this working ?
> 
> Best Regards,
> 
> Marco Schwarz



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&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