> I've made WPAD work but I've not made it work with a DHCP
> configuration. I've done mine with DNS.
>
> Does anyone here have an example of a WPAD+DHCP
> configuration? If so I'd like to talk to you and document
> it on the Wiki.
>
Here's what we use to support WPAD+DHCP:
[From dhcpd.conf, in the global section of the file]
option option-252 code 252 = text;
option option-252 "http://wpad.example.com/wpad.dat\n";
Note that IE6 truncates the answer it gets (by dropping the
last character), which is why you need to include something
like '\n'.
I'm not sure whether Firefox supports DHCP for its autodiscovery.
David.
__
David Gameau
ISTS - Systems Infrastructure
University of South Australia
email: David.Gameau@UniSA.edu.au
phone: +61 8 302 3533
fax: +61 8 302 5800
Disclaimer: "His brain sometimes stops working." - Chiyo, Azumange Daoih
Received on Thu May 10 2007 - 19:41:32 MDT
This archive was generated by hypermail pre-2.1.9 : Fri Jun 01 2007 - 12:00:04 MDT