What's new

RT-AC68U Portforward not showing upp

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

helio58

Regular Contributor
Hi, using Asus with Merlin firmware, rock solid.
I have several ports forwarded.
For two weeks ago I was going to add a new rule. But the portforward page was empty .
Reboot the router but still empty.
But I can access the ports I had forward , the problem its just I can't see in the web page.
What do you think time to change router?
Thanks
 
There have been similar reports of entries disappearing that were caused by the router almost running out of space in NVRAM.
 
There have been similar reports of entries disappearing that were caused by the router almost running out of space in NVRAM.
How can i see the NVRAM space?
In the status page shows used 130 free 120MB
 

Attachments

  • Status.png
    Status.png
    211.4 KB · Views: 373
Try this:
Code:
nvram show | awk '{print length(), $0 | "sort -n -r"}' | cut -d"=" -f 1 | head -n 20
https://www.snbforums.com/threads/asuswrt-merlin-378-56_2-is-now-available.27952/page-20#post-223041
I get this:
size: 65150 bytes (386 left)

3809 webdav_smb_pc

2326 client_info_tmp

1559 custom_clientlist

1161 dhcp_staticlist

624 sshd_dsskey

581 sshd_hostkey

403 rc_support

338 sshd_ecdsakey

254 wl1_maclist_x

254 wl0_maclist_x

253 wl_maclist_x

228 wl1_acs_excl_chans

227 wl_acs_excl_chans

215 vpnc_clientlist

169 vpn_client2_clientlist

168 vpn_client_clientlist

152 share_link

140 wollist

120 qos_rulelist

92 1:pa5ga2

I don't use qos no webdav.
 
OK Try this:
Code:
nvram unset webdav_smb_pc
nvram unset client_info_tmp
nvram unset wl_maclist_x
nvram commit
reboot

You also have a fairly large MAC filter list. Is that deliberate?
 
Last edited:
OK Try this:
Code:
nvram unset webdav_smb_pc
nvram unset client_info_tmp
nvram unset wl_maclist_x
nvram commit
reboot

You also have a fairly larger MAC filter list. Is that deliberate?

Thanks Colin will try when at home.
Afraid of reboot when away sometimes have to unplug the power.
The MAC filter list , I m not aware , i think its from Diversion.
Once more thank you.
 
The MAC filters are for the 2.4GHz and 5GHz WiFi. So check those out at Wireless > Wireless MAC Filter. They might be corrupted entries.
 

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