Seeker
August 7th, 2009, 15:14
pf_enable="YES"
#Remove each blacklisted IP after 24 hours
pf_flags="-t ssh_bruteforcers -T expire 86400"
pflog_enable="YES"
in /etc/rc.conf
results in:
Enabling pf.
No ALTQ support in kernel
ALTQ related functions disabled
usage: pfctl [-AdeghmNnOqRrvz]
[-a anchor] [-D macro=value] [-F modifier]
[-f file] [-i interface] [-K host | network]
[-k host | network ]
[-o [level]] [-p device] [-s modifier ]
[-t table -T command [address ...]] [-x level]
No ALTQ support in kernel
ALTQ related functions disabled
No ALTQ support in kernel
ALTQ related functions disabled
pf enabled
at the boot time, with NO rules loaded from: /etc/pf.conf
and NO logging occurs.
What am I doing wrong with pf_flags??
Now they are commented out and all is well.
#Remove each blacklisted IP after 24 hours
pf_flags="-t ssh_bruteforcers -T expire 86400"
pflog_enable="YES"
in /etc/rc.conf
results in:
Enabling pf.
No ALTQ support in kernel
ALTQ related functions disabled
usage: pfctl [-AdeghmNnOqRrvz]
[-a anchor] [-D macro=value] [-F modifier]
[-f file] [-i interface] [-K host | network]
[-k host | network ]
[-o [level]] [-p device] [-s modifier ]
[-t table -T command [address ...]] [-x level]
No ALTQ support in kernel
ALTQ related functions disabled
No ALTQ support in kernel
ALTQ related functions disabled
pf enabled
at the boot time, with NO rules loaded from: /etc/pf.conf
and NO logging occurs.
What am I doing wrong with pf_flags??
Now they are commented out and all is well.