From: SourceForge.net <no...@so...> - 2009-09-02 18:04:13
|
Bugs item #2849262, was opened at 2009-09-02 18:37 Message generated for change (Comment added) made by henryn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2849262&group_id=98788 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Daemons (Windows) Group: v0.7.x (release) Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Henry N. (henryn) Assigned to: Henry N. (henryn) Summary: SLiRP: FTP active failed with "500 Illegal PORT command" Initial Comment: FTP "active" connections via SLiRP failed with "500 Illegal PORT command" Or similar messages, that only your local ip address can use for PORT command. This depends on the bug, that SLiRP sends 10.0.2.2 as the host ip addresses to the FTP server. Please read details from entry in help forum: https://sourceforge.net/forum/message.php?msg_id=7602945 A good reference about FTP connections found here: http://slacksite.com/other/ftp.html#active ---------------------------------------------------------------------- >Comment By: Henry N. (henryn) Date: 2009-09-02 20:04 Message: FTP "active" was not working, since version 0.7.1 (so I found from code history). The PORT command have fixed by using "our_addr" now. Now, we have the old small problem again: If you have more as one active network interfaces, for example the real ethernet connection (Internet) and a tun/tap (coLinux or VPN), then SLiRP will detect only the first tcp/ip address as your host address. That can be wrong some times. For that cases, please add an environment variable COLINUX_HOST_IPADDR with your current ipaddress, for example set COLINUX_HOST_IPADDR=192.168.0.100 Please update the SLiRP daemon from: http://www.henrynestler.com/colinux/releases/0.7.4/update/colinux-slirp-0.7.4-20090902.zip Changes are committed to SVN as revision 1260 and 1261. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2849262&group_id=98788 |