Jump to content

OpenVPN problems on Windows 10

I'm trying to connect to my openvpn server running on pfsense, I am able to connect and everything works on my android phone. I'm also using the same config on my windows 10 laptop, build 1607 (14393.1480). I get an ip assigned but nothing else works, i'm not even able to ping the router(server). 

 

Here is my config file:

persist-tun
persist-key
cipher AES-256-CBC
auth SHA256
tls-client
client
remote *ip of the server* 1194 udp
setenv opt block-outside-dns
lport 0
verify-x509-name "*domain pointing to my server(router)*" name
auth-user-pass
remote-cert-tls server
dev tun

<ca>
*key remoed by me*
</ca>
<cert>
*key remoed by me*
</cert>
<key>
*key remoed by me*
</key>
<tls-auth>
#
# 2048 bit OpenVPN static key
#
*key remoed by me*
</tls-auth>
key-direction 1

 

openvpn.PNG

Winver.PNG

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×