root@server:~# ufw allow 83973/tcp
Rules updated
Rules updated (v6)
root@server:~# sudo ufw status verbose
Status: inactive
root@server:~# sudo ufw enable
Command may disrupt existing ssh connections. Proceed with operation (y|n)? y
Firewall is active and enabled on system startup
root@server:~# sudo ufw status verbose
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip
To Action From
-- ------ ----
83973 ALLOW IN Anywhere
83973/tcp ALLOW IN Anywhere
83973 (v6) ALLOW IN Anywhere (v6)
83973/tcp (v6) ALLOW IN Anywhere (v6)
root@server:~#
Estoy intentando agregar el puerto de escucha 83973 pero no funciona. por favor avise
Atentamente
Respuesta1
Puede que me falte algo, pero los puertos TCP superiores a 65535 no serían posibles, ya que desbordarían los 16 bits dedicados al puerto en el protocolo.