I'm looking into options to bypass my ISP devices and work directly on my RB5009. However for the TV-service of my ISP, they have published detailed specs what you need to be capable of.
Apparently
DHCPv4 Option spoofing:
The following options provided on WAN side need to be provided to the TV decoder:
• Option 6 : DNS
• Option 42 : NTP server
• Option 67 : Bootfilename
• Option 43 : Vendor specific
Now there lies the problem ... the RouterOS DHCP-client service (which is used to obtain info from the ISP - when on GPON/fiber PPPoE is not used anymore - solely DHCPv4 to request your IP) seems only capable of requesting/storing/processing CERTAIN option ?
No flexibility ??
The MikroTik RouterOS DHCP client may be enabled on any Ethernet-like interface at a time. The client will accept an address, netmask, default gateway, and two dns server addresses. The received IP address will be added to the interface with the respective netmask. The default gateway will be added to the routing table as a dynamic entry. Should the DHCP client be disabled or not renew an address, the dynamic default route will be removed. If there is already a default route installed prior the DHCP client obtains one, the route obtained by the DHCP client would be shown as invalid.
RouterOS DHCP cilent asks for following options:
option 1 - SUBNET_MASK,
option 3 - GATEWAY_LIST,
option 6 - TAG_DNS_LIST,
option 33 - STATIC_ROUTE,
option 42 - NTP_LIST,
option 121 - CLASSLESS_ROUTE,
** Actually exactly like this one which was never answered.
viewtopic.php?t=85350
In theory I could start wiresharking and put the values in DHCP-options on the LAN-side, until the ISP changes them for some reason then my TV-box would not work anymore.