List Info

Thread: DHCP Question




DHCP Question
country flaguser name
United States
2008-03-19 21:36:01
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.

I have searched Google and have not found any helpful
information or
examples.

I'm guessing I will have to create a new class and specify
the options
within that class.

Can someone point me in the right direction?

Thanks,



Jay

_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"

Re: DHCP Question
country flaguser name
United States
2008-03-20 13:24:02
Hi, Jay--

On Mar 19, 2008, at 7:36 PM, jhallvandaliamo.net 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&
quot;;
	...
}

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-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )