cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3970
Views
0
Helpful
3
Replies

WPAD through Cisco DHCP

msubtain
Level 1
Level 1

How can i advertise WPAD entries through CISCO DHCP, i have done it in WINDOWS DHCP but not sure wether cisco DHCP supports it or not, can anyone please help?

Cisco DHCP is running on Catalyst 3560.

Thanks,

Muhammad

3 Replies 3

leighharrison
Level 7
Level 7

Hi there Muhammad,

Yes you can. You need to set the dhcp server to send out "option 252" with the address of your web proxy.

Regards,

LH

Please rate all posts

Yes i already tried

option 252 ascii "http://ipaddress/wpad.dat" but it doesnt work.

I am using Cisco 3560.

Can anyone put some light on please

Hello again,

Can you confirm if the switch is sending out the dhcp option? A simple sniff should decide that. If it is sending it out, then you need to have a look if your syntax is correct. I've just had a quick look here http://www.microsoft.com/technet/prodtechnol/isa/2004/help/SRSP1_H_Create252.mspx?mfr=true and it says that the syntax should be "http://ipaddress:port/wpad.dat". If you've not put in the port option, then it will go to port 80, which the server may not be listening on.

LH