This used to work but no longer seems to. Didn't change anything as far as I know. This is the client .ovpn-file:
push "redirect-gateway def1" client
dev tun
proto udp
remote myip 1194
float
comp-lzo adaptive
keepalive 15 60
auth-user-pass
ns-cert-type server
<ca>
-----BEGIN CERTIFICATE-----
Cerg
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
Cert
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
MY KEY
-----END PRIVATE KEY-----
</key>
resolv-retry infinite
nobind
It all works if I delete the first line with "push" etc. But that is the important part. What am I doing wrong?