diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-06 04:46:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-06 04:46:12 +0000 |
commit | 50521145d685632b7ce68c3ae648bb9f1537f1a8 (patch) | |
tree | 8888433762dce23031b5decfd7b7c50fea4dcbdd /sbin | |
parent | 17f6a6033f1053f43048570b02e5aac158278260 (diff) |
first cut at documenting bimap
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipnat/ipnat.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/ipnat/ipnat.8 b/sbin/ipnat/ipnat.8 index 4923cbf9fc8..a6b3bb8883b 100644 --- a/sbin/ipnat/ipnat.8 +++ b/sbin/ipnat/ipnat.8 @@ -56,7 +56,8 @@ and blank lines are ignored as .Nm parses the file. Entries may be separated by spaces or tabs. Each rule must begin with either -.Em map +.Em map , +.Em bimap , or .Em rdr . .Pp @@ -136,6 +137,11 @@ map ppp0 10.0.0.0/8 -> 209.1.2.0/24 .Pp That will cut the number down from ~16,000,000 addresses short to only 527,566. .Pp +.Em bimap +is not documented, because kjell@openbsd.org and aaron@openbsd.org +have not gotten around to documenting it. +You can mail them and express your distaste... especially to kjell! +.Pp .Em rdr tells the NAT how to redirect incoming packets. It is useful if one wishes to redirect a connection through a proxy, or to another box on the private |