There has been some recent discussion about this and how it is harder now that Asus has increased security. It was in the Asus Official area discussing AX86U fir,ware upgrade. I looked but could not find itIs there a way to back up my DHCP list so I can just copy the list back after a new firmware flash and reset?
And found.. thank you
This is completely wrong.nvram show | sort /mnt/sda1/dchp/settings.txt
This is better.nvram get dhcp_staticlist > /mnt/sda1/tmp/dhcp.txt
Then to restore
nvram set dhcp_staticlist=`cat /mnt/sda1/tmp/dhcp.txt`
Nice one will be trying shortlyThis is completely wrong.
This is better.
Or just use the WinSCP method.
He is saying that setting a long list of reserved addresses is nuts. The clients will get the same address from DHCP...maybe. The better way is to assign static IP addresses at the client. If the client can't do static addresses get rid of it ot live with what DHCP gives it.What's that got to do with backing up the dhcp list?
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!