MFS - Fix mmap issues with files under MFS
[dragonfly.git] / contrib / ipfilter / rules / example.10
blob560d1e670f61d9a4b7dff5a3569b3052a3c49e06
2 # pass ack packets (ie established connection)
4 pass in proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A
5 pass out proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A
7 # block incoming connection requests to my internal network from the big bad
8 # internet.
10 block in on le0 proto tcp from any to 10.1.0.0/16 flags S/SA
11 #  to block the replies:
12 block out on le0 proto tcp from 10.1.0.0 to any flags SA/SA