What's new

Broke Web GUI access

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

MoMatt

New Around Here
Merlin 386.7_2 on RT AC66UB1

I set up an OpenVPN client on the router and wanted to restrict web GUI access to the VPN subnet (10.x.x.x/24).

I can't remember the exact page in the GUI, but it was a page to restrict Web GUI access, and I added a line
10.1.0.0/24 "allow"
And applied,

Now I can't get to the web GUI from the local subnet (192.168.50.0/24).

Can anyone advise an ssh command that could add 191.168.50.0/24 as an allowed subnet?

I'd rather not do a factory reset since I spent most of the day yesterday getting AIMesh nodes to actually connect.

Thanks for any help! I couldn't find any other threads, so I've done a new stupid thing.
 
Disable and try again.
Code:
nvram set enable_acc_restriction=0
nvram commit
service restart_firewall
 

Sign Up For SNBForums Daily Digest

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