OVPN-AS on Windows 10 Pro: Please help

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
jamesnb
OpenVPN User
Posts: 29
Joined: Tue Sep 22, 2015 3:01 am

OVPN-AS on Windows 10 Pro: Please help

Post by jamesnb » Sun May 28, 2017 8:29 am

Hello,
I managed to setup OVPN-AS on Windows 10 Pro (64 bit) PC.
The client is Macbook Pro, using TunnelBlick
I can connect to the OVPN server (Status said connected) however, I cannot access any devices in the LAN (which is 192.168.1.0/24) and also, cannot access the Internet.
I have already allow Remote Routing on Windows PC. Also, forwarding all port (1194 UDP) to the local Windows PC.

Please let me know what I may be missing?

Thank you


P/S
Client config (on MacOS, running TunnelBlick)
Client
dev tun
proto udp
remote myserver.dyndns.org 1194
resolv-retry infinite
nobind
persist-key
persit-tun
ca Users/myname/Documents/ca.crt
cert Users/myname/Documents/client.crt
key Users/myname/Documents/client.key
cipher AES-256-CBC
verb 3
ns-cert-type server

Server config (Windows 10 Pro, 64 bit)
Server 10.9.9.0 255.255.255.0
port 1194
proto UDP
dev tun
ca "C://Program Files//OpenVPN//config//ca.crt"
cert "C://Program Files//OpenVPN//config//server.crt"
key "C://Program Files//OpenVPN//config//server.key"
dh "C://Program Files//OpenVPN//config//dh1024.pem"
push "route 192.168.1.0 255.255.255.0" #This is my local LAN 192.168.1.1
push "redirect-gateway def1 bypass-dhcp"
keepalive 10 120
cipher AES-256-CBC
persist-key
persist-tun
verb 3

jamesnb
OpenVPN User
Posts: 29
Joined: Tue Sep 22, 2015 3:01 am

Re: OVPN-AS on Windows 10 Pro: Please help

Post by jamesnb » Tue May 30, 2017 6:15 pm

Anyone who is installed OpenVPN server on Windows 10 please?

Post Reply