From: Mike B. <mi...@sk...> - 2008-07-08 15:38:18
|
Yves Guin wrote: > I use freebsd and ipfw, are we able to do the same thing with ipfw ? ipfw is already supported by sshguard. Just install sshguard from the Ports Collection. When building the port, either set environment variable SSHGUARDFW=ipfw before running 'make', or do it on the command line like 'make SSHGUARDFW=ipfw'. This will cause --with-firewall=ipfw to be added to the configure arguments. |