Cannot connect to 2222

cmelcher

Verified User
Joined
Sep 16, 2005
Messages
27
I performed a fresh install with DirectAdmin, and I cannot connect to 2222.

OS: Centos 6.2 64 bit
The install performed successfully, and DirectAdmin is running without errors. Ethernet port is set to venet0:0

I can connect to localhost:2222 with lynx. I cannot connect from my home computer. I can connect to my other DA server from home.

Ip Tables is not restricting the traffic.

Code:
iptables --list
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

I am not aware of any other firewalls that might be blocking me.

I ran DirectAdmin in debug mode, and no errors were given.

Any thoughts?
 
Last edited:
Firewall between your local system and the server? Give us the URL to check.

Jeff
 
Problem Solved

DirectAdmin was compiled with IPv6 support only. It worked after IPv4 was enabled.

I just want to thank ComfortHost.net for solving this. Their technical support was wonderful, and I wanted to share it in case anyone else has the same problem.

Though, I'm still not sure why DirectAdmin chose to use IPv6 when I specified an IPv4 interface. hmmm.....
 
Thanks. I went throught that list Alex, but I missed the IPv6 part. It was small at the bottom.
 
Back
Top