This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jérôme Schneider 6a34b1697e Add port knocking and support save and load rules
* Support port knocking
 * Add a test option
 * Add save and load of the rules
 * Modify states to support last iptables version
 * Add logrotate support for the Debian packages
2011-06-21 14:21:52 +02:00
debian Add port knocking and support save and load rules 2011-06-21 14:21:52 +02:00
Makefile Add port knocking and support save and load rules 2011-06-21 14:21:52 +02:00
README Add port knocking and support save and load rules 2011-06-21 14:21:52 +02:00
firewall Add port knocking and support save and load rules 2011-06-21 14:21:52 +02:00
firewall.conf Add port knocking and support save and load rules 2011-06-21 14:21:52 +02:00
rsyslog.conf Add port knocking and support save and load rules 2011-06-21 14:21:52 +02:00

README

= Installation =
 * Requrie: rsyslog, logrotate and iptables
 * make install

= Usage =

First launch test your configuration:
 /etc/init.d/firewall test
Second save this change (this will load your rules and save it):
 /etc/init.d/firewall save
You need to use save at least one time.

/etc/init.d/firewall stop:  will flush your rules
/etc/init.d/firewall start|restore: will load your saved rules