On 10/5/2008, "Brent Clark" <brentgclarklist@xxxxxxxxx> wrote: >Im trying to get WPAD working, but Mozilla Firefox is not playing game. >IE is working. > >My DNS entry: >-------------------- >wpad IN A 192.168.111.9 > IN TXT "service: >wpad:http://wpad.example.local:80/wpad.dat" >wpad.tcp IN SRV 0 0 80 wpad.example.local. > >My DHCP entry: >option wpad-url code 252 = text; >option wpad-url "http://wpad.example.local/wpad.dat\n"; My guess is something broken with the DNS method and IE is working because it also tries the DNS method (which really only works for IE anyway). Is the DHCP server giving out a correct DNS suffix (the same suffix the wpad DNS entry is under)? TB