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

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

1.1       dm          1: #
1.2     ! dm          2: # Log all short TCP packets to qe3, with "packetlog" as the intended
        !             3: # destination for the packet.
1.1       dm          4: #
1.2     ! dm          5: block in to qe3:packetlog proto tcp all with short
1.1       dm          6: #
1.2     ! dm          7: # Log all connection attempts for TCP
1.1       dm          8: #
1.2     ! dm          9: pass in dup-to le0:packetlog 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.2     ! dm         13: pass in fastroute proto udp all
1.1       dm         14: #
1.2     ! dm         15: # Route all ICMP packets to network 10 out through le1, to "router"
1.1       dm         16: #
1.2     ! dm         17: pass in to le1:router proto icmp all