Bug 9018
Summary: | PPP Error | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Don Crider <don> |
Component: | initscripts | Assignee: | Nalin Dahyabhai <nalin> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | ||
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-02-07 21:29:58 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
Don Crider
2000-01-31 17:36:05 UTC
Could you check to see that both ONBOOT and PERSIST are set to yes in /etc/sysconfig/network-scripts/ifcfg-ppp0? If not, please send in the contents of that file. (with any sensitive information like passwords removed and replace with dummy data, of course). [per private email, ONBOOT and PERSIST are on] The best way to try and start the interface up last is probably to set ONBOOT to no, and add the command "/sbin/ifup ppp0" to the /etc/rc.d/rc.local script, which is executed last during the bootup process. If you're using wu-ftpd 2.0.9, I strongly suggest upgrading to the 2.6.0 security update, which fixes a security vulnerability. This wouldn't affect your ability to access your ISP's FTP server, however. Most likely that is an issue with the way they have their FTP server configured. If you can get in using a PC at your home but not from elsewhere, then it appears that their server is configured to only allow connections over their clients' PPP connections. You may have better luck if you empty (or comment out) the IPADDR and REMIP variables in ifcfg-ppp0. If your ISP is assigning you the address given in IPADDR, it may well be that while it works correctly as a PPP link, an address like 192.163.97.1 may not interact well with their network servers. |