[BACK]Return to example.13 CVS log [TXT][DIR] Up to [local] / src / share / ipf

Annotation of src/share/ipf/example.13, Revision 1.3

1.1       dm          1: #
1.3     ! kjell       2: # Log all short TCP packets to qe3, with 10.3.3.3 as the intended
1.2       dm          3: # destination for the packet.
1.1       dm          4: #
1.3     ! kjell       5: block in on qe0 to qe3:10.3.3.3 proto tcp all with short
1.1       dm          6: #
1.2       dm          7: # Log all connection attempts for TCP
1.1       dm          8: #
1.3     ! kjell       9: pass in on le0 dup-to le1:10.3.3.3 proto tcp all flags S/SA
1.1       dm         10: #
1.2       dm         11: # Route all UDP packets through transparently.
1.1       dm         12: #
1.3     ! kjell      13: pass in on ppp0 fastroute proto udp all
1.1       dm         14: #
1.3     ! kjell      15: # Route all ICMP packets to network 10 out through le1, to 10.3.3.1
1.1       dm         16: #
1.3     ! kjell      17: pass in on le0 to le1:10.3.3.1 proto icmp all