summaryrefslogtreecommitdiffstats
path: root/share/man/man4
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-02-28 21:01:09 +0000
committerphk <phk@FreeBSD.org>1998-02-28 21:01:09 +0000
commitc5228af8cf2dc9f9d3c5ebb1a617edc4e6d4542c (patch)
tree7649424705868d5a7efdc29e9bb22199ada96caf /share/man/man4
parentfaf593c225fcb43f99de0b93dcf7fef0bcf0bfbf (diff)
downloadFreeBSD-src-c5228af8cf2dc9f9d3c5ebb1a617edc4e6d4542c.zip
FreeBSD-src-c5228af8cf2dc9f9d3c5ebb1a617edc4e6d4542c.tar.gz
Make it possible to indicate that we don't care about the remote
sides IP address, as long as it isn't 0.0.0.0
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/sppp.410
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man4/sppp.4 b/share/man/man4/sppp.4
index 1451f9c..b0d0f18 100644
--- a/share/man/man4/sppp.4
+++ b/share/man/man4/sppp.4
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: sppp.4,v 1.2 1997/09/29 10:10:21 wosch Exp $
+.\" $Id: sppp.4,v 1.3 1997/10/11 11:27:25 joerg Exp $
.\"
.Dd May 19, 1997
.Dt SPPP 4
@@ -119,6 +119,14 @@ way the IPCP option negotiation works, this address is being supplied
late during the negotiation, which might cause the remote peer to make
wrong assumptions.
.Pp
+In a similar spirit the remote address can be set to the magical
+value 0.0.0.1 which means that we don't care what address the remote
+side will use, as long as it is not 0.0.0.0.
+This is useful if your ISP has several dial-in
+servers. You can of course
+.Ic route add something or other 0.0.0.1
+and it will do exactly what you would want it to.
+.Pp
The PAP and CHAP authentication protocols as described in RFC 1334,
and RFC 1994 resp., are also implemented. Their parameters are being
controlled by the
OpenPOWER on IntegriCloud