flipsidetw

Registered
Mar 6, 2014
4
0
1
cPanel Access Level
Website Owner
Greetings all, I've installed centos 6.5 & cpanel. Now I want to connect remotely from another computer. I've logged in to putty & I typed "https://myip:2087" in my browser but nothing shows up. I configured iptables & this is my configuration so far:
Code:
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpts:2095:2096
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpts:2086:2087
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpts:2082:2083
cP-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
acctboth   all  --  0.0.0.0/0            0.0.0.0/0

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
cP-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
acctboth   all  --  0.0.0.0/0            0.0.0.0/0

Chain acctboth (2 references)
target     prot opt source               destination
           tcp  --  192.168.0.101        0.0.0.0/0           tcp dpt:80
           tcp  --  0.0.0.0/0            192.168.0.101       tcp spt:80
           tcp  --  192.168.0.101        0.0.0.0/0           tcp dpt:25
           tcp  --  0.0.0.0/0            192.168.0.101       tcp spt:25
           tcp  --  192.168.0.101        0.0.0.0/0           tcp dpt:110
           tcp  --  0.0.0.0/0            192.168.0.101       tcp spt:110
           icmp --  192.168.0.101        0.0.0.0/0
           icmp --  0.0.0.0/0            192.168.0.101
           tcp  --  192.168.0.101        0.0.0.0/0
           tcp  --  0.0.0.0/0            192.168.0.101
           udp  --  192.168.0.101        0.0.0.0/0
           udp  --  0.0.0.0/0            192.168.0.101
           all  --  192.168.0.101        0.0.0.0/0
           all  --  0.0.0.0/0            192.168.0.101
           all  --  0.0.0.0/0            0.0.0.0/0

Chain cP-Firewall-1-INPUT (2 references)
target     prot opt source               destination
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:993
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:2078
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:53
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:21
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:2082
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:443
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:2077
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:80
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:26
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:8080
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:143
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:22
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:995
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:110
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:25
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:2086
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:2087
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:2095
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:465
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:2096
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:3306
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:2083
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           state NEW udp dpt:53
I've installed CSF & in "csf.conf" file, 2086, 2087, 2082, 2083 ports in incoming & outgoing TCP are opened. Still can't access to cpanel. I'm really new in linux & cpanel. Can anyone give me any solutions? Tnx.
 

flipsidetw

Registered
Mar 6, 2014
4
0
1
cPanel Access Level
Website Owner
What is the specific error you are getting in your browser, and are you able to access from a computer at another location?
Hi, nothing shows up in my browser. It says "Unable to connect". & I'm using a wireless router to connect both of my computers.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

Check to make sure that your router or ISP are not blocking access to the ports used by cPanel/WHM. Also, try temporarily disabling CSF to see if that makes a difference.

Thank you.