diff options
| author | Darren Reed <darrenr@FreeBSD.org> | 2001-10-20 04:17:07 +0000 |
|---|---|---|
| committer | Darren Reed <darrenr@FreeBSD.org> | 2001-10-20 04:17:07 +0000 |
| commit | 6de4d5d5a4704236723b6e61caa944ab8a76839d (patch) | |
| tree | a215edcaca466164008dd39dec8b0d08291f40cb /share/examples/ipfilter/ipf.conf.sample | |
| parent | 3824d75af1de94a960be7a11e92787dc495a0d9e (diff) | |
Notes
Diffstat (limited to 'share/examples/ipfilter/ipf.conf.sample')
| -rw-r--r-- | share/examples/ipfilter/ipf.conf.sample | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/share/examples/ipfilter/ipf.conf.sample b/share/examples/ipfilter/ipf.conf.sample new file mode 100644 index 000000000000..c5d47bc1c9f9 --- /dev/null +++ b/share/examples/ipfilter/ipf.conf.sample @@ -0,0 +1,19 @@ +# $FreeBSD$ +block in log quick from any with ipopts +block in log quick proto tcp from any to any with short +pass out on ed1 all head 150 +block out from 127.0.0.0/8 to any group 150 +block out from any to 127.0.0.0/8 group 150 +block out from any to 192.168.1.110/32 group 150 +pass in on ed1 all head 100 +block in from 127.0.0.0/8 to any group 100 +block in from 192.168.1.110/32 to any group 100 +block in from 192.168.0.1/0xffffff00 to any group 100 +pass out on fxp0 all head 250 +block out from 127.0.0.0/8 to any group 250 +block out from any to 127.0.0.0/8 group 250 +block out from any to 192.168.0.1/32 group 250 +pass in on fxp0 all head 200 +block in from 127.0.0.0/8 to any group 200 +block in from 192.168.0.1 to any group 200 +block in from 192.168.1.110/0xffffff00 to any group 200 |
