Jan 132010
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
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
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