Updating the xinetd config file fixed the problem, much thanks for the help.
-mike ________________________________ From: Lukasz Lacinski <[email protected]> To: michael ferrigno <[email protected]> Cc: "[email protected]" <[email protected]> Sent: Sunday, September 25, 2011 7:58 PM Subject: Re: [gt-user] Globus Connect Multi User Issues Hi Mike, GridFTP server picked the IP address from a pool of private IP addresses, 192.168.1.125, and sent this address with the FTP command PASV to another GridFTP server as an IP address the GridFTP server can be reached to transfer data. To prevent GridFTP server from using this private address you need to specify an IP address for data channel explicitly. You need to add the option -data-interface <ip_address> to xinetd configuration file for GridFTP server. You have something like this: server_args = -i -d ALL -l /var/log/gridftp-go.log Please, change this to server_args = -i -d ALL -l /var/log/gridftp-go.log -data-interface <public_ip_address_your_machines_uses> Regards, Lukasz On 9/25/11 6:22 PM, michael ferrigno wrote: Hi - > >Recently I installed GlobusConnect Multi-User on 2 Ubuntu servers and have been unable to successfully transfer data between the endpoints. > >Setup steps. > > 1. Both servers are running Ubuntu 10.04 > 2. Following GCMU installation steps outlined here: >https://www.globusonline.org/gcmu/ > 3. For both server 1 and 2 Choose GCMU installation type #1 -> 1. > GridFTP server with MyProxy server and MyProxy CA (default) > 4. Endpoints setup as private. > 5. SSH public keys installed > 6. Firewall ports open, 7512, 2811, 50000-51000 > 7. In globus online able to activate and connect to both endpoints. > 8. I can initiate a data transfer but keep getting the following error: 09/25/2011 11:00:32 PM CONNECT_FAILED Could not connect Error (transfer) Server: xyz.com:2811 File: ~/Public/gridftp issues.docx Command: RETR ~/Public/gridftp issues.docx Message: Fatal FTP response --- 500-Command failed. : callback failed. 500-globus_xio: Unable to connect to 192.168.1.125:50385 500-globus_xio: System error in connect: No route to host 500-globus_xio: A system call failed: No route to host 500 End. > >09/25/2011 11:00:47 PM ENDPOINT_ERROR The endpoint server may be experiencing trouble Error (transfer) Server: xyz.com:2811 File: ~/Public/gridftp issues.docx Command: RETR ~/Public/gridftp issues.docx Message: Fatal FTP response --- 500 Command failed. : closed before connection could be established > >Any suggestions as to what may be the cause of this problem? > >thank you, >mike >
