What's new
  • 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!

Any way to read config files?

5mall5nail5

Regular Contributor
I had to reset my router today - almost 100% up again, but I had a ton of IP reservations and port forwards setup. Is there a way to read the configs? I opened in notepad++ and its all encrypted.
 
If you reset it and had the configs saved , couldn't you just load the config back in again?

Yes but I am not convinced that something isn't wonky in the config. I had the vpn client setup to connect at WAN and perhaps other settings that screwed the router up. I really just want to grab my dhcp reservations and port forwards.
 
I had to reset my router today - almost 100% up again, but I had a ton of IP reservations and port forwards setup. Is there a way to read the configs? I opened in notepad++ and its all encrypted.

I believe the config file is compressed (not encrypted). Try using 7zip to decompress it first. Then used Notepad++ to convert the 'nul' EOLs to LF or CRLF EOLs. Good luck.
 
I believe the config file is compressed (not encrypted). Try using 7zip to decompress it first. Then used Notepad++ to convert the 'nul' EOLs to LF or CRLF EOLs. Good luck.

It's actually a very basic encryption, where they add a random value to each byte. I'm not entirely sure why they do this, beside preventing a backed up config from being easily found through a simple text search.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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