DHCP option 252

Post Reply
lawrence
Member
Posts: 6
Joined: 15 Aug 2018 19:25
Location: Brasilia

DHCP option 252

Post by lawrence »

Hello, I'm trying to use dhcp option 252 for proxy configuration but no success, anyone has a clue? here is my config, the other params are working, using wireshark I have no http request for the proxy, setting it manually works as expected

Code: Select all

        option proxy code 252 =  text;
		 subnet 10.100.7.0 netmask 255.255.255.0 {       
			dynamic-dhcp range 10.100.7.50 10.100.7.60 {
				...
				option proxy  "http://example.com/wpad.pac";
				}
		}
lawrence
Member
Posts: 6
Joined: 15 Aug 2018 19:25
Location: Brasilia

Re: DHCP option 252

Post by lawrence »

got it solved, my dhcpd.conf file looks like this:

Code: Select all

	subnet 10.100.7.0 netmask 255.255.255.0 {       
			dynamic-dhcp range 10.100.7.50 10.100.7.60 {
				...
				option 252 "http://x.y.z/wpad.pac";
				}
		}
Last edited by lawrence on 24 Jun 2021 12:44, edited 1 time in total.
Post Reply

Return to “OmniSwitch 6850 / 6850E”