122514Sdarrenr#
253024Sguido# Log all short TCP packets to qe3, with 10.3.3.3 as the intended
322514Sdarrenr# destination for the packet.
422514Sdarrenr#
553024Sguidoblock in on qe0 to qe3:10.3.3.3 proto tcp all with short
622514Sdarrenr#
722514Sdarrenr# Log all connection attempts for TCP
822514Sdarrenr#
953024Sguidopass in on le0 dup-to le1:10.3.3.3 proto tcp all flags S/SA
1022514Sdarrenr#
1122514Sdarrenr# Route all UDP packets through transparently.
1222514Sdarrenr#
1353024Sguidopass in on ppp0 fastroute proto udp all
1422514Sdarrenr#
1553024Sguido# Route all ICMP packets to network 10 out through le1, to 10.3.3.1
1622514Sdarrenr#
1753024Sguidopass in on le0 to le1:10.3.3.1 proto icmp all
18