Claus,

It sounds like you've got multiple interfaces configured,
and maybe dhcp is listening on the wrong interface.

Can you do this:

   ifconfig -a

and send us the output ?

Thanks,

Jim McQuillan
[EMAIL PROTECTED]

On Sun, 14 Jul 2002, claus Christian Larsen wrote:

> What shall i do with this:
> 
> 
> linux:~ # rcdhcpd start
> Starting DHCP server startproc:  exit status of parent of /usr/sbin/dhcpd: 1
> Internet Software Consortium DHCP Server V3.0.1rc6
> Copyright 1995-2001 Internet Software Consortium.
> All rights reserved.
> For info, please visit http://www.isc.org/products/DHCP
> Internet Software Consortium DHCP Server V3.0.1rc6
> Copyright 1995-2001 Internet Software Consortium.
> All rights reserved.
> For info, please visit http://www.isc.org/products/DHCP
> Wrote 0 deleted host decls to leases file.
> Wrote 0 new dynamic host decls to leases file.
> Wrote 0 leases to leases file.
> 
> No subnet declaration for eth0 (10.0.0.2).
> ** Ignoring requests on eth0.  If this is not what
>    you want, please write a subnet declaration
>    in your dhcpd.conf file for the network segment
>    to which interface eth0 is attached. **
> 
> 
> Not configured to listen on any interfaces!
> 
> Look at my dhcpd.conf:'
> 
> ddns-update-style             interim;
> default-lease-time            21600;
> max-lease-time                21600;
> 
> option subnet-mask            255.255.255.0;
> option broadcast-address      192.168.0.255;
> option routers                192.168.0.254;
> option domain-name-servers    192.168.0.254;
> option domain-name            "yourdomain.com";
> option root-path              "192.168.0.254:/opt/ltsp/i386";
> 
> option option-128 code 128 = string;
> option option-129 code 129 = text;
> 
> shared-network WORKSTATIONS {
>     subnet 192.168.0.0 netmask 255.255.255.0 {
>     }
> }
> 
> group   {
>     use-host-decl-names       on;
>     option log-servers        192.168.0.254;
> 
>     host ws001 {
>         hardware ethernet     00:E0:06:E8:00:84;
>         fixed-address         192.168.0.1;
>         filename              "/lts/vmlinuz-2.4.9-ltsp-6";
>         option option-128     e4:45:74:68:00:00;
>         option option-129     "NIC=eepro100";
>     }
>     host ws002 {
>         hardware ethernet     00:D0:09:30:6A:1C;
>         fixed-address         192.168.0.2;
>         filename              "/lts/vmlinuz-2.4.9-ltsp-6";
>         option option-128     e4:45:74:68:00:00;
>         option option-129     "NIC=tulip";
>     }
> }
> 
> With regards
> 
> Claus Larsen
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _____________________________________________________________________
> 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.openprojects.net
> 

-- 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
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.openprojects.net

Reply via email to