Bug 7142
Summary: | ppp-2.3.10-3.i386.rpm - | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | apcot |
Component: | ppp | Assignee: | Nalin Dahyabhai <nalin> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | CC: | feetduck, hingsun |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-01-17 14:19:54 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
apcot
1999-11-19 15:58:36 UTC
I believe if you add 'noauth' in an appropriate spot in the PPP options (either globally or for that system), this will stop. Pppd apparently now insists on PAP/CHAP authentication in some situations where it didn't used to. This solved the problem. Thanks. You probably already have a default route set up on your machine and you then ask pppd to set up a default route as well (with PPP, to do so is the default, so you wouldn't need to do so explicitly). pppd won't do it. The next revision of our initscripts package will solve the problem completely by deleting the default route before trying to install a new one. Yes, I too received the same problem. I can reproduce it easily. Also, I tried reinstalling my system (for various reasons, mainly experimental), downloaded all available patches for 6.1, and after updating my PPP to the latest version (2.3.10-3.i386), I got the same problem. I will remove this package and place the old one back. Josh FeetDuck I had the same problem, that is I lost my ppp connectivity after upgrading to the latest initscripts package. It seems that if the variable GATEWAYDEV is blank the /etc/sysconfig/network-scripts/if-up script put a defaultroute on every interface it mounts. On my system I solved putting a line GATEWAYDEV='none' in /etc/sysconfig/network. Now PPP works well and the route table is OK. As I understand it, this should be fixed in the latest errata release of the initscripts package (http://www.redhat.com/support/errata/RHSA1999052-04.html). Please reopen this bug if it does not solve this problem. *** Bug 9764 has been marked as a duplicate of this bug. *** *** Bug 9730 has been marked as a duplicate of this bug. *** |