What's new

Open VPN version

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

bobpow

Regular Contributor
I did a search but really could not find any info.

Which version of OpenVPN is running on the current version of Merlin 384.11? Is it 2.4?
Thank You
 
I did a search but really could not find any info.

Which version of OpenVPN is running on the current version of Merlin 384.11? Is it 2.4?
Thank You
I was able to find it . it is 2.4.7
 
In case anyone is looking for the same info in future, where did you find the version number?


Just type openvpn in PuTTY. :)
 
Or you can specify:

Code:
openvpn --version

:)
 
Or you can specify:

Code:
openvpn --version

:)
Or you can look in your logs and it is in the first line of the open client vpn process. As the tunnel is being established
 
Using grep, we can clean up the output. I placed the function ovpnvers in /jffs/configs/profile.add as follows:

Code:
ovpnvers () {
  openvpn --version | grep -m1 -oE '[0-9]{1,2}([.][0-9]{1,2})([.][0-9]{1,2})'
}

Now, type the command ovpnvers from the command line:
Code:
# ovpnvers
2.4.7
 

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!

Members online

Top