Pagina 1 di 1

Ripristinare routing table

Inviato: mar 3 set 2013, 16:48
da darkstaring
Ciao :) ...

Sto facendo un Ap con hostdap su ubuntu 13.04 , ma quando lo avvio perdo il routing dell' eth0 e non riesco più ad uscire su internet...
Questa è la routing_table prima di lanciare l'hostdap

Codice: Seleziona tutto

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         .               0.0.0.0         UG    0      0        0 eth0
link-local      *               255.255.0.0     U     1000   0        0 eth0
192.168.0.0     *               255.255.255.0   U     1      0        0 eth0
192.168.0.0     *               255.255.255.0   U     9      0        0 wlan0
Questo dopo aver lanciato l'hostdap

Codice: Seleziona tutto

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.0.0.0        *               255.0.0.0       U     0      0        0 wlan0
link-local      *               255.255.0.0     U     1000   0        0 eth0
192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
Sto tentando di rimettere il routing con
sudo route add default gw 192.168.0.1 eth0 ma non và... Ho provato anche con network-manager restart
credo che il blocco sia nel " 10.0.0.0 * 255.0.0.0 U 0 0 0 wlan0 "
Sapete darmi qualche dritta :) ?

Grazie