Page 1 of 1
Ping between ikev2 clients
Posted: Tue Mar 31, 2020 4:01 am
by mrkacg
Hello, I have configured an ipsec-ikev2, I have a connection to the local network and the internet. But I am unable to communicate between ipsec-ikev2 clients. I need to open rdp between these clients.
I have already disabled firewalls on windows computers.
Thanks for your help.
Re: Ping between ikev2 clients [SOLVED]
Posted: Thu Apr 02, 2020 1:25 am
by mrkacg
It was indeed the missing rule NAT
add action=accept chain=srcnat comment="MSQRD IKE2->WAN" ipsec-policy=out,ipsec out-interface=ether1-WAN src-address=RED_VPN
Re: Ping between ikev2 clients
Posted: Thu Apr 02, 2020 10:02 am
by kx002
You should put a new rule before your "NAT" rule to disable NAT for ipsec communications.
Re: Ping between ikev2 clients
Posted: Thu Apr 02, 2020 11:14 am
by Zacharias
Thats what that rule does @kx002...