If your server not responding after installing license or litespeed software, that means the server firewall has to be configured simply run below command on your ssh console:

iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
iptables -t nat -F
iptables -t mangle -F
iptables -F
iptables -X

 

¿Fue útil la respuesta? 2 Los Usuarios han Encontrado Esto Útil (2 Votos)