What's new

Asus RT-AC3200 forgets port forwards

  • 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!

JimBoCA

Occasional Visitor
My Asus RT-AC3200 keeps forgetting the port forwards. I am running Asus firmeware 3.0.0.4.380_3479. I enter a couple, then add another one and all get removed. Also, some other config changes caused all 8 of mine to disappear, now I can't seem to get them to stick anymore. Anyone every seen this?
 
My Asus RT-AC3200 keeps forgetting the port forwards. I am running Asus firmeware 3.0.0.4.380_3479. I enter a couple, then add another one and all get removed. Also, some other config changes caused all 8 of mine to disappear, now I can't seem to get them to stick anymore. Anyone every seen this?
Seems to be a rash of this lately.....see

http://www.snbforums.com/threads/asuswrt-merlin-380-59-ac68u-port-fwd-apply-fail.33895/#post-273328

EDIT: I forget whether the ASUS OEM firmware has a Tools page. If not, telnet to the router and enter

nvram show | grep bytes

to see your used nvram
 
Thanks for the pointer, I searched this subforum but not others. I'll take a look.

Sent from my Nexus 6P using Tapatalk
 
Looks like I have a
little left, not sure what the norm is?

Code:
xxx@RT-AC3200:/tmp/home/root# nvram show | grep bytes
modem_bytes_data_save=1800
size: 65337 bytes (199 left)
modem_bytes_data_limit=0
modem_bytes_data_warning=0

And these are the top 20?

Code:
admin@RT-AC3200:/tmp/home/root# nvram show | awk '{print length(), $0 | "sort -n -r"}' | cut -d"=" -f 1 | head -n 20
size: 65337 bytes (199 left)
3848 nmp_client_list
1520 client_info_tmp
1357 custom_clientlist
993 dhcp_staticlist
631 (ugly string removed)
624 sshd_dsskey
585 sshd_hostkey
476 qos_rulelist
444 webdav_smb_pc
367 rc_support
350 fb_comment
338 sshd_ecdsakey
125 fb_browserInfo
117 wps_env_buf
92 2:pa5ga2
92 2:pa5ga1
92 2:pa5ga0
92 0:pa5ga2
92 0:pa5ga1
92 0:pa5ga0

Guess it's just best to reset and start over, not happy about that, but oh well...
 

Latest threads

Sign Up For SNBForums Daily Digest

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