Hi, Jay--

On Mar 19, 2008, at 7:36 PM, [EMAIL PROTECTED] wrote:
I am in the process of moving my phone system DHCP from my Mitel 3300 to a FreeBSD so I can parse the DHCP file. In order to make Mitel's option 125 work correctly, I have to specify some vendor specific options. I believe
this is option 124 if I understand the Mitel documentation correctly.
[ ... ]

Can someone point me in the right direction?

For the ISC DHCP server, here's an example for setting option 252 for auto-proxy config:

option wpad-url code 252 = text;

subnet _yournetwork_ netmask _yournetmask_ {
        option wpad-url "http://proxy/proxy.pac";;
        ...
}

You'd need to choose your own option name for option code 124, and a type (probably string), and then set whatever config you need in that option statement...

--
-Chuck

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to