Linux Machine not authorized to use this PPP address error
Q. I’m using Fedora Core Linux. Recently I changed my ISP. Now I get error as follows when I try to start PPP:
PPP authorization failed
Machine not authorized to use this PPP address
How do I fix this problem?
A. PPP is the protocol used for establishing internet links over dial-up modems, DSL connections, and many other types of point-to-point links. The pppd daemon works together with the kernel PPP driver to establish and maintain a PPP link with another system (called the peer) and to negotiate Internet Protocol (IP) addresses for each end of the link. Pppd can also authenticate the peer and/or supply authentication information to the peer. PPP can be used with other network protocols besides IP, but such use is becoming increasingly rare.
Auth option require the peer to authenticate itself before allowing network packets to be sent or received. This option is the default if the system has a default route.
By adding noauth option you can get rid of this problem. It means ppp do not require the peer to authenticate itself. Open /etc/ppp/options file:
# vi /etc/ppp/options
Append option:
noauth
Save and close the file. Now run ppp and you should able to connect.
E-mail this to a friend
Printable version
Related Other Helpful FAQs:
- Error: Couldn’t open display (null) and solution
- Warning: Remote Host Identification Has Changed error and solution
- Linux Mail Delivery Failed With DNS Service Unavailable Error and Solution
- FreeBSD ERROR: (8011-323-1057) Failed to allocate memory and Solution
- How to: Linux / UNIX setup Squid Proxy authentication
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: authenticate, fedora, isp, Linux, ppp, pppd_daemon, ppp_driver, ppp_options, Troubleshooting



Recent Comments
Yesterday ~ 77 Comments
Yesterday ~ 2 Comments
10/10/2008 05:34 pm (2 days ago) ~ 1 Comment
10/10/2008 05:21 pm (2 days ago) ~ 8 Comments
10/10/2008 12:39 pm (2 days ago) ~ 1 Comment