Mario Lachance <mlachance1 <at> videotron.ca> writes:

> 
> Le script écrit me semble correct:
> auto lo
> iface lo inet loopback
> addresss 127.0.0.1
> netmask 255.0.0.0
> 
> #The primary network interface
> auto eth0
> iface eth0 inet dhcp
> 
> iface dsl-provider inet ppp
> provider dsl-provider
> 
> tout me semble correct?
> 
voila ce que j'ai (avec un noyau 2.6.16) (teste aussi avec eth1 à la place de 
eth0)


# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping eth0
        script grep
        map eth0

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Répondre à