On my old Asus GS-AX3000 I have a very long list of static bindings that I hope to avoid manually typing-in on my new RT-BE88U w/Merlin...
I have entered a couple dummy static bindings in the new router and see the format of the data stored in nvram has changed in a minor way from the old router. So I have manually edited the file so that it conforms. Basically
is changed to
and that pattern is applied to all of the old data.
Then I move the resulting, 1-line file to the new router's USB drive, change dir to the proper location in /tmp/mnt and issue the following command:
I know this worked at least one time as I could see the results in the browser UI. The DNS Server column was all "default" and the Hostname column was all blank.
I re-worked the file to grab the old router's custom_clientlist info into host names and the result looked like this for each item:
And again, this seemed to work as I could see the results in the browser UI.
Then I needed to re-work some of the names since they were not valid hostnames. And when I tried again, I started to get errors:
So I decided to go back to my original format of
But now even this gives the not supported error.
What is going on? Thanks!
I have entered a couple dummy static bindings in the new router and see the format of the data stored in nvram has changed in a minor way from the old router. So I have manually edited the file so that it conforms. Basically
Code:
<48:5A:3F:1F:03:DF>192.168.1.126>
Code:
<48:5A:3F:1F:03:DF>192.168.1.126>>
Then I move the resulting, 1-line file to the new router's USB drive, change dir to the proper location in /tmp/mnt and issue the following command:
Code:
nvram set dhcp_staticlist "$(cat dhcp_staticlist.txt)"
I re-worked the file to grab the old router's custom_clientlist info into host names and the result looked like this for each item:
Code:
<00:0A:F5:C9:5F:54>192.168.50.21>>V40-ThinQ
And again, this seemed to work as I could see the results in the browser UI.
Then I needed to re-work some of the names since they were not valid hostnames. And when I tried again, I started to get errors:
Code:
"Input command:<the data is here> is not supported."
So I decided to go back to my original format of
Code:
<48:5A:3F:1F:03:DF>192.168.1.126>>
But now even this gives the not supported error.
What is going on? Thanks!