Results 1 to 5 of 5
I made changes to dhcpd.conf on the dhcp server and I was told that I had to "service dhcpd restart" for it to work.
Will this affect other servers that ...
- 07-26-2011 #1Just Joined!
- Join Date
- Jun 2011
- Posts
- 9
Does restarting dhcpd affect other servers?
I made changes to dhcpd.conf on the dhcp server and I was told that I had to "service dhcpd restart" for it to work.
Will this affect other servers that have leased an IP from it or anything?
- 07-26-2011 #2
You can either issue that command in a terminal, or reboot your machine.
It will not really affect any other services that you have running, except that it will interrupt a network connection on your computer.
To simplify, it turns off your network capabilities, then turns them back on using your new configuration.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-27-2011 #3Just Joined!
- Join Date
- Jun 2011
- Posts
- 9
Will it affect other servers that have leased an IP from it?
- 07-27-2011 #4Linux Guru
- Join Date
- May 2011
- Posts
- 1,838
No, the other servers hang on to their ip addresses until their leases expire. They won't care about the daemon restarting, unless their network connection is restarted (service network restart, e.g.) and they can't get to the DHCP server b/c it is rebooting, e.g., or you've made a change to the dhcp config file that no longer permits them an ip address.
If I were you, i'd back up the original dhcpd.conf file and keep it on hand until you know all is well.
- 07-27-2011 #5
Also should another device be placed onto the network it may get an ip address of a device that is already using that ip address.


Reply With Quote