Skip to content

Open a TCP port in Ubuntu’s ufw firewall

Open a TCP port in Ubuntu's ufw firewall

Answer:

To open a TCP port, e.g. 8080 in the Ubuntu's UFW firewall (Uncomplicated firewall)

# sudo ufw allow 8080/tcp
# sudo ufw reload
Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  1. How do I set up a firewall under Linux?
  2. Kill all processes listening on a particular port
  3. Disable AppArmor in Ubuntu
  4. Install the Lucid Light themes (Radiance and Ambiance) in Ubuntu 9.10
  5. Install sun-java-jdk in Ubuntu 10.04

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*