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
Related posts:
Post a Comment