An elementary question on LANs

Gabriel Ramirez gabriello.ramirez at gmail.com
Sat Jul 16 20:28:00 UTC 2011


On 07/16/2011 01:04 PM, Timothy Murphy wrote:
> My problem basically is the error message
> ------------------------------------
> alfred dhcpd: No subnet declaration for eth1 (no IPv4 addresses).
> alfred dhcpd: ** Ignoring requests on eth1.  If this is not what
> alfred dhcpd:    you want, please write a subnet declaration
> alfred dhcpd:    in your dhcpd.conf file for the network segment
> alfred dhcpd:    to which interface eth1 is attached. **
> alfred dhcpd:
> alfred dhcpd:
> alfred dhcpd: Not configured to listen on any interfaces!
> ------------------------------------

maybe you need to edit:

/etc/sysconfig/dhcpd

and put
DHCPDARGS="eth1"
so dhcpd listen in interface eth1

or by example

DHCPDARGS="eth0 eth1"

if you need more interfaces served by dhcpd, adjust them as necessary

Gabrielo



More information about the users mailing list