| Summary: | /etc/ppp/pap-secrets needs IP field, which is not listed as mandatory | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Alex Popa <razor> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Alex Popa
2001-10-29 21:50:01 UTC
Responsible Changed From-To: freebsd-doc->brian Over to PPP maintainer. Responsible Changed From-To: brian->freebsd-doc I don't do pppd(8) I'm afraid The last field (the fourth field) is not must, but it is only used in special cases when the user has been given an ip address my their ISP. As most ISPs do not allow the user to assign IP addresses; the IP addresses are picked out from an IP Pool at the ISPs end. The following is a typical format of the ppp-secrets file: # Secrets for authentication using PAP # client server secret acceptable_local_IP_addresses Summary: The use of the fourth field is to _force_ the ppp server to assign the ip address provided in field. It is very unlikely (security matters), that ppp servers would allow a remote client to set the IP number they are to be given. Note: This PR can now be succefully closed after clarifying the issue regarding the fourth field of the /etc/pap-secrets file. If any one who is reading this followup-trail would like to clarify this with external sources, i would suggest you start out with http://www.linuxdoc.org/HOWTO/PPP-HOWTO/, which is a good source on PPP related information. Thanks, =Hiten =<hiten@uk.FreeBSD.org> This PR can now be closed, as discussion about this topic has already been carried out on the -doc mailing list, as it has also been clarified with the Linux PPP-HowTO about how to resolve the issue. No Patches are needed. =Hiten =<hiten@uk.FreeBSD.org> State Changed From-To: open->closed Asked and answered. |