Hello All,
Does anyone know the FreeBSD equivalent of the Linux "lastb" command or the location of the failed login attempts log file? (both would be nice)
The Server runs FreeBSD version 7.0-STABLE. What I am trying to do is to block the IP address of the failed login attempts on the server. Not sure if the iptable command below works on FreeBSD:
Thanks,
Pete
Does anyone know the FreeBSD equivalent of the Linux "lastb" command or the location of the failed login attempts log file? (both would be nice)
The Server runs FreeBSD version 7.0-STABLE. What I am trying to do is to block the IP address of the failed login attempts on the server. Not sure if the iptable command below works on FreeBSD:
Code:
iptables -A INPUT -s [IP Address] -j DROP
Thanks,
Pete