Troubleshooting |
If you receive the error "Timeout establishing connection," the TCP connection between the IBM Aspera Connect Browser Plug-in and the server is blocked (error codes 13, 15, or 40 in the log files). To determine the cause, open a Terminal or a Command prompt on the client machine (the machine that Connect is installed on). Use telnet to test the connection to the server:
$ telnet server-ip-address 33001
where server-ip-address is the IP address of the Aspera server (ex. 10.0.1.1) on TCP port 33001 (or the configured TCP port, if other than 33001).
You will receive one of the following errors and can take the appropriate action:
"Connection refused": The Aspera server is not running the SSHD service. Have your server administrator review the server's SSH service status.
"Timeout": The client-side firewall is disallowing outbound TCP traffic. Ensure that the client-side firewall allows outbound TCP traffic on port 33001 (or the configured TCP port).
If Connect appears to successfully connect to the server but:
UDP connectivity is blocked, likely by the firewall configuration (error codes 14, 15, and 18 in the log files). Ensure that the client-side firewall allows outbound traffic on the FASP UDP port (33001, by default) and the server firewall allows inbound traffic on UDP port 33001.