Salut,
tu as oublié ifconfig
tu utlise déjà l'interface eth0 sans dhcp, mets un # avant la dernière ligne (voir en gras), ensuite tape /etc/init.d/networking restart
ifconfig
ping -c1 192.168.1.1
iface eth0 inet static
name Carte Ethernet
address 192.168.1.1
netmask 255.255.255.0
broadcast 192.168.0.255
network 192.168.1.1
auto eth0
#iface eth0 inet dhcp
lami20j


