Personal tools
You are here: Home installfirewall.sh

installfirewall.sh

by Administrator last modified 2008-06-19 15:32

Linux firewall designed by Dan Shearer

Click here to get the file

Size 1 kB - File type text/x-sh

File contents

#!/bin/bash

echo Installing Linux Firewall from DPNet
echo 

wget http://dpnet.co.uk/firewall -O /etc/init.d/firewall
chmod 700 /etc/init.d/firewall
update-rc firewall defaults
mv installfirewall.sh /tmp
/etc/init.d/firewall
iptables -L