Version 1 (modified by 16 years ago) ( diff ) | ,
---|
Installation
Installation instructions for installing from source
Installing from source is made easy with a install script. The steps that need to be taken for this type of installation will be explained below.
- download the archive, e.g. Vuurmuur-0.5.72.tar.gz, and store it on your disk
- unpack the archive with the command 'gzip -cd Vuurmuur-0.5.72.tar.gz | tar xvf -'
- enter the directory Vuurmuur-0.5.72
- Now run the install script: ./install.sh --install --defaults (this will use the default locations, /etc/vuurmuur for the config, /usr/bin/ for the binaries, /usr/share/vuurmuur for misc files and /var/log/vuurmuur for logs)
- After some waiting you should get a success message.
- To make sure Vuurmuur gets started on boot, please look at the vuurmuur-initd.sh script in /usr/share/vuurmuur/scripts/.
If you run into trouble, make sure to check the installation Faq.
Installation instructions for installing from Autopackage
If you are using the x86 architecture this is an easy installation method. An autopackage (http://www.autopackage.org/) is a distribution independent installer. Installation is very easy!
- download the package, e.g. Vuurmuur-0.5.72.x86.package
- run the package: 'sh Vuurmuur-0.5.72.x86.package'
- if you don't have Autopackage installed yet, it will be downloaded automatically (requires internet access)
- done!
You can pass the --prefix <path> parameter to the package. This will allow you to select another installation path then the one defined in /etc/autopackage/config. Default is /usr. This will use a config directory of /etc/vuurmuur. If you select another prefix with the --prefix <path> parameter, the config directory will be <path>/etc/vuurmuur, so for /usr/local, the config will be in /usr/local/etc/vuurmuur.
If you run into trouble, make sure to check the installation Faq.
Installation instructions for specific distributions
If you use a distro not mentioned here, please consider adding it to the list!
- Fedora Core: see InstallationFedoraCore
- Suse Linux: see InstallationSuseLinux
- Debian and Ubuntu: see InstallationDebian
- Slackware: see InstallationSlackware
Now you are ready to get to the Configuration to configure your firewall!