DHCP option 252
Posted: 14 Jun 2021 08:17
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";
}
}