• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

If I am behind a proxy and I use an FTP connection, which does the FTP see?

depends on how the proxy is setup.

could be doing "transparent" proxy in which case the IP the FTP sees from the client is the actualy client address.

Otherwise it would see the outside address of the proxy server OR the outisde address of any network address translation that may be occuring betweeen the proxy and the internet.
 
Normally, if you are behind a NAT, the NAT has to perform some specific proxying support for the FTP protocol, because I think that some of the communications include the IP address inside the protocol's data packets, so that IP has to be replaced with the WAN IP of the NAT. Other than that, I'm not sure. (And to be completely accurate, NAT != Proxy, so if my reply is not relevant to the OP's question, please ignore.)

I know that my recent setup of a Westell 2200 DSL modem/router, and a LinkSys WRT54G wireless router/AP, didn't really go so well at first, FTP was completely broken, either because I had the firewall enabled on the Westell, or had the client PC's basically running through a double-NAT arrangement. Right now I have the Westell doing the PPPoE and NAT, and the LinkSys is just acting as an AP.
 
If having a nontransparent one means the proxy is set at the ISP level, then I believe I have a transparant one (It's an application running on my desktop that redirects connections). I doubt that would apply for FTP though, right?
 
Back
Top