strange problem. I have configured IKEv2/IPsec VPN, works perfectly but only from Android/iOS.
From Windows I can connect and ping LAN devices but for example I can't connect to remote desktop (asked for credentials but after this is "Initiating connection" and error). I can connect only via SMB to network shared folder and only this functionality works. Using Android or iOS all works - remote desktop, connect to WinBox etc.
I was looking tutorials and the most common problems but config. looks fine. It's not firewall fault.
VPN is configured with User manager/RADIUS and Let's Encrypt SSL (domain redirect to WAN IP).
Any suggestions? MTU, MSS - could this have an effect?
Code: Select all
/ip ipsec identity
add auth-method=eap-radius certificate=\
letsencrypt-autogen_2023-03-28T11:55:06Z generate-policy=port-strict \
mode-config=cfg1 peer=ikev2_peer policy-template-group=ikev2_group
/ip ipsec policy
add dst-address=10.0.50.0/24 group=ikev2_group proposal=phase2 src-address=\
0.0.0.0/0 template=yes
/ip ipsec mode-config
add address-pool=ikev2 address-prefix-length=32 name=cfg1 split-include=\
192.168.177.0/24
LAN address: 192.168.177.0/24
VPN DHCP addresses: 10.0.50.0/24
Tested with ROS 7.8 (stable) and newest beta.
Edit: MSS changed to 1200 for VPN (Firewall Mangle) - no impact…