Le reglage du reseau ne mémorise pas son activité sur ma etch.
Voici les infos :
x# dmesg | grep eth
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.56.
forcedeth: using HIGHDMA
eth0: forcedeth.c: subsystem: 01462:7309 bound to 0000:00:07.0
eth65: no IPv6 routers present
[code]# ifconfig
eth65 Lien encap:Ethernet HWaddr 00:00:6C:7E:37:04
inet adr:192.168.0.12 Bcast:192.168.0.255 Masque:255.255.255.0
adr inet6: fe80::200:6cff:fe7e:3704/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1559 errors:0 dropped:0 overruns:0 frame:0
TX packets:1664 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:1189763 (1.1 MiB) TX bytes:298623 (291.6 KiB)
Interruption:201
lo Lien encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:68 errors:0 dropped:0 overruns:0 frame:0
TX packets:68 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:5204 (5.0 KiB) TX bytes:5204 (5.0 KiB)[/code]
[code]# cat /etc/network/interfaces
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
The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
iface eth7 inet dhcp
iface eth55 inet dhcp
auto eth55
iface eth57 inet dhcp
auto eth57
iface eth59 inet dhcp
auto eth59
iface eth60 inet dhcp
auto eth60
iface eth61 inet static
address 192.168.0.10
netmask 255.255.255.0
gateway 192.168.1.1
auto eth61
iface eth62 inet dhcp
iface eth64 inet dhcp
auto eth64
[/code]A chaque fois j’acumule les des eth différents Alors comment rester sur eth0 pour me connecter et y rester ?