salut, j'ai le m�me modem que toi en routeur, mon modem est ethernet sans pcmcia, donc sur le cot� pcmcia, j'espere que �a marche. Sinon, chez moi ceci suffit.
Dans /etc/network/interfaces, (fichier lu au d�marrage) j'ai # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface # automatically added when upgrading auto lo iface lo inet loopback # automatically added when upgrading auto eth0 iface eth0 inet static address 10.0.0.2 netmask 255.255.255.0 gateway 10.0.0.138 Dans /etc/resolv.conf, j'ai (je suis sur wanadoo) nameserver 193.252.19.3 nameserver 193.252.19.4 Dans /etc/hosts # le loopback 127.0.0.1 localhost localhost.localdomain # modem 10.0.0.138 alcatel # les machines du r�seau 10.0.0.1 odie.domaine.fr odie 10.0.0.2 garfield.domaine.fr garfield 10.0.0.3 marlene.domaine.fr marlene A+ Olivier

