Hello guys,
our DSL service provider allows the use a foreign router. It does’nt require pppoe authentication, only need to register the MAC. However, the following setting is required on the router according to the description:
“You need to set the DHCP Option 60 for the WAN interface to 100008,0001 in the router configuration menu.”
So, in the DHCP Client Options I need to insert two 60 options to the interface and set the value one to 100008 in HEX (186A8) and the other to 001 (1)?
I would like to ask for your opinion before I terminate the current service. Thank you for the answers in advance
EDIT:
Starting from v6.8 available data types for options are:
0xXXXX - hex string (works also in v5)
‘XXXXX’ - string (works also in v5 but without ’ ’ around the text)
$(XXXXX) - variable (currently there are no variables for server)
‘10.10.10.10’ - IP address
s’10.10.10.10’ - IP address converted to string
‘10’ - decimal number
s’10’ - decimal number converted to string
So, thats could mean neough to give a value of ‘100008’ and the second row of ‘0001’?