Sign in using Google or Yahoo! id.  

Linux firewall: ufw

 Comments Share:   Twitter   Reddit   HackerNews   Facebook 

To install ufw in Ubuntu:

$ sudo apt-get install ufw

Open ports 22 (ssh) and 80 (http) (and deny all other ports):

$ sudo ufw allow 22
$ sudo ufw allow 80

Enable ufw:

$ sudo ufw enable
Posted on March 18, 2010 05:04 AM by Subhash Chandran
ufw firewall linux
blog comments powered by Disqus