Posts Tagged ‘shorewall’

17
Jul

Shorewall Firewall on Ubuntu Feisty VPS Part 3

   Posted by: Jeff Owens    in Linux

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:
  1. sudo -i
  2. apt-get install shorewall
  3. cd /etc/shorewall

Read the rest of this entry »

Tags: , , , , ,