ppp does not replace default route
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ppp (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: ppp
This seems to be new to Lucid. I have used gnome-ppp and wvdial to successfully connect using a usb modem (Huawei datacard) in the past, while remaining connected to the local LAN through eth0. I needed to set the "defaultroute" and "replacedefault
With Ubuntu 10.04, I have noticed that the default route does not get replaced and I have to disconnect eth0 in order to get ppp0 going. If eth0 and ppp0 are both connected, despite the above options set, the system is unable to connect to the internet. This also happens if I use NetworkManager to connect using the Mobile Broadband option and with the above two options set in /etc/ppp/options.
The default route is replaced only intermittently, and there does not seem to be any logic to why it is happening.
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: ppp 2.4.5~git200811
ProcVersionSign
Uname: Linux 2.6.32-23-generic i686
Architecture: i386
CheckboxSubmission: ca3facf9929706a
CheckboxSystem: b845c366ea09c60
Date: Wed Jul 21 22:45:19 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
ProcEnviron:
LANG=C
SHELL=/bin/bash
SourcePackage: ppp
Hi,
I suffered from same problem, and found the solution here : ubuntu- virginia. ubuntuforums. org/showpost. php?p=7836980& postcount= 3
http://
Quoted:
======= ======= ======= ======= ======= ===
Adding those two lines to /etc/ppp/ peers/wvdial worked perfectly!
defaultroute
replacedefaultroute
======= ======= ======= ======= ======= ===
Now pppd always set the default route correctly.
Hope it helps.
Thanks,
Harry