> > Hello! > > I have a Squid proxy for our PDAs connected via vpn. > The only thing this proxy should do and is doing fine > i declear internal networks. The rest is internet. > > But what i wish to do for one ip (cant figure out this) it telling the > the web browser to connect to it directly. > > Ex. All internal and external networks will be accessed via the proxy > but "no proxy for" 192.168.1.1. > Windows mobile doesnt have this setting so i must do it somehow on the > proxy. Once client connects to squid its far too late. All squid can do is 404/500 any requests. If you use a PAC file, you can do some client-ip test in there to prevent proxy being tried. But otherwise its a PDA browser configuration problem. Amos