What's new

The configuration of allowed clients in Openvpn site-to-site disappears when reboot

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

https://www.snbforums.com/threads/a...n-cant-access-client-network-computers.42689/

The problem arises when I reboot the router. After restarting the router, the data disappears in the allowed client.

There is some way so that the allowed client configuration in vpn does not disappear.

The values in the GUI should be saved to appropriate NVRAM variables - assuming you have clicked 'Apply'

You should be able to confirm (prior to rebooting) if the bi-directional NVRAM variables are populated.
Code:
nvram show | grep _ccd

If after a reboot they are missing, then, when you recreate them, try manually issuing
Code:
nvram commit

and reboot again to see if the NVRAM variables are still correctly set to their expected values.
 
Last edited:
Believe me I press apply. :)

Performing by terminal the instructions you give me, it works at the first time.

Thank you very much for share your knowledge.

Many thanks, Martineau. :D
 

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