diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2010-09-24 10:57:17 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2010-09-24 10:57:17 +0000 |
commit | 8895313fd9ccba78c0d098afabc09b2e0ef52be3 (patch) | |
tree | fd41e0e703229e26032709d32342385dcdf1590a /share/man/man5/pf.conf.5 | |
parent | 68093b8d59122b2b3e66ed10f1a968b40e530c65 (diff) |
oups. the notes i just added looked like shit because i'm too smart too
actually look at the manpage when changing it. ok jmc
Diffstat (limited to 'share/man/man5/pf.conf.5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index f026b2be15b..c31e39a3894 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.480 2010/09/24 10:41:36 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.481 2010/09/24 10:57:16 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -778,11 +778,11 @@ Those netblocks are: 10.0.0.0 \(en 10.255.255.255 (all of net 10, i.e. 10/8) 172.16.0.0 \(en 172.31.255.255 (i.e. 172.16/12) 192.168.0.0 \(en 192.168.255.255 (i.e. 192.168/16) +.Ed +.Pp .Ar nat-to is usually applied outbound. -If applied inbound, -nat-to to a local IP address is not supported. -.Ed +If applied inbound, nat-to to a local IP address is not supported. .It Pa rdr-to The packet is redirected to another destination and possibly a different port. @@ -795,11 +795,11 @@ redirects ports 2000 to 2999 (inclusive) to port 4000. .Pp .It match in ... port 2000:2999 rdr-to ... port 4000:* redirects port 2000 to 4000, port 2001 to 4001, ..., port 2999 to 4999. +.El +.Pp .Ar rdr-to is usually applied inbound. -If applied outbound, -rdr-to to a local IP address is not supported. -.El +If applied outbound, rdr-to to a local IP address is not supported. .El .Pp In addition to modifying the address, some translation rules may modify |