PDA

View Full Version : LiteSpeed panel stop loading -port is open


coxis
06-11-2008, 04:23 AM
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.

??

mistwang
06-11-2008, 05:31 AM
check port 7080 is open or not with "netstat -an | grep 7080". If firewall has been properly configured, it should work fine.

coxis
06-11-2008, 05:35 AM
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

mistwang
06-11-2008, 09:31 PM
Please check the output of "iptables -L" for the INPUT chain.