Connection throught cascaded proxy.

Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems

Moderator: Qbik Staff

Connection throught cascaded proxy.

Postby Alex7 » 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
Alex7
 
Posts: 1
Joined: Oct 24 03 5:04 am

Re: Connection throught cascaded proxy.

Postby tim » 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: Select all
if (url.substring(0, 18) == "http://somemachine")
     {return "DIRECT";}


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

Tim
tim
Senior Member
 
Posts: 109
Joined: Sep 03 03 2:53 pm


Return to WinGate

Who is online

Users browsing this forum: No registered users and 135 guests