FishGuy876
Verified User
Hi,
I am having a strange problem with my new DirectAdmin server. I am running on Debian 6.0.2, although I dont know if the problem is specific to this version or not. Previously, I ran a VPS for a couple of years with DirectAdmin and didnt have too many problems. Thanks to the DA team for making migrations from one server to another very smooth!
It seems I am having troble with localhost, or more specifically, when the box is trying to connect to other services locally within itself. When logging in from the outside world to any service, such as imap or ftp, there are no problems. If I am SSH as root into the server, and I try to connect to any of those services on localhost, it always times out. Even if I use any of the 5 server IP's directly from SSH, it will still time out. I noticed this problem when I was trying to troubleshoot why roundcube wouldn't connect to imap, and noticed it happes on all services too.
I have spent the last couple of days scouring around on these forums for answers, checked the /etc/hosts file for correct localhost and a few other obvious settings, but don't seem to be able to troubleshoot why localhost access to everything is blocked. If anyone has any ideas or suggestions on what to try to troubleshoot why something like 'telnet localhost imap' won't connect, I would be interested in hearing them
My etc/hosts file:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
127.0.1.1 server.jdc.local server
::1 ip6-localhost ip6-loopback
#::1 localhost6.localdomain6 localhost6
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
204.27.58.210 server.andykellett.com
SSH Session:
root@server:~# telnet localhost 143
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection timed out
SSH from a different box:
root@cvgm:~# telnet 204.27.58.210 143
Trying 204.27.58.210...
Connected to 204.27.58.210.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN] Dovecot DA ready.
Please move this post to another forum if it belongs there instead. Thanks!
I am having a strange problem with my new DirectAdmin server. I am running on Debian 6.0.2, although I dont know if the problem is specific to this version or not. Previously, I ran a VPS for a couple of years with DirectAdmin and didnt have too many problems. Thanks to the DA team for making migrations from one server to another very smooth!
It seems I am having troble with localhost, or more specifically, when the box is trying to connect to other services locally within itself. When logging in from the outside world to any service, such as imap or ftp, there are no problems. If I am SSH as root into the server, and I try to connect to any of those services on localhost, it always times out. Even if I use any of the 5 server IP's directly from SSH, it will still time out. I noticed this problem when I was trying to troubleshoot why roundcube wouldn't connect to imap, and noticed it happes on all services too.
I have spent the last couple of days scouring around on these forums for answers, checked the /etc/hosts file for correct localhost and a few other obvious settings, but don't seem to be able to troubleshoot why localhost access to everything is blocked. If anyone has any ideas or suggestions on what to try to troubleshoot why something like 'telnet localhost imap' won't connect, I would be interested in hearing them

My etc/hosts file:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
127.0.1.1 server.jdc.local server
::1 ip6-localhost ip6-loopback
#::1 localhost6.localdomain6 localhost6
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
204.27.58.210 server.andykellett.com
SSH Session:
root@server:~# telnet localhost 143
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection timed out
SSH from a different box:
root@cvgm:~# telnet 204.27.58.210 143
Trying 204.27.58.210...
Connected to 204.27.58.210.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN] Dovecot DA ready.
Please move this post to another forum if it belongs there instead. Thanks!