Sanewall Installation ********************* These instructions apply to packages downloaded from: http://download.sanewall.org/releases If you have installed sanewall via your distribution, there may be some differences. Once you have installed sanewall, read the Getting Started section of the README. Installing from the rpm-file ============================ This process has been shown to work on Fedora Core 16. Please report any problems for this or other systems at: http://bugs.sanewall.org/sanewall Obtain the distribution file. It will look something like: sanewall-x.y.z-orig.noarch.rpm To install you just need to perform the following steps: 1. If you are replacing FireHOL, copy the configuration to a sanewall configuration: sudo cp -rp /etc/firehol /etc/sanewall sudo mv /etc/firehol/firehol.conf /etc/sanewall/sanewall.conf Otherwise, the installer will create a default configuration. 2. If you are replacing FireHOL, you will first need to remove it: sudo yum remove firehol 3. Install the package: sudo yum install sanewall-x.y.z-orig.noarch.rpm 4. Enable the service at boot time and start it immediately: sudo systemctl enable sanewall.service sudo systemctl start firehol.service You can use the "stop" and "status" commands to systemctl to control or see the sanewall status. Older systems will use the chkconfig system utility to enable/disable sanewall. Sanewall is installed as /usr/sbin/sanewall with an init script also provided as /etc/init.d/sanewall.