AW: Disabling recursion causes browser hangs on clients with auto proxy config

2010-01-26 Thread Frank Stanek
thanks for that hint as well. Regards Frank - Originalnachricht - Von: "Kevin Darcy" Gesendet: Die, 26.1.2010 00:08 An: bind-users@lists.isc.org Betreff: Re: AW: Disabling recursion causes browser hangs on clients with auto proxy config On 1/25/2010 2:47 PM, Niall O'

Re: Disabling recursion causes browser hangs on clients with auto proxy config

2010-01-25 Thread Joseph S D Yao
On Mon, Jan 25, 2010 at 07:12:50PM +0100, Frank Stanek wrote: > Thank you for your reply. > > > the browser apparently needs to resolve the IP before itdesides whether to > > use proxy or not. It may be a problem of the .pac file. > > I have also suspected the pac file some time ago. We have trie

Re: AW: Disabling recursion causes browser hangs on clients with auto proxy config

2010-01-25 Thread Kevin Darcy
On 1/25/2010 2:47 PM, Niall O'Reilly wrote: Frank Stanek wrote: I'm sorry but I don't quite understand what you mean. Could you please elaborate this on the basis of this excerpt from our pac file? function FindProxyForURL(url, host) { var proxy1 = "PROXY 192.168.240.29:8080"; var proxy

Re: AW: Disabling recursion causes browser hangs on clients with auto proxy config

2010-01-25 Thread Niall O'Reilly
Frank Stanek wrote: I'm sorry but I don't quite understand what you mean. Could you please elaborate this on the basis of this excerpt from our pac file? function FindProxyForURL(url, host) { var proxy1 = "PROXY 192.168.240.29:8080"; var proxy2 = "PROXY 172.16.1.30:8080"; if ( dnsDom

AW: Disabling recursion causes browser hangs on clients with auto proxy config

2010-01-25 Thread Frank Stanek
DIRECT for local sites. Regards Frank - Originalnachricht ----- Von: "Matus UHLAR - fantomas" Gesendet: Mon, 25.1.2010 17:56 An: bind-users@lists.isc.org Betreff: Re: Disabling recursion causes browser hangs on clients with auto proxy config On 25.01.10 17:14, Frank Stanek wrot

Re: Disabling recursion causes browser hangs on clients with auto proxy config

2010-01-25 Thread Matus UHLAR - fantomas
On 25.01.10 17:14, Frank Stanek wrote: > we want to set up a DNS server (bind-9.4.3-P3) for the internal LAN only. > However for security reasons we need to only allow a few trusted systems > to resolve external host names (ie names we are not authoritative for): > * Trusted systems can resolve nam

Disabling recursion causes browser hangs on clients with auto proxy config

2010-01-25 Thread Frank Stanek
Hello, we want to set up a DNS server (bind-9.4.3-P3) for the internal LAN only. However for security reasons we need to only allow a few trusted systems to resolve external host names (ie names we are not authoritative for): * Trusted systems can resolve names from our zones _and_ external names