diff options
author | brian <brian@FreeBSD.org> | 1999-03-07 18:13:44 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-03-07 18:13:44 +0000 |
commit | 7ae299d980b74227ffb2395df09111e9e75a0a58 (patch) | |
tree | d5731c08a6815e59b928ad94609d3ec1c9b4c8c9 /usr.sbin/ppp/ppp.8.m4 | |
parent | 8b7bf74482a8f02d04eb893476a0bbe5281f9741 (diff) | |
download | FreeBSD-src-7ae299d980b74227ffb2395df09111e9e75a0a58.zip FreeBSD-src-7ae299d980b74227ffb2395df09111e9e75a0a58.tar.gz |
Support PPTP via libalias (``alias pptp addr'').
Diffstat (limited to 'usr.sbin/ppp/ppp.8.m4')
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index 0d4a067..7d2cb58 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.155 1999/03/07 11:54:42 brian Exp $ +.\" $Id: ppp.8,v 1.156 1999/03/07 15:02:38 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Os FreeBSD @@ -2681,6 +2681,29 @@ or and only connections of the given protocol are matched. This option is useful if you wish to run things like Internet phone on the machines behind your gateway. +.It "alias pptp" Op Ar addr +This tells +.Nm +to alias any +.Em G Ns No eneral +.Em R Ns No outing +.Em E Ns No encapsulated +.Pq Dv IPPROTO_GRE +packets using +.Ar addr +rather than the local interface address. This allows the uses of the +.Em P Ns No oint +to +.Em P Ns No oint +.Em T Ns No unneling +.Em P Ns No rotocol +on a machine on the internal network. +.Pp +If +.Ar addr +is not specified, +.Dv PPTP +aliasing is disabled. .It "alias proxy cmd" Ar arg Ns No ... This command tells .Nm |