11Fermer13
FarewellLe 20/07/2014 à 14:51
• Folco roule un e-patin en WiFI à Flanker


Ca marche ton truc boing
La sortie initiale de route -n était celle-ci :
root@Weygand:/home/helene# route -n
Table de routage IP du noyau
Destination     Passerelle      Genmask         Indic Metric Ref    Use Iface
0.0.0.0         0.0.0.0         0.0.0.0         U     1002   0        0 eth0
0.0.0.0         192.168.1.1     0.0.0.0         UG    1024   0        0 wlan0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 wlan0
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 wlan0

J'ai exécuté ta commande, maintenant j'ai ça :
root@Weygand:/home/helene# route -n
Table de routage IP du noyau
Destination     Passerelle      Genmask         Indic Metric Ref    Use Iface
0.0.0.0         192.168.1.1     0.0.0.0         UG    0      0        0 wlan0
0.0.0.0         0.0.0.0         0.0.0.0         U     1002   0        0 eth0
0.0.0.0         192.168.1.1     0.0.0.0         UG    1024   0        0 wlan0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0                                       
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 wlan0                                      
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 wlan0  

Et ça marche happy

Merci bien ! love