Desactiver DHCP sous UNIX

Fermé
roadruner - 15 sept. 2003 à 14:39
 roadruner - 15 sept. 2003 à 16:28
J'ai activé par erreur le DHCP lors de l'installation de SOLARIS 8 sur ma machine.
Comment le désactiver sans ré-installer le tout ?

Merci,

Roadruner
A voir également:

6 réponses

vérifie que ces packages sont là si oui supprime les
> DHCP Server
SUNW_CSRMEMBER=SUNWCdhcp
SUNWdhcm
SUNWdhcsb
SUNWdhcsr
SUNWdhcsu
regardes si tu as un fichier :
/etc/inet/dhcpsvc.conf
0
How to Unconfigure a Solaris DHCP Client
Become superuser on the client system.

If you use a sysidcfg file to preconfigure the client, remove the dhcp subkey from the network_interface keyword.

Unconfigure and shut down the system by typing the following command:



# sys-unconfig


See the sys-unconfig(1M) man page for more information about which configuration information is removed by this command.

Reboot the system after it has completely shut down.

Because you unconfigured the system, you will be prompted for configuration information by sysidtool programs when the system reboots. See the sysidtool(1M) man page for more information.

When prompted to use DHCP to configure network interfaces, specify No.

If you use sysidcfg to specify configuration, you will not be prompted.
0
en attendant :

/etc/init.d/dhcp stop
0
en attendant :

/etc/init.d/dhcp stop
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
/etc/init.d/dhcp stop
0
Merci à tous.

J'aiutilisé sys-unconfig et maintenant tout est OK
0