Sync usage with man page.
[netbsd-mini2440.git] / dist / ipf / rules / example.13
blob42099c8891bbbece3d1e5908ae5b9dc454f707f6
1 #       $NetBSD$
3 # Log all short TCP packets to qe3, with 10.3.3.3 as the intended
4 # destination for the packet.
6 block in on qe0 to qe3:10.3.3.3 proto tcp all with short
8 # Log all connection attempts for TCP
10 pass in on le0 dup-to le1:10.3.3.3 proto tcp all flags S/SA
12 # Route all UDP packets through transparently.
14 pass in on ppp0 fastroute proto udp all
16 # Route all ICMP packets to network 10 out through le1, to 10.3.3.1
18 pass in on le0 to le1:10.3.3.1 proto icmp all