0

I setup a vpn on my windows server 2016 (with routing and remote access), the client is a windows 10 pro. This is the server configuration:

Routing and remot access properties

The client connects correctly, but does not receive a packet from the server, why?

enter image description here

  • UPDATE: I tryed to uninstall RRAS, then i rebooted the server. After the reboot I reinstalled and the VPN works! BUT on the next reboot of the RRAS service the problem reappears... – Mattia Lancieri Feb 28 '17 at 23:08

1 Answers1

3

In general, this article is pretty similar to your problem. Strongswan (IKEv2) connection established, but no traffic routing

I guess this might help you also. $ iptables -t nat -A POSTROUTING -o eth0 ! -p esp -j SNAT --to-source "your VPN host IP"

Net Runner
  • 5,626
  • 11
  • 29