Qnap OpenVPN with split-tunneled internet access

klaasvaak

Nouveau membre
23 Février 2015
12
0
0
Bonjour mes amis,

J'ai un question de OpenVPN, mais si cela ne vous dérange pas que je continue en anglais... :oops:

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
and the client config file:
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>
Anyone any idea what I can do to get the OpenVPN working with Internet access?

all help is highly appreciated, cheers, Klaas
 
Hi, dont hink you are in the right section, (it is Asustor here)

Basically i would say if Internet is well setup on your NAS, you should have Internet also on your client side

or something mess up in the config file (but i am not expert in this), are you using the embedded OpenVPN Server ? or QOpenVPN Application i did ?