diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-02-28 15:41:45 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-02-28 15:41:45 +0000 |
| commit | 01ba618f4a329f47b71ac6db961beab89f6da538 (patch) | |
| tree | 1d962fe49bc4911f4682b1a0ea6737f323235e1f /sbin | |
| parent | de8ab39c6a9434331c9d04a829c94a3945918156 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/natd/natd.8 | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8 index 326a0095861d8..a6bf1b664a4a5 100644 --- a/sbin/natd/natd.8 +++ b/sbin/natd/natd.8 @@ -1,5 +1,5 @@ .\" $FreeBSD$ -.Dd June 27, 2000 +.Dd February 28, 2003 .Dt NATD 8 .Os .Sh NAME @@ -41,11 +41,16 @@ with .Xr divert 4 sockets under .Fx . -It is intended for use with NICs - if you want to do NAT on a PPP link, -use the +.Pp +(If you need NAT on a PPP link, +.Xr ppp 8 +provides the .Fl nat -switch to -.Xr ppp 8 . +option that gives most of the +.Nm +functionality, and uses the same +.Xr libalias 3 +library.) .Pp The .Nm @@ -581,6 +586,7 @@ Running the script in the background should be enough to prevent this disaster. .El .Sh SEE ALSO +.Xr libalias 3 , .Xr divert 4 , .Xr protocols 5 , .Xr rc.conf 5 , |
