diff options
Diffstat (limited to 'ipf/regress/ni18.nat')
-rw-r--r-- | ipf/regress/ni18.nat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipf/regress/ni18.nat b/ipf/regress/ni18.nat new file mode 100644 index 0000000000000..40113c1c32c2e --- /dev/null +++ b/ipf/regress/ni18.nat @@ -0,0 +1,4 @@ +rdr hme0 192.168.1.0/24 port 80 -> 1.1.1.1 port 80 tcp; +no rdr hme0 192.168.1.1 port 80 tcp; +map hme1 10.1.0.0/16 -> 203.1.1.1/32 portmap tcp/udp 10000:20000 +no map hme1 10.1.1.0/24 tcp; |