[Dnsmasq-discuss] vendor-encapsulated-options
Simon Kelley
simon at thekelleys.org.uk
Wed Jun 20 09:43:01 BST 2007
Ben wrote:
> hello,
>
> how would i define the following option currently used in an ISC
> dhcpd.conf in dnsmasq.conf?
>
> option vendor-encapsulated-options 01:04:31:41:50:43:02:01:01;
>
> this is a required option for APC UPS snmp cards to accept a DHCP offer.
>
> Thanks in advance.
>
> Ben
>
dhcp-option=vendor:,1,31:41:50:43
dhcp-option=vendor:,2,1
would be a good start. It also make slightly more sense than the ISC
version, which is a nice bonus.
If that doesn't work, capturing packets with "tcpdump -s 0 -w
<filename>" perferably from a working ISC config would help in
diagnosing the situation.
Cheers,
Simon.
More information about the Dnsmasq-discuss
mailing list