[admin@mt] /ip dhcp-client option> add code=60 name=stuff value=0x18A000000A016501000A016501
[admin@mt] /ip dhcp-client> set 0 dhcp-options=stuff
According to what OP wrote, it differs in that this options are only sent if client explicitly requests them. And it seems there are DHCP clients in the wild that do respect some options on receive even if they don't requested them.Unclear. How is this different from the already available option here?
option dhcp-parameter-request-list = concat(option dhcp-parameter-request-list,2b);
append dhcp-parameter-request-list 43;
When you need it , it will be really useful.Isn't this in general a case of "my client is broken so please fix your server"?
It would be better to send change requests to the client manufacturer to tell them to request the options they support in the reply.
(after all, that is the idea behind the protocol)
Yes,I am from China.When you need it , it will be really useful.Isn't this in general a case of "my client is broken so please fix your server"?
It would be better to send change requests to the client manufacturer to tell them to request the options they support in the reply.
(after all, that is the idea behind the protocol)
And that's the only reason why i don't use ROS as the system of my main Router.
In China millions user need to force add option-125 to activate our IPTV devices, and UBNT OpenWRT dnsmasq both support force-dhcp-options to against our ISP.
Only ROS can't do this.
agreeIt is very helpful for some iptv box in china will check the option 125 value but it do not send the option request, some dhcp server such as dnsmasq widely used in other system as merlin,openwrt,tomato also support ""force option", we hope ros can support the feature so I could no longer need another ddwrt based router to provide dhcpd as I used now.
Ok but why don't you request china telecom to put the option 125 request in the DHCP request packet?Because of the china telecom 4K IPTV devices need force option-125.
I have google "ros force dhcp option" since 2016.
Now time is 2018 , it disappointed me again .
Ok but why don't you request china telecom to put the option 125 request in the DHCP request packet?Because of the china telecom 4K IPTV devices need force option-125.
I have google "ros force dhcp option" since 2016.
Now time is 2018 , it disappointed me again .
That would be the normal way of handling a DHCP option.
When china telecom does not honor this request in 2 years time, you can write them that you are disappointed.
But writing here that you are disappointed that MikroTik is not supporting devices that break the protocol seems a little unfounded.
(even when other manufacturers do that)
Not only in China, see the same behavior with Telus 4K set-top box, not sure if that apply to all set-top box or just new install in my areaOk but why don't you request china telecom to put the option 125 request in the DHCP request packet?Because of the china telecom 4K IPTV devices need force option-125.
I have google "ros force dhcp option" since 2016.
Now time is 2018 , it disappointed me again .
That would be the normal way of handling a DHCP option.
When china telecom does not honor this request in 2 years time, you can write them that you are disappointed.
But writing here that you are disappointed that MikroTik is not supporting devices that break the protocol seems a little unfounded.
(even when other manufacturers do that)
china telecom doesn`t want you to use your own router ,so they make the dhcp option problem .
you can use the router , which they provide and under their supervision, without the dhcp option problem.
You have limited access to their router . you only can change the Lan ip ,dhcp pool ,ssid and pw.
static pat ? no
vpn ? no
firewall ? no
qos ? no
https://tools.ietf.org/html/draft-ietf- ... 7710bis-11DHCP servers MAY send the Captive Portal option without any explicit request.
Hello,
Thank you for your request. We will consider implementing such an option.
Best regards,
In fact you should be more surprised that the Android developers, after all those years, could not be bothered to put an option request in their DHCP request for all options that they can process. After all, that is the standard for the DHCP protocol.I am quite surprised this has not been implemented in RouterOS after all this years...