diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2000-01-17 17:40:28 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2000-01-17 17:40:28 +0000 |
commit | a68bb2f3100afe06e37fdcfe0938115283ac9cb6 (patch) | |
tree | 99f78db56848b22694e7b630707dcd1690f5cab4 /share/ipf/example.10 | |
parent | f87ca1bd56b737cb12ae8c0871d3e804aa3c8ea4 (diff) |
Update the examples to those included with ipf 3.3.6. Add several new ones.
Diffstat (limited to 'share/ipf/example.10')
-rw-r--r-- | share/ipf/example.10 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/ipf/example.10 b/share/ipf/example.10 index 477c2e071a0..560d1e670f6 100644 --- a/share/ipf/example.10 +++ b/share/ipf/example.10 @@ -1,8 +1,8 @@ # # pass ack packets (ie established connection) # -pass in proto tcp 10.1.0.0/16 port = 23 10.2.0.0/16 flags A/A -pass out proto tcp 10.1.0.0/16 port = 23 10.2.0.0/16 flags A/A +pass in proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A +pass out proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A # # block incoming connection requests to my internal network from the big bad # internet. |