I'm using 2 NICs and trying to make dhcpd working on
eth1.
when I start dhcpd using dhcpd -d -f, it stops at
Sending on Socket/fallback/fallback-net just like
these.

Wrote 0 leases to leases file.
Listening on LPF/eth1/.....
Sending on   LPF/eth1/.....
Listening on LPF/eth0/.....
Sending on   LPF/eth0/.....
Sending on   Socket/fallback/fallback-net

my /etc/dhcpd.conf is:

default-lease-time 600;
max-lease-time 7200;
#option domain-name-servers 192.168.29.1, 192.168.0.1;
#option domain-name "graad.org";
ddns-update-style ad-hoc;

shared-network 192_168_29 {
  subnet 192.168.29.0 netmask 255.255.255.0 {
        range 192.168.29.5 192.168.29.55;
        option subnet-mask 255.255.255.0;
        option broadcast-address 192.168.29.255;
        option routers 192.168.29.254;
        }
}

subnet 192.168.0.19 netmask 255.255.255.255 {}

thanks for advance

Ivo.


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to