Configuración de Iptables para BubbleUpnpServer

Configuración de Iptables para BubbleUpnpServer

DE REPENTE mi bubbleupnpserver no puede conectarse en el puerto 58050 para http y 58051 para https. Ayer estuvo funcionando, no hay cambios en el servidor, puff, hoy ya no funciona. ¿Quizás sea fail2ban? Errores:

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

Aquí está el resultado de 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

Como se sugirió, en netstat -tulpn encontré 2 entradas con estos puertos y se ve así:

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

información relacionada