Merci pour le coup de main !
Voilà les infos :
[code]# 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.15
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.254
# wireless-* options are implemented by the wireless-tools package
wireless-mode managed
wireless-essid freeplobo
wireless-key1 XXXXXXXXXX
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 212.27.40.240 212.27.40.241
dns-search free.fr
iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 unassociated ESSID:"freeplobo"
Mode:Managed Channel=0 Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0
Retry limit:7 RTS thr:off Fragment thr:off
Encryption key:2F18-D411-33 Security mode:open
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
pan0 no wireless extensions.
[/code]