The workaround I currently use when being connected to my 3g connection
and another one at the same time is to replace the default route through
the command line:

sudo route add default gw `ip addr show ppp0 | grep inet | head -n 1 |
awk '{print $2}' | sed -r 's/\/.*//'` ppp0

Then, as long as I have my 3g providers DNS servers specified in
/etc/resolv.conf, I can connect as usual, share my internet connection
through Firestarter etc.

-- 
If Ubuntu is connected to more than one network (e.g. GSM and wireless) but 
only GSM has internet access, OS is unable to access internet. NM version 0.7.
https://bugs.launchpad.net/bugs/278485
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to