What's new

Clear/delete vpn profile from router?

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

Client or server?

It's mostly in nvram. Assuming OpenVPN client 1:

Code:
nvram show | grep vpn_client1

This will give you the list of vpn_client1_xxx variables. You have to unset all of them, one by one.

Code:
nvram unset vpn_client1_rgw
nvram unset vpn_client1_dns
etc...
nvram commit

Yes, there's a lot of them...

Thanks for these instructions. I am giving a router to a friend and don't want to leave on it a client entry which would only need to be enabled for him to gain access to our corporate network. I would think giving away a router with VPN clients on it is a common problem, and doing a factory reset seems an extreme route to clearing those VPN clients.

Thanks so much for your enhancements to the VPN services. I have been able to pretty easily deploy a network of VPN-connected sites just as I had imagined might be possible.
 

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