You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Go to file
Thomas NOËL 0cff6770c3 include-by-hostname hack 9 years ago
ferm include-by-hostname hack 9 years ago
Makefile Makefile: rename rsyslog.conf to eofirewall.conf 10 years ago
README Update documentation 10 years ago
eofirewall replace ALLOW_WAN_OUTOUT_EVERYWHERE by ALLOW_WAN_OUTPUT_EVERYWHERE 9 years ago
firewall.conf replace ALLOW_WAN_OUTOUT_EVERYWHERE by ALLOW_WAN_OUTPUT_EVERYWHERE 9 years ago
rsyslog.conf Add port knocking and support save and load rules 12 years ago

README

= Installation =
 * Requrie: rsyslog, logrotate and iptables
 * make install
 * Move /etc/firewall/firewall.conf.template to /etc/firewall/firewall.conf
 * Configure /etc/firewall/firewall.conf

= Usage =

First test your rules:
 eofirewall test
Then you need to load this new rules:
 eofirewall start
Finally you need to save this new rules:
 eofirewall save

Other options :
eofirewall clean: this will remove eofirewall rules
eofirewall flush: this will remove all iptables rules
eofirewall load|restore: this will load your last saved rules

= Debian =

Debian package provides an init scripts (/etc/init.d/eofirewall)

/etc/init.d/eofirewall start: this will load your last saved rules
/etc/init.d/eofirewall stop: this will clean eofirewall rules