I have this error when make mac OSX remote desktop connect via VPN(by openVPN) to remote desktop server(windows)

mac OSX(local) -> openVPN(on rent VPS service) -> Windows10 

error is here below

An error occurred while communicating with the Remote Desktop Gateway. If this keeps happening, contact your network administrator for assistance. Error code: 0x3000008 

I can use internet via this VPN without problems.

I googled around and guessing this might be relevant with DNS.

(I should not use google dns?? but why?)

my /etc/openvpn/server/server.conf is like this below.

Does anyone have any hint?

local 153.126.111.11 port 1194 proto tcp dev tun ca ca.crt cert server.crt key server.key dh dh.pem auth SHA512 tls-crypt tc.key topology subnet server 10.8.0.0 255.255.255.0 push "redirect-gateway def1 bypass-dhcp" ifconfig-pool-persist ipp.txt push "dhcp-option DNS 8.8.8.8" push "dhcp-option DNS 8.8.4.4" keepalive 10 120 cipher AES-256-CBC user nobody group nogroup persist-key persist-tun verb 3 crl-verify crl.pem 
5

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy