Posts Tagged ‘shorewall’
So lets setup the final piece of the puzzle so we can install some packages and start coding already. If you've been following along (Part Two), we are now ready to setup the shorewall firewall. This will lock down all ports we aren't using, both tcp and udp. Go ahead and ssh into your slice from terminal and type in the code below to install the shorewall package.
CODE:
-
sudo -i
-
apt-get install shorewall
-
cd /etc/shorewall






