diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-09-22 20:19:47 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-09-22 20:19:47 +0000 |
commit | 6f5d55fb12c0e4cc08c9efbad28fa6d81f0f4f12 (patch) | |
tree | f52e715f3bcefa18e647ccfe3021a98b9d0f2d53 /share | |
parent | e23866e752e526a738f9e558128f964890058b4e (diff) |
fix binat example; ok jasoni
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/nat.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/nat.conf.5 b/share/man/man5/nat.conf.5 index 67526ed07ff..c0150d17abd 100644 --- a/share/man/man5/nat.conf.5 +++ b/share/man/man5/nat.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nat.conf.5,v 1.11 2001/09/06 22:37:08 jasoni Exp $ +.\" $OpenBSD: nat.conf.5,v 1.12 2001/09/22 20:19:46 pvalchev Exp $ .\" .\" Copyright (c) 2001 Ian Darwin. All rights reserved. .\" @@ -139,7 +139,7 @@ bidirectional map is created between the private address 192.168.1.5 and the routable external address 204.92.77.113. (Thus, incoming traffic to 204.92.77.113 is mapped to the internal address 192.168.1.5.) .Bd -literal -binat on fxp0 from 192.168.1.5/32 to any -> 204.92.77.113 +binat on fxp0 from 192.168.1.5 to any -> 204.92.77.113 .Ed .Pp This longer example uses both a NAT and a redirection. Interface |