From 78076f70e284cd5adeba4fd2eee89eb0b128642b Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 30 Dec 2001 16:40:48 +0000 Subject: Document the change from 0.0.0.1 to 0.0.0.* as `any remote address is OK'. MFC after: 1 month --- share/man/man4/sppp.4 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/share/man/man4/sppp.4 b/share/man/man4/sppp.4 index af4c6b0..f1f9f0b 100644 --- a/share/man/man4/sppp.4 +++ b/share/man/man4/sppp.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 27, 2001 +.Dd December 30, 2001 .Dt SPPP 4 .Os .Sh NAME @@ -120,11 +120,13 @@ 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 +value +.Ns 0.0.0. Ns Em \&* +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 -.Nm route Cm add Ar something_or_other 0.0.0.1 +.Nm route Cm add Ar something_or_other 0.0.0. Ns Em \&* and it will do exactly what you would want it to. .Pp The PAP and CHAP authentication protocols as described in RFC 1334, -- cgit v1.1