Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dhcpd
Message
De
04/02/2004 03:07:50
 
 
À
Tous
Information générale
Forum:
Linux
Catégorie:
Problèmes base de données, installation et Admin
Titre:
Dhcpd
Divers
Thread ID:
00873758
Message ID:
00873758
Vues:
51
below is in My /etc/dhcpd.conf :
subnet 10.0.0.0 netmask 255.0.0.0 {
ddns-updates on;
ddns-update-style ad-hoc;
range 10.0.0.10 10.0.0.254;
option subnet-mask 255.0.0.0;
option domain-name "lippogeneral.com";
option domain-name-servers 172.16.1.3;
default-lease-time 23600;
max-lease-time 43200;
}

when I run /etc/rc.d/init.d/dhcpd start .. I met the following error message:

** You must add a ddns-update-style statement to /etc/dhcpd.conf.
To get the same behaviour as in 3.0b2pl11 and previous
versions, add a line that says "ddns-update-style ad-hoc;"
Please read the dhcpd.conf manual page for more information. **

this is where i am stuck, i can not find any reference to this
ddns-update-style ad-hoc in the documentation and is I enter it as an
option to the above file it does not accept it.
I am running RH9

Any assistance would be greatly appreciated


Regards
Winanjaya
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform