disable firewall (iptables, cphulkd) still cannot login
Dear all,
today i cannot access to login page of my whm/cpanel with or without https but i can login via ssh. i already disable firewall (see command bellow) but its still not work. and i also try
thank you
=============
root@serv1 [~]# service iptables save
iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ]
root@serv1 [~]# service iptables stop
iptables: Setting chains to policy ACCEPT: filter [ OK ]
iptables: Flushing firewall rules: [ OK ]
iptables: Unloading modules: [ OK ]
root@serv1 [~]# chkconfig iptables off
root@serv1 [~]# /usr/local/cpanel/etc/init/stopcphulkd
Waiting for "cphulkd" to stop ""
"finished.
cphulkd stopped successfully.
root@serv1 [~]# /usr/local/cpanel/bin/cphulk_pam_ctl --disable
root@serv1 [~]#
==============
thank you
-
are there active firewall rules? if you try with iptables -L -n | grep your_ip_here 0 -
no there is no active firewall ============= root@serv1 [~]# iptables -L -n | grep root@serv1 [~]# root@serv1 [~]# service iptables status Table: filter Chain INPUT (policy ACCEPT) num target prot opt source destination 1 acctboth all -- 0.0.0.0/0 0.0.0.0/0 Chain FORWARD (policy ACCEPT) num target prot opt source destination Chain OUTPUT (policy ACCEPT) num target prot opt source destination 1 acctboth all -- 0.0.0.0/0 0.0.0.0/0 ==============0 -
Are you sure there are no blocking on other level (datacenter or your ISP)? Also try restarting cpanel service. 0 -
Are you sure there are no blocking on other level (datacenter or your ISP)?
let me check it to make sureAlso try restarting cpanel service.
yes i already do this thanks0 -
Hello :) Could you verify what happens when attempting to access cPanel/WHM? Have you tried using the proxy subdomains feature (e.g. cpanel.yourdomain.com) in-case your ISP is blocking access to the default cPanel/WHM ports? Thank you. 0
Please sign in to leave a comment.
Comments
5 comments