Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Teviot on November 08, 2005, 05:17:48 AM
-
Hi
I have search the forums for a fix to my problem and haven't been able to find anything that can help me with my problem.
My DHCPD server has stopped for some reason and I can't get it to restart.
[root@sme601c dhcpc]# service dhcpd start
Starting dhcpd: Internet Software Consortium DHCP Server 2.0pl6
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html
No subnet declaration for eth1 (10.0.0.2).
Please write a subnet declaration in your dhcpd.conf file for the
network segment to which interface eth1 is attached.
exiting.
[ FAILED ]
[root@sme601c dhcpc]# service dhcpd stop
Shutting down dhcpd: [ FAILED ]
[root@sme601c dhcpc]# service dhcpd restart
Shutting down dhcpd: [ FAILED ]
Starting dhcpd: Internet Software Consortium DHCP Server 2.0pl6
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html
No subnet declaration for eth1 (10.0.0.2).
Please write a subnet declaration in your dhcpd.conf file for the
network segment to which interface eth1 is attached.
exiting.
[ FAILED ]
[root@sme601c dhcpc]# service dhcpd start
Starting dhcpd: Internet Software Consortium DHCP Server 2.0pl6
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html
No subnet declaration for eth1 (10.0.0.2).
Please write a subnet declaration in your dhcpd.conf file for the
network segment to which interface eth1 is attached.
exiting.
[ FAILED ]
[root@sme601c dhcpc]#
Can anyone give me some suggestions where I go from here?
Adrian
-
Looks like you haven't got a subnet in your network setup. Try using the console and reconfiguring the server. Change the subnet. Reboot, then change back if you need to.[/quote]
-
Looks like you haven't got a subnet in your network setup. Try using the console and reconfiguring the server. Change the subnet. Reboot, then change back if you need to.
How do i do that?
Adrian
-
Login to the console locally as 'admin' (or via ssh if enabled) and you'll be given the option of re-configuring your server. It basically takes you back through the initial configuration steps when you setup the server. At the end of the process the server will reboot.
Andy Cocker
-
Try a reconfig as suggested, with no success. Still get the same error
-
Hi
I had same problem a few days ago.
I think it's an update... maybe a bug.
I solved by edit /etc/sysconfig/dhcpd
and add eth0 there. Mine file looks like:
# Command line options here
DHCPDARGS=eth0
After this, service dhcpd restart solved my problem.
I'm not sure why/how this happen but this solved my problem.
Good luck to you!
Jáder
-
Did any one of you upate your sytem via yum? There is a dhcp update in the updates section. If you did, then you need to do a post-upgrade, then reboot.
http://no.longer.valid/phpwiki/index.php/Maintenance%20Process
For reference.
JB
-
Yes! I do a yum but not a post-install/reboot!
I´m sorry... must be this. But my way (edit file) allow return to work w/o reboot! :)