Desactiver DHCP sous UNIX

roadruner -  
 roadruner -
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

6 réponses

  1. bobo
     
    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
  2. bobo
     
    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
  3. bobo
     
    en attendant :

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

    /etc/init.d/dhcp stop
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. roadruner
     
    Merci à tous.

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