Hi :)
I've just installed a redhat 9 on my system, in order to use a dhcp server. I've selected the appropriated package before the installation.
The problem is that there are no dhcpd.conf in /etc...
So, i've tried to create my own one which looks like:
(my redhat server uses )
subnet netmask
{
ddns-update-style ad-hoc;
option subnet-mask ;
option time-offset -18000;
range
}
with this configuration, i'm unable to start my dhcp server. An error message appears, saying that I must had a line says "ddns-update-style ad-hoc", and well, that's what's I've done :-|
If someone could help me, that would be great ;)
@++