View Single Post
SubCore's Avatar
Posts: 850 | Thanked: 626 times | Joined on Sep 2009 @ Vienna, Austria
#5
Originally Posted by pioupus View Post
route tells me:
Code:
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.178.0   *               255.255.255.0   U     0      0        0 wlan0
192.168.179.0   *               255.255.255.0   U     0      0        0 tap0
default         192.168.178.1   0.0.0.0         UG    0      0        0 wlan0
your default route still points to the wlan0 interface.

did you include the script from comment #9 in that bug?

you have to download the attachment, save it on the device, make it executable (chmod +x), and change every occurance of "gprs0" to "wlan0" if you want to use it over wlan.

the script in that attachment will update the routing table on every ip adress change, so that only the next hop over gprs (in your case wlan) will actually be routed over that interface, and the default route point to tap0 (your vpn interface).

disclaimer: i have my own script, so i don't know for sure if the script in that attachment i linked to actually works *g*
__________________
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg