Try resetting the usernames and passwords:So how can we properly fix this, without resetting the enture router? Ive been dreading it since my last post.
nvram set vpn_serverx_clientlist=""
nvram commit
Your symptoms are not the same as those being discussed in this thread. I suggest you create a new thread for your problem.I have a very similar problem. Every few days, my OpenVPN clients lose complete connectivity. The only to restore connectivity is by deleting each user/password and re-adding them. Since I have about 10 clients, it is faster to restore a settings file restores complete client access. I never had this problem with previous Merlin firmware. Also, the passwords do not display. All that is shown is *****. My firmware version is 386.3_2 on a RT-AC68U.
Thanks for your script!I have no idea what the problem is either, but I threw together the following little script that allows you to define and install your username/passwords directly into nvram. After specifying your own username/passwords, simply open an ssh session and copy/paste it into the window.
Code:clist=' user1 password1 user2 password2 user3 password3 ' x='' OIFS="$IFS"; IFS=$'\n' for i in $clist; do x="$x<$(echo $i | awk '{print $1}')>$(echo $i | awk '{print $2}')" done IFS="$OIFS" nvram set vpn_serverx_clientlist="$x" nvram commit
Just be careful since the script does NOT prevent invalid characters (<>&) or allow embedded blanks in username or password.
It obviously doesn't address the underlying problem, but at least you can get your username/passwords operational. It would be interesting to know if once these were installed correctly using the script, then you hit Apply (or even rebooted), whether they became corrupted again.
This worked for me! Firmware 386.3: I tried resetting server settings using the "Default" button at the bottomr and I can now add users. Thank you.I came across the issue last week on a rt-ax86u on 386.3 firmware, to fix it without resetting the device to factory defaults, was by re-setting the ovpn servers to default in the Gui.
Warning: you will loose both servers current settings.
VPN passwords getting re-hashed every reboot is fixed in 386.4 beta.After each restart of the router, I have to delete many of the users, and recreate them manually...
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!