LiteSpeed panel stop loading -port is open

#1
Hey,

Admin panel is on 7080 port.

I use this rule:
-A INPUT -p tcp --dport 7080 -j ACCEPT

But when i go to IP:7080 nothing show

I check with and without S, http and https.

Any idea, maybe LiteSpeed admin panel stop working because websites and mysql work correct.

??
 
#3
reply:
tcp 0 0 0.0.0.0:7080 0.0.0.0:* LISTEN

from other computer i get: telnet IP 7080
and nothing , means the port is closed

BUT i got this iptables rule:

# LiteSpeed
-A INPUT -p tcp --dport 7080 -j ACCEPT
 
Top