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
> _______________________________________________
> [email protected] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-pf
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "[EMAIL PROTECTED]"