as a workaround, i made this script it kills the default route, launch gnome-ppp and when gnomme-ppp closes then it adds the default route again
#!/bin/sh sudo route del default gnome-ppp sudo route add default gw 192.168.1.1 -- ppp connection does not change default gateway https://bugs.launchpad.net/bugs/313188 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
