This is just a wild guess, cause I don't know much about this...
I remember reading that in your /etc/rc.d/rc.local file you should have somewhere a line that looks like this:
/usr/sbin/dhcpd eth0 -q
Maybe there is a line like that that has eth1 too... So removing that line would maybe stop the dhcpd server altogether from running on that interface. Let me know if this is the case, as it'd be interesting to know.
Cheers,
gikoreno
--- On Sun 07/21, Jason Guidry < [EMAIL PROTECTED] > wrote:
From: Jason Guidry [mailto: [EMAIL PROTECTED]]
To: [EMAIL PROTECTED]
Date: Sun, 21 Jul 2002 14:42:49 -0700 (MST)
Subject: [expert] dhcpd.conf of woe
> dhcpd keeps complaing that I have not made a subnet declaration for my
> the
> NIC connected to the modem (eth1). I'm obviously not serving connections
> from this interface, and it isn't listed in dhcpd.interfaces. how do I
> make
> a declaration for this interface? is DHCP _really_ the easiest way to go
> about sharing my connection?
>
> --------------------------
>
> default-lease-time 600;
> max-lease-time 7200;
> option domain-name "home.net";
> option domain-name-servers 192.168.1.3, 192.168.1.5;
>
> subnet 192.168.0.0 netmask 255.255.255.0 {
> option routers 192.168.0.1;
> option broadcast-address 192.168.0.255;
> range 192.168.0.2 192.168.0.127;
> }
>
>
> #wireless net
>
> subnet 10.0.0.0 netmask 255.255.255.0 {
> option routers 10.0.0.1;
> option broadcast-address 10.0.0.255;
> range 10.0.0.2 10.0.0.127;
> }
>
>
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
