DHCP Option 125 #1364
-
Hello everyone, I’m considering implementing option 125 in my DHCP server for use with my Orange TV. I’ve already tested it by entering the option code and my corresponding channel, but it doesn’t work. From a packet trace, I can’t see option 125 appearing. Thank you in advance for any help you can provide. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks for the post. The DHCP server will include the option only if the client asks for it. The DHCP request coming from the client will have a list of option codes that it wants and the DHCP server only returns the available options from that list. You need to check the documentation provided by Orange TV for the Option 125 configuration. |
Beta Was this translation helpful? Give feedback.
Thanks for the post. The DHCP server will include the option only if the client asks for it. The DHCP request coming from the client will have a list of option codes that it wants and the DHCP server only returns the available options from that list.
You need to check the documentation provided by Orange TV for the Option 125 configuration.