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

spidey07

No Lifer
Aug 4, 2000
65,469
5
76
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.
 

VirtualLarry

No Lifer
Aug 25, 2001
56,579
10,215
126
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.
 

simms

Diamond Member
Sep 21, 2001
8,211
0
0
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?