I can suggest a few things: Send this mail to the right mailinglist This is very offtopic for this list
Have a very good look at the notice on http://wpad.org Replace all references to wpad.org with your own domain > -----Oorspronkelijk bericht----- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Jos� Luis Hern�ndez > Guti�rrez > Verzonden: vrijdag 7 januari 2005 18:16 > Aan: [email protected] > Onderwerp: Wpad and Dhcp > > > Hi! > > I try use wpad and dhcp on linux, but they don�t work! > > this is my configuration: > > in dhcp.conf file > > ddns-update-style interim; > option wpad code 252 = text; > option wpad "http://wpad.org/wpad.dat"; > subnet 10.0.71.0 netmask 255.255.255.0 { > option subnet-mask 255.255.255.0; > option routers 10.0.71.254; > default-lease-time 604800; # 1 semana > max-lease-time 604801; # 1 semana + 1 seg. > option broadcast-address 10.0.71.255; > option domain-name-servers 10.1.0.1; > option domain-name "org"; > #option wpad code 252 = string; > #option wpad "http://wpad.org/wpad.pac"; > #option option-252 "http://wpad.org/wpad.pac"; > } > group { > host pc0260{ > hardware ethernet 00:02:a5:2b:87:56; > fixed-address 10.0.71.10; > } > } > > > >
