Mr. K.V.B.L.
unread,Apr 12, 2012, 5:30:20 PM4/12/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Two identical i5/OS machines, but their FTP servers are not configured the same way.
One machine returns it's internal IP address in the 227 response. I think this is having issues with certain FTP client. The other machine returns its external IP, and all is right with the world.
Filezilla at least has a fallback mechanism:
Command: PASV
Response: 227 Entering Passive Mode (172,16,10,30,141,5).
Status: Server sent passive reply with unroutable address. Using server address instead.
SmartFTP does as well:
[14:21:36] PASV
[14:21:36] 227 Entering Passive Mode (172,16,10,30,121,95).
[14:21:36] Passive IP address returned from server different from server IP.
[14:21:36] Replacing received PASV address 172.16.10.30 by server address xxx.xxx.xxx.xxx.
So what do I need to change on the incorrect machine, and is simply ending/restarting the FTP server enough or do I have to shut down TCP altogether? I feel like I've been through WRKTCPSTS and CFGTCP but I'm not seeing it or not in the right spot.
Thanks again!