On Mon, May 21, 2018 at 10:20:22PM +0530, Mayuresh wrote: > # /etc/rc.d/sshguard start > Starting sshguard. > > # /etc/rc.d/sshguard status > sshguard is not running. > > # /etc/rc.d/sshguard rcvar > # sshguard > $sshguard=YES
Ok, here is a clue: # sshguard sh: cannot open /etc/ipf.conf: no such file Could not init firewall. Terminating. Created a blank /etc/ipf.conf and did: # /etc/rc.d/ipfilter start Enabling ipfilter. Still: # sshguard Could not init firewall. Terminating. Mayuresh