What's new

moving settings CFG from from n66u to ac87u

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

mrbg07546

New Around Here
Im upgrading my n66u to ac87u

I have key settings such as

router local ip, VPN, port forwarding, servers/ftp

is it possible to just load the n66u config on the ac87u?
 
Differente devices, different config file. You should config it manually.
 
Last edited:
You will have to do it manually, one setting at a time. You can generate a text-based list of your settings through SSH:

Code:
nvram show | sort

Then manually set the desired settings on the new router:

Code:
nvram set vts_rulelist="your_port_forward_list"
... other settings ...
nvram commit
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top