Hi,
I've installed security/sshguard-pf.
I followed instructions. I removed comment from syslog.conf, so now the line looks like this:
After this I edited pf.conf by adding these lines.
After this I restarted syslogd and loaded new pf-rules with [CMD=]pfctl -f /etc/pf.conf[/CMD].
After 3 days of running pf-sshguard. Sshguard-table is still empty.
[CMD=]pfctl -Tshow -t sshguard[/CMD]
provides nothing...
Should I change some other settings or where i should start looking the error ?
Best Regards
Folivora
I've installed security/sshguard-pf.
I followed instructions. I removed comment from syslog.conf, so now the line looks like this:
Code:
auth.info;authpriv.info |exec /usr/local/sbin/sshguard
After this I edited pf.conf by adding these lines.
Code:
table <sshguard> persist
Code:
block in quick on $ext_if proto tcp from <sshguard> to any port 22 label "ssh bruteforce"
After this I restarted syslogd and loaded new pf-rules with [CMD=]pfctl -f /etc/pf.conf[/CMD].
After 3 days of running pf-sshguard. Sshguard-table is still empty.
[CMD=]pfctl -Tshow -t sshguard[/CMD]
provides nothing...
Should I change some other settings or where i should start looking the error ?
Best Regards
Folivora