Get More from Ubuntu’s Uncomplicated Firewall
May 14, 2008 – 6:35 AMThe Ubuntu Unleashed blog has an excellent guide to the ins and outs of the Uncomplicated Firewall (ufw), a new feature in Ubuntu Linux 8.04, or Hardy Heron, that makes it easy to control the traffic into and out of your system. While turning on the firewall is as simple as typing sudo ufw enable
, you can do a lot more with ufw, including:
- Check the status of ufw with the ports in the listening state:
sudo ufw status
- Block a single host:
sudo ufw deny from {IP address}
- Allow all access to port 80 (for web serving):
sudo ufw allow 80/tcp
Hit the link for a handy bookmark or printout that lets you control your net security with single terminal commands.
Howto: Use, setup, and Take advantage of the New Ubuntu Uncomplicated Firewall UFW [Ubuntu Unleashed]
Source: Lifehacker
You must be logged in to post a comment.