bonjour,=20
j'utilise rt61pci et wpasuplicant pour ma carte wifi :
module version 2.0.12 (je pense via m-a a-i rtx2000...)
1)=20
lorsque je ping mon routeur (freebox : 192.168.0.254) : ping ok
lorsque je ping -c 1 www.google.fr : ping nok (ping: unknow host=20
www.google.fr)
2)
s'il m'arrive malencontreusement de faire un /etc/init/networking restart, =
il=20
semblerait que je ne puissse plus me connecter =E0 mon AP jusqu'a ce que je=
=20
reboot le pc : wlan0 authentification with ap timed out
savez-vous comment s'en sortir (apr=E8s je vais ajouter du bonding ....)
/etc/network/interface:
auto wlan0
#iface wlan0 inet dhcp
iface wlan0 inet static
address 192.168.0.26
netmask 255.255.255.0
gateway 192.168.0.254
pre-up iwconfig wlan0 essid "mon essid"
wpa-conf /etc/wpa_supplicant.conf
wpa-driver wext
(j'ai aussi eth0 de configurer, mais je fais un ifdown eth0 pendant les tes=
ts)
/etc/wpa_supplicant.conf
network=3D{
ssid=3D"mon essid"
scan_ssid=3D1
proto=3DWPA
key_mgmt=3DWPA-PSK
psk=3D"ma clef en clair"
}
mon /etc/resolv.conf :
nameserver 192.168.0.254
nameserver 192.168.1.1
(eth0 est en 192.168.1.0, routeur 192.168.1.1)