Se sulla vostra macchina Linux non riuscite a pingare una rete che dovreste poter raggiungere, probabilmente non avete impostato un gateway sulla scheda di rete.
Digitate:
route -n
Se avete un risultato simile a questo, in cui non c’è il gateway:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
Per aggiungerlo, basta digitare, ad esempio:
route add default gw 192.168.1.1