freebsd-dev/contrib/ipfilter/rules/example.2
Guido van Rooij c9bff7ba93 Import of ipfilter 3.3.3 in anticipation of its revival.
More to come in the next days.
1999-11-08 20:51:23 +00:00

6 lines
149 B
Groff

#
# block all outgoing TCP packets on le0 from any host to port 23 of
# host 10.1.1.2
#
block out on le0 proto tcp from any to 10.1.1.3/32 port = 23