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:~#
リスニングポート83973を追加しようとしていますが、うまくいきません。アドバイスをお願いします
よろしくお願いします
答え1
何か見落としているかもしれませんが、65535 より大きい TCP ポートは、プロトコル内のポート専用の 16 ビットがオーバーフローするため、使用できません。