My OS is windows 7.

Can somebody please teach me how to configure squid in this kind of scenario.

I have a filezilla ftp server running in 127.0.0.1:14147

I want to make a proxy server (eg. 10.191.16.5) where in when somebody want to uplaod a file to my filezilla ftp server, he will pass through 10.191.16.5.

SENDER -> PROXY (10.191.16.5) -> FTP SERVER (127.0.0.1)

Recommended Answers

All 3 Replies

If the sender is a host on the Internet, why not simply create a port fowarding rule on your Internet router? What kind of Internet connection do you have?

Based on the IPs you listed, the assumption is that the FTP services are running on the proxy server? 127.0.0.1 is a loopback address.

I'm sorry...I had a mistake in my scenario...

It should be SENDER -> PROXY (then the proxy will redirect the connection to) -> FTP SERVER (10.191.17.146 - this is my IP)

I want to have this kind of scenario because I want to know if my application that send file to a FTP server can also send through a proxy.

Maybe you should ask the squid company for help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.