I have 2 NICs, the eth0 is configured by dhcp, but I set the IP add that I got from 
dhcp server as static IP add.
And I set eth1 with 10.0.0.1. I want to set a dhcp server by eth1.

when I tried to start dhcp with dhcpd -d -f, the result was:

Internet Software Consortium DHCP Server V3.0pl2
Copyright 1995-2003 Internet Software Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Wrote 0 leases to leases file.
Listening on LPF/eth1/00:a0:4b:03:f4:87/10_0_0_0
Sending on   LPF/eth1/00:a0:4b:03:f4:87/10_0_0_0
Listening on LPF/eth0/00:60:97:a4:8b:94/192.168.0.19.220/32
Sending on   LPF/eth0/00:60:97:a4:8b:94/192.168.0.19.220/32
Sending on   Socket/fallback/fallback-net
DHCPREQUEST for 192.168.0.17 from 00:40:26:97:59:3a via eth0: ignored (not 
authoritative). 
DHCPREQUEST for 192.168.0.20 from 00:01:80:20:4d:41 via eth0: ignored (not 
authoritative).

I can't figure out why dhcprequest was going trough eth0.???

my /etc/dhcpd.conf is:

default-lease-time 600;
max-lease-time 7200;
option domain-name-servers 10.0.0.1;
option domain-name "graad.org";
ddns-update-style interim;
log-facility local7;


shared-network 10_0_0_0 {
  subnet 10.0.0.0 netmask 255.0.0.0 {
        not authoritative;
        range 10.0.0.5 10.0.0.55;
        }
}

subnet 192.168.0.19 netmask 255.255.255.255 {not authoritative;}

please tell me if I made some mistakes and can someone explain me about 
ddns-update-style and authoritative parts.

thanks for advance,

Ivo.





_____________________________________________________________
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plus&ref=lmtplus

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

Reply via email to