I am able to successfully connect to my Asus Router's OpenVPN server however, I pretty much get 0 bandwidth and can never navigate the internet.
Sample config file:
remote foobar.net 1194
float
nobind
proto udp
dev tun
sndbuf 0
rcvbuf 0
keepalive 15 60
compress
auth-user-pass
client
auth SHA256
cipher AES-256-CBC
remote-cert-tls server
auth-nocache
I tried adjusting the auth and cipher but that had no effect.