I've narrowed down the problem. A simple FTP seems to cause the
connection refused error. See below:
telnet 216.163.120.10 3307
Trying 216.163.120.10...
Connected to 216.163.120.10.
Escape character is '^]'.
^]
telnet> quit
Connection closed.
root@smarthost5:~# ftp 216.163.120.10
Connected to 216.163.120.10.
220 Welcome to (trueband.net). Enter username to continue.
Name (216.163.120.10:root): nastest
331 Welcome 'nastest', enter password to login.
Password:
230 User 'nastest' login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> quit
221 Goodbye, logging out.
root@smarthost5:~# telnet 216.163.120.10 3307
Trying 216.163.120.10...
telnet: Unable to connect to remote host: Connection refused
|