I have been working with iRods and have come across a problem with
transferring files that are >32mb. This is the error I get using
iput:
> iput -V -f test_dir_timing_40mb_80files.tar kmarcus/test_time
NOTICE: irodsHost=
irods1.ccr.buffalo.edu
NOTICE: irodsPort=1247
NOTICE: irodsDefResource=demoResc
NOTICE: irodsHome=/vhub/home
NOTICE: irodsCwd=/vhub/home
NOTICE: irodsUserName=kmarcus
NOTICE: irodsZone=vhub
From server: NumThreads=2, addr:10.6.1.20, port:20169,
cookie=810769104
ERROR: connectToRhostPortal: connectTo Rhost 10.6.1.20 port 20169
error, status = -347000
We have already set the firewall on the irods server to accept ports
20000-20199. The problem I think has to do with the address of the
server. The server address in the error is the local ip address and
it should be connecting to the outside ip address
irods1.ccr.buffalo.edu.
Any thoughts as to why it is trying to connect to the local IP address
and not the outside IP address?