Gostaria de abrir a porta 873 em um PC com o Ubuntu 16.04. Eu ssh para este PC, digite
sudo ufw allow 873
O status pode ser verificado com sudo ufw status
:
Status: active
To Action From
-- ------ ----
873 ALLOW Anywhere
873 (v6) ALLOW Anywhere (v6)
No entanto, não acho que a porta esteja aberta, porque
nmap localhost -p873
retorna
Starting Nmap 7.01 ( https://nmap.org ) at 2016-10-21 hh:mm EDT
Nmap scan report for localhost (127.0.0.1)
Host is up (0.00017s latency).
PORT STATE SERVICE
873/tcp closed rsync
Nmap done: 1 IP address (1 host up) scanned in 0.06 seconds
Por que é assim e como realmente abrir a porta 873?