dhcpd won't start: need to define interface?
dhcpd is not starting for me, failing with the message: << Not configured to listen on any interfaces!
Where do I specify an interface (eth0 in this case)? -- Stephen dhcpd.conf: ddns-update-style ad-hoc; default-lease-time 600; max-lease-time 7200; option subnet-mask 255.255.255.0; option broadcast-address 192.168.1.255; option routers 192.168.1.1; option domain-name-servers 64.81.159.2, 216.231.41.2; option domain-name "theboulets.net"; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.150 192.168.1.152;
On Friday 29 October 2004 05:50, Stephen Boulet wrote:
dhcpd is not starting for me, failing with the message:
<< Not configured to listen on any interfaces!
Where do I specify an interface (eth0 in this case)?
Uh, already tried /etc/sysconfig/dhcpd? :P And isn't there a YaST module for that? (You did not specify your SuSE version...) Cheers, Leen
On Friday 29 October 2004 05:50, Stephen Boulet wrote:
dhcpd is not starting for me, failing with the message:
<< Not configured to listen on any interfaces!
Where do I specify an interface (eth0 in this case)? --
Stephen
dhcpd.conf:
ddns-update-style ad-hoc;
default-lease-time 600; max-lease-time 7200; option subnet-mask 255.255.255.0; option broadcast-address 192.168.1.255; option routers 192.168.1.1; option domain-name-servers 64.81.159.2, 216.231.41.2; option domain-name "theboulets.net";
subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.150 192.168.1.152;
Look in /etc/sysconfig/dhcpd or alternatively use YAST Paul -- Paul Hewlett (Linux #359543) Email:`echo az.oc.evitcaten@ttelweh | rev` Tel: +27 21 852 8812 Cel : +27 72 719 2725 FAX: +27 866720563 --
On Friday 29 October 2004 05:50, Stephen Boulet wrote:
dhcpd is not starting for me, failing with the message:
<< Not configured to listen on any interfaces!
Where do I specify an interface (eth0 in this case)? --
Stephen
dhcpd.conf:
ddns-update-style ad-hoc;
default-lease-time 600; max-lease-time 7200; option subnet-mask 255.255.255.0; option broadcast-address 192.168.1.255; option routers 192.168.1.1; option domain-name-servers 64.81.159.2, 216.231.41.2; option domain-name "theboulets.net";
subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.150 192.168.1.152;
Look in /etc/sysconfig/dhcpd or use YAST \ Paul -- Paul Hewlett (Linux #359543) Email:`echo az.oc.evitcaten@ttelweh | rev` Tel: +27 21 852 8812 Cel : +27 72 719 2725 FAX: +27 866720563 --
On Friday 29 October 2004 05:26 am, Paul Hewlett wrote:
Look in /etc/sysconfig/dhcpd or use YAST \ Paul
I see it now. I'm not sure I think putting the choice of interfaces on the 'advanced' button is a good choice, since it's not an optional setting... -- Stephen If your desktop gets out of control easily, you probably have too much stuff on it that doesn't need to be there. Donna Smallin, "Unclutter Your Home"
On Fri, Oct 29, 2004 at 07:58:12AM -0500, Stephen Boulet wrote:
On Friday 29 October 2004 05:26 am, Paul Hewlett wrote:
Look in /etc/sysconfig/dhcpd or use YAST \ Paul
I see it now. I'm not sure I think putting the choice of interfaces on the 'advanced' button is a good choice, since it's not an optional setting...
Good point. Noted... Peter
On Mon, Nov 08, 2004 at 11:21:42AM +0100, Peter Poeml wrote:
On Fri, Oct 29, 2004 at 07:58:12AM -0500, Stephen Boulet wrote:
On Friday 29 October 2004 05:26 am, Paul Hewlett wrote:
Look in /etc/sysconfig/dhcpd or use YAST \ Paul
I see it now. I'm not sure I think putting the choice of interfaces on the 'advanced' button is a good choice, since it's not an optional setting...
Good point. Noted...
As I hear, it is already fixed in 9.2. Peter
participants (4)
-
Leendert Meyer
-
Paul Hewlett
-
poeml@cmdline.net
-
Stephen Boulet