Network manager allows you to add certs to an OpenVPN connection but the connection fails with SeLinux enabled You know it's seLinux because when you disable seLinux it works # disable seLinux NM openvpn works setenforce 0 # enable seLinux NM openvpn fails setenforce...
OpenVPN
QNAP 4.3 QVPN Service on Android
I'm using the OpenVPN Connect client on Android and using the QNAP created VPN file with a few small changes: # added so the OpenVPN Connect client doesn't # complain about missing client cert client-cert-not-required # I uncheck the Use remote network as default...
OpenVPN Windows Connect Client and Sample .opvn files
If you are using OpenVPN and need a windows client then there is a nice client at https://openvpn.net/client-connect-vpn-for-windows/ However it is difficult to use the normal sample client.conf provided with OpenVPN and it's better to have a client.ovpn file with the...
OpenVPN – Make Routing Mode behave like Bridging Mode
Note: This post isn't complete. I have this configuration working for myself, but the IPTables rules are taken from a very big script and may not be complete. Email me if you have a question or if you can explain this better. Anyway hopefully there is enough here to...