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비트를 오버플로하므로 불가능합니다.