How can I configure Squid in order to allow a client program to connect to a service that is provided by a port number and a iIP addres ?
I am a program to contact with a private server, the program must know the port and de IP addres of the server,
directly all work well, but through Squid it doesn't work.
Without Squid:
__________ __________
| program |--------------------------------> | server |
----------------- -----------------
The server use the port xxxx and the ip aaa.bbb.ccc.ddd to serve
the program calls
With Squid:
__________ __________ __________
| program |------------- | Squid |-------------------> | server |
----------------- ------------------- -----------------
xxxx
aaa.bbb.ccc.ddd
How can i bypass the program resquests throug Squid in order they can arrive to my private server ?
How can make port mapping with Squid ?
Thanks !!
-- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Mon Sep 18 2000 - 04:50:29 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:21 MST