Spoofers, Spammers & Other Bad Guys
Michal Mertl
mime at traveller.cz
Fri Aug 11 07:58:13 UTC 2006
beno wrote:
> Hi;
> I'm configuring my firewall and I'd like to make a table of "bad guys",
> preferably one that automatically updates from the Web. Surely someone
> else has already thought of this and implemented something similar, so
> could someone clue me in?
Read section TABLES in pf.conf(5):
table <private> const { 10/8, 172.16/12, 192.168/16 }
table <badhosts> persist
block on fxp0 from { <private>, <badhosts> } to any
# pfctl -t badhosts -Tadd 204.92.77.111
> Also, where do I find a list of devices (lo, fxp0, etc.) in my box?
ifconfig -l
> TIA,
> beno
> _______________________________________________
> freebsd-pf at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-pf
> To unsubscribe, send any mail to "freebsd-pf-unsubscribe at freebsd.org"
>
More information about the freebsd-pf
mailing list