diff options
Diffstat (limited to 'regress/sbin/pfctl/pf84.ok')
-rw-r--r-- | regress/sbin/pfctl/pf84.ok | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf84.ok b/regress/sbin/pfctl/pf84.ok new file mode 100644 index 00000000000..e031da0e292 --- /dev/null +++ b/regress/sbin/pfctl/pf84.ok @@ -0,0 +1,8 @@ +nat on tun1000000 inet from 10.0.0.0/24 to any -> { 10.0.1.1, 10.0.1.2 } round-robin sticky-address +rdr on tun1000000 inet from any to 10.0.1.1 -> 10.0.0.0/24 random sticky-address +rdr on tun1000000 inet from any to 10.0.1.2 -> { 10.0.0.1, 10.0.0.2 } round-robin sticky-address +pass in proto tcp from any to any port = ssh keep state (source-track global) +pass in proto tcp from any to any port = smtp keep state (source-track global) +pass in proto tcp from any to any port = www keep state (source-track rule, max-src-states 3, max-src-nodes 1000) +pass in proto tcp from any to any port = ntp keep state (source-track global, max-src-nodes 1000) +pass in proto tcp from any to any port = 321 keep state (source-track global, max-src-states 3) |