
갑자기 내 bubbleupnpserver가 http용 포트 58050과 https용 58051 포트에 연결할 수 없습니다. 어제는 작동했지만 서버에는 아무런 변화가 없었습니다. 퍼프, 오늘은 더 이상 작동하지 않습니다. 아마도 Fail2ban일까요? 오류:
HTTP: ERROR: Cannot connect. Check that the public host name is valid and that port 58050 is opened on your router
HTTPS: ERROR: Cannot connect. Check that the public host name is valid and that port 58051 is opened on your router
iptables의 출력은 다음과 같습니다.
sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere ns375259.ip-5-196-88.eu tcp dpt:58051
ACCEPT tcp -- anywhere ns375259.ip-5-196-88.eu tcp dpt:58050
f2b-sshd tcp -- anywhere anywhere multiport dports s sh
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain f2b-sshd (1 references)
target prot opt source destination
RETURN all -- anywhere anywhere
제안한 대로 netstat -tulpn에서 이 포트가 있는 항목 2개를 찾았으며 다음과 같습니다.
tcp 0 0 0.0.0.0:58050 0.0.0.0:* LISTEN 1455/java
tcp 0 0 0.0.0.0:58051 0.0.0.0:* LISTEN 1455/java