[quote=“mattotop”]ça m’étonnerait, étant donné que tu as fait une erreur sur adress -> address .
A moins bien sûr que tu n’aies pas fait l’erreur quand tu testais sur eth1
[/quote]
J’ai en fait fait l’erreur en recopiant sur le forum (pas pu faire de copier/coller).
[quote]peux tu poster les retours de
Code:
sudo lshw -C network
ifconfig
cat /etc/network/interfaces[/quote]
Voici :
20:30 root@newton /home/odsen# lshw -C network
zsh: command not found: lshw
zsh: exit 127 lshw -C network
[code]20:32 odsen@newton ~% ifconfig
eth1 Lien encap:Ethernet HWaddr 00:1A:92:80:34:10
inet adr:192.168.0.9 Bcast:192.168.0.255 Masque:255.255.255.0
adr inet6: fe80::21a:92ff:fe80:3410/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:326 errors:0 dropped:0 overruns:0 frame:0
TX packets:208 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:203235 (198.4 KiB) TX bytes:31553 (30.8 KiB)
Interruption:209 Adresse de base:0xe000
eth2 Lien encap:Ethernet HWaddr 00:18:F3:F6:68:27
inet adr:192.168.0.9 Bcast:192.168.0.255 Masque:255.255.255.0
adr inet6: fe80::218:f3ff:fef6:6827/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:4 overruns:0 frame:0
TX packets:34 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:0 (0.0 b) TX bytes:1661 (1.6 KiB)
Interruption:10 Adresse de base:0x4000
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:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:280 (280.0 b) TX bytes:280 (280.0 b)
[/code]
[code]20:32 odsen@newton ~% 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 eth1
iface eth1 inet static
address 192.168.0.9
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.254
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 213.228.0.168
iface eth2 inet static
address 192.168.0.9
netmask 255.255.255.0
gateway 192.168.0.254
wireless-essid Sansoin
wireless-key s:**********
auto eth2
auto eth1
[/code]