136
Virtual private networks / Re: IPSEC IKEv2 Roadwarrior setup can only talk to 192.168.0.x range
« on: November 13, 2024, 05:51:31 pm »
Which client do you use?
Verify the routing table of the client OS if the networks are indeed all in your routing table. Some clients/OS (like windows) dislike routes other than /24.
If not create a full tunnel, some clients do not like split tunnels. Try to use 0.0.0.0/0 in the child.
Since I have a feeling its windows native client: https://docs.opnsense.org/manual/how-tos/ipsec-swanctl-rw-ikev2-eap-mschapv2.html#windows-10-11-native-vpn-client
Windows hated split tunneling with its native client. Rather use Wireguard or OpenVPN.
Verify the routing table of the client OS if the networks are indeed all in your routing table. Some clients/OS (like windows) dislike routes other than /24.
If not create a full tunnel, some clients do not like split tunnels. Try to use 0.0.0.0/0 in the child.
Since I have a feeling its windows native client: https://docs.opnsense.org/manual/how-tos/ipsec-swanctl-rw-ikev2-eap-mschapv2.html#windows-10-11-native-vpn-client
Windows hated split tunneling with its native client. Rather use Wireguard or OpenVPN.

