At October 28 new OpenVPN 2.5.0 was released. Are you planning to update ver.2.4.7 in VyOS 1.3?
I always use OpenVPN Community repository, Debian’s repository usually has delay.
wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg|apt-key add -
echo “deb Index of /debian/openvpn/release/2.5/ buster main” > /etc/apt/sources.list.d/openvpn-aptrepo.list
IMHO, it’s time to wait bugfixes (2.5.* etc).
Right after update to 2.5.0 on testing server, I’ve found two bugs:
- Syntax of “route [network/bits]” does not work. “route [network] [netmask]” only. So VyOS’s command “push-route” will not working.
- Client’s “iroute [network] [netmask]” srtings stop working at all after update. I’ve found no workaround…