Comment désactiver le dhcp sous linux ??

Comment désactiver le dhcp sous linux ?? - Linux et OS Alternatifs

Marsh Posté le 11-12-2001 à 17:08:56    

Je l'ai mis, puis je l'ai plus ou moins désactivé suite au passage de mon modem en routeur (Speedtouch home), donc je voudrais le virer définitivement !!
De même, je voudrais savoir si C important de virer tout les kits de connexions que G installer ?? (pppoe rp-pppoe et ppptp)

Reply

Marsh Posté le 11-12-2001 à 17:08:56   

Reply

Marsh Posté le 11-12-2001 à 17:10:35    

kelle distro ?


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 11-12-2001 à 17:13:37    

oups pardon debian potato !!


---------------
coming soon
Reply

Marsh Posté le 11-12-2001 à 17:43:43    

up


---------------
coming soon
Reply

Marsh Posté le 11-12-2001 à 20:25:15    

dpkg -P dhcpd

Reply

Marsh Posté le 11-12-2001 à 20:44:38    

Sans désinstaller dhcp :
 
 
less /etc/init.d/dhcp
 
#! /bin/sh
#
# Start or stop dhcpd daemon
#
 
test -x /usr/sbin/dhcpd || exit 0
 
# Set run_dhcpd to 1 to start dhcpd at boot or 0 to disable it.
run_dhcpd=0
 
if [ $run_dhcpd = 0 ]; then
        cat <<EOF
 
Please edit the file /etc/dhcpd.conf according to your needs. The current
/etc/dhcpd.conf is just the sample file that is provided with the DHCP
package from the Internet Software Consortium, so it will not be useful
at all for you.
 
After you have edited /etc/dhcpd.conf you will have to edit
/etc/init.d/dhcp as well. There you will have to set the variable
run_dhcpd to 1, and then type "/etc/init.d/dhcp start" to start the
dhcpd daemon.
 
etc .

Reply

Marsh Posté le 11-12-2001 à 21:18:03    

à mon avis il veut désactiver dhcpcd/pump/dhcp-client/dhcpcxd ( client dhcp ) et non le serveur dhcp.


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed