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:
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.
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