Windows 10 OpenVPN Server

Hi.

I have set up an OpenVPN server on a Windows 10 64 bit computer on my LAN behind an RB3011 router. I can connect to the server, it shows it is connected, but the tunnel doesn’t work. I still get the public ip of the ISP that the client is connected to.

I’ve added the OVPN port to firewall NAT, but i’m suspecting that’s not enough? This is the firewall filter:

;;; OpenVPN
chain=dstnat action=dst-nat to-addresses=192.168.1.4 to-ports=1194 protocol=udp in-interface=vlan102 dst-port=1194 log=no

Any tips? I guess some setup could be wrong with the VPN Server as well, but it connects OK with no error messages. Do I need to add a static route between the LAN and the VPN Server subnet?

Edit: I’ve added a firewall rule to accept UDP traffic to the same address and port. I also added a static route from incoming IP’s to 192.168.1.4. I can now ping the OVPN server IP from the client, but I get no internet access.

Ok, second edit: I enabled IP forwarding on my Win10 server, and rebooted it. Now it works.