I was able to find it . it is 2.4.7I 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
In case anyone is looking for the same info in future, where did you find the version number?I was able to find it . it is 2.4.7
openvpn --helpIn case anyone is looking for the same info in future, where did you find the version number?
In case anyone is looking for the same info in future, where did you find the version number?
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 establishedOr you can specify:
Code:openvpn --version
ovpnvers () {
openvpn --version | grep -m1 -oE '[0-9]{1,2}([.][0-9]{1,2})([.][0-9]{1,2})'
}
# ovpnvers
2.4.7
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!