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 192.168.0.2)
subnet 192.168.0.0 netmask 255.255.255.0
{
ddns-update-style ad-hoc;
option subnet-mask 255.255.255.0;
option time-offset -18000;
range 192.168.0.3 192.168.0.254
}
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 ;)
@++