Comment désactiver le dhcp sous linux ?? - Linux et OS Alternatifs
Marsh Posté le 11-12-2001 à 17:10:35
kelle distro ?
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 .
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.
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)