Upgrading DHCP
Recently I upgraded the default DHCPd RPM from Novell to a direct download from ISC.org. When i did that I had problems with the line:
option slp-service-scope true “default’;
I had to add:
option slp-service-scope code 79 = {boolean, text};
before this line:
option slp-service-scope true “default”;
That maybe something Novell changed in the code, or maybe just something that was left out of version changes from ISC. It took me a bit to find this though.
Maybe it can help someone else.
If you choose to go through this option, I also suggestion copying these two files before uninstalling the DHCP RPM:
/etc/init.d/dhcpd
and
/etc/sysconfig/dhcp
bb
(Visited 1 times, 1 visits today)
No comments yet