RE: [squid-users] proxy.pac - proxy autoconfiguration problem

From: Damian-Grint Philip <pdamian-grint@dont-contact.us>
Date: Fri, 10 Oct 2003 10:31:43 +0100

Don't forget IE has separate proxy settings for each connection listed in
the Connections screen - The default is LAN

> -----Original Message-----
> From: Marc Dreher [mailto:MarcDreher@gmx.net]
> Sent: 09 October 2003 17:17
> To: squid-users@squid-cache.org
> Subject: [squid-users] proxy.pac - proxy autoconfiguration problem
>
>
> Hi everybody,
>
> I have a problem which is driving me nuts. It is not really
> squid related but involves quid :-) We are using a proxy auto
> configuration file to control access to different urls.
>
> the function FindProxyForURL starts as follows:
> // get Client IP
> var userIp = myIpAddress ();
>
> then later on I have an exception like:
> if ( shExpMatch (userIp, "172.18.*") ) { return "DIRECT" ; }
> else { return "PROXY prx-02.mydomain.com;}
>
> The problem now is, that the browser does not capture the
> userIp that I would expect. The network situation is the
> following: A Windows user connects to an ISP using a dialup
> conection. Then he espablishes a VPN connection over this
> dial up link. As a result the user has two assigned IP
> adresses, one from the ISP and one from the VPN server. Both
> are dhcp addresses.
> Now after the VPN connection is established the users VPN-IP
> is the default gateway. If I fire up the browser now an
> start surfing I would expect the VPN IP to show up in the
> variable userIp. But it does not. What shows up is the ISP-IP
> address. It seems to me that the browser takes the IP listed
> first in ipconfig as the current IP. When I look at the
> routing the metrics for the VPN IP gateway is lower that that
> for the ISP-IP, so here also I would expect the VPN-IP
> (172.18.something) to take precedence. For obvious reasons I
> want the VPN IP in my if statement and not the ISPs dhcp
> address. Has anybody experienced something similar before or
> does anybody actually know if there is something I can do about this?
>
> Thanks a lot
>
> Marc
>
> --
> NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
> Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService
>
> Jetzt kostenlos anmelden unter http://www.gmx.net
>
> +++ GMX - die erste Adresse für Mail, Message, More! +++
>
>
> ______________________________________________________________
> __________
> This e-mail has been scanned for all viruses by Star
> Internet. The service is powered by MessageLabs. For more
> information on a proactive anti-virus service working around
> the clock, around the globe, visit: http://www.star.net.uk
> ______________________________________________________________
> __________
>

Confidentiality Notice
This communication and the information it contains:
(a) is intended for the person(s) or Organisation(s) named above and for no other persons or organisations and,
(b) may be confidential, legally privileged and protected by law.
Unauthorised use, copying or disclosure of any of it may be unlawful.
When addressed to our clients any opinions or advice contained in this e-mail are subject to CCRE's terms and conditions of business notified to the client or expressed in the governing client engagement letter.
If you receive this communication in error, please notify us immediately, destroy any copies and delete it from your computer system.
Received on Fri Oct 10 2003 - 03:35:42 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:20:27 MST