Setting Up Arno’s Firewall 2
You can download file for installing at this link http://rocky.molphys.leidenuniv.nl/page/iptables/download.htm Download this file arno-iptables-firewall-1.8.2a-stable.tgzDownload and Installing
Next, Create directory name “arno” :
Login as root
[root@test root]#cd ..
[root@test /]#
[root@test /]#mkdir arno
[root@test /]#
Untar file from your downloaded into /arno/ directory
[root@test /]#cd arno ////Change directory to /arno directory you need to store file downloaded at this and use command as below :
[root@test arno]#tar -zxvf arno-iptables-firewall-1.8.2a-stable.tgz
You will have 10 files in this directory, Next, you need to delete arno-iptables-firewall-1.8.2a-stable.tgz file.
[root@test arno]#rm arno-iptables-firewall-1.8.2a-stable.tgz
You have configuration file and 2 file for setting up that is rc.iptables and iptables-firewall.conf
You need to change Owner all file to root Owner via command as below :
[root@test root]#chown -R root /arno
Change Permission on some file via command as below :
[root@test root]#chmod 700 /arno/rc.iptables
[root@test root]#chmod 600 /arno/iptables-firewall.conf






