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:
The client connects correctly, but does not receive a packet from the server, why?
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:
The client connects correctly, but does not receive a packet from the server, why?
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"