From a68bb2f3100afe06e37fdcfe0938115283ac9cb6 Mon Sep 17 00:00:00 2001 From: Kjell Wooding Date: Mon, 17 Jan 2000 17:40:28 +0000 Subject: Update the examples to those included with ipf 3.3.6. Add several new ones. --- share/ipf/example.10 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/ipf/example.10') 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. -- cgit v1.2.3