Permitir y bloquear los puertos con puerto en Ubuntu
//For example, to allow the TCP port 8080 using UFW, run the following command:
$ sudo ufw allow 8080/tcp
// Then check status with:
$ sudo ufw status
Mysterious Macaque