Switch to full style
Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems
Post a reply

Connection throught cascaded proxy.

Oct 24 03 5:35 am

Hi!

Exists internal city-network (without routing to world), machine connected to it, access to external network (world) provided by another machine in city-network.

The question is: how set up WWW Proxy service to go througth cascaded proxy only for external sites, bypassing internal city-sites?

thanks

Re: Connection throught cascaded proxy.

Oct 24 03 2:08 pm

Alex7 wrote:Hi!

Exists internal city-network (without routing to world), machine connected to it, access to external network (world) provided by another machine in city-network.

The question is: how set up WWW Proxy service to go througth cascaded proxy only for external sites, bypassing internal city-sites?

thanks


Hi,

Using NAT, this will most certainly not be an issue. However if you must use a proxy, look up the help file topic for 'Using Proxy Auto Configuration'.

This section explains how to automatically configure proxy clients on your network

EG if you want to use a direct connection for 'somemachine, you will use code like so:
Code:
if (url.substring(0, 18) == "http://somemachine")
     {return "DIRECT";}


This will make the clients use a direct connection for that machine.

Tim
Post a reply