From: jim f. <mtn...@gm...> - 2008-08-27 23:28:16
|
>From a FreeBSD 6.3 install. the doc (http://sshguard.sourceforge.net/doc/setup/blockingpf.html) has the following line: block in quick on $ext_if from <sshguard> to any port 22 label "ssh bruteforce" This throws an error from the pf parser without specifying the protocols block in quick on $ext_if proto { tcp, udp } from <sshguard> to any port 22 label "ssh bruteforce" I'm not sure if it's the same on other platforms thx jim |