Bonjour mes amis,
J'ai un question de OpenVPN, mais si cela ne vous dérange pas que je continue en anglais...
I have OpenVPN installed on my QNAP. Now I want to access my QNAP without losing internet. With various Windows PC clients it works fine, but after enabling the OpenVPN on my iPad or Android phone I can access the QNAP and all its apps, but I lose access to Internet.
The solution I’m looking for is simultaneous making use of the OpenVPN and internet but the latter not tunnelled over the OpenVPN connection.
Not sure I should do something at the side of the server or the iOS client. My server config file looks like:
and the client config file:
Anyone any idea what I can do to get the OpenVPN working with Internet access?
all help is highly appreciated, cheers, Klaas
J'ai un question de OpenVPN, mais si cela ne vous dérange pas que je continue en anglais...
I have OpenVPN installed on my QNAP. Now I want to access my QNAP without losing internet. With various Windows PC clients it works fine, but after enabling the OpenVPN on my iPad or Android phone I can access the QNAP and all its apps, but I lose access to Internet.
The solution I’m looking for is simultaneous making use of the OpenVPN and internet but the latter not tunnelled over the OpenVPN connection.
Not sure I should do something at the side of the server or the iOS client. My server config file looks like:
Code:
client
;dev tap
dev tun
dev-node pvpn
--script-security 3
proto udp
remote <my ip> 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca "C:\\Program Files\\OpenVPN\\config\\ca.crt"
auth-user-pass
ns-cert-type server
;cipher x
comp-lzo
verb 3
;mute 20
Code:
client
dev tun
script-security 3
proto udp
remote something.myqnapcloud.com 1149
resolv-retry infinite
nobind
auth-user-pass
reneg-sec 0
cipher AES-256-CBC
<ca>
-----BEGIN CERTIFICATE-----
<***content my ca.cert***>
-----END CERTIFICATE-----
</ca>
all help is highly appreciated, cheers, Klaas