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

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to