OpenVPN on RUTX50

Hello,

This is a warning, not an error. But you can try adding the following to your OpenVPN config (notice hyphens):

--allow-compression yes

This is an error. Try changing ‘auth-user-pass’ to:

auth-user-pass /etc/creds

Then, access the CLI of your RUTX50 (instructions here) with username ‘root’ and execute the following commands (replace ‘admin’ with your openvpn username, and ‘password1’ with your password. Please keep the ‘\n’ to separate those):

touch /etc/creds
echo -e "admin\npassword1" > /etc/creds

Generally, this issue is similar to the one here. Thus, if you run into any issues, I suggest you take a look at that post as well.

Kind Regards,