Bug #5327
closedgeneration of split tunnel attribute in strongswan charon.plugins.attr breaks iOS IKEv2 clients
100%
Description
When there is an IPv4 address pool configured for mobile IPSec clients, strongswan.conf is generated with the setting "subnet = <the subnet of the v4 pool>" in the configuration section for the attr plugin. When using an IKEv2 VPN for mobile clients, this results in a configuration payload with the type INTERNAL_IP4_SUBNET being sent with the value of the v4 pool subnet. The purpose of INTERNAL_IP4_SUBNET is to specify subnets that should go over the tunnel. It's described here:
https://tools.ietf.org/html/rfc5996#section-3.15.2
Two approaches are mentioned there. Either INTERNAL_IP4_SUBNET contains additional networks to those in the phase 2 traffic selectors or INTERNAL_IP4_SUBNET contains the subnets that are covered by the phase 2 traffic selectors that should be sent through the remote gateway. The first case is like a union of the traffic selectors with INTERNAL_IP4_SUBNET and the second case is like an intersection of the two. When using IKEv2 with iOS 9 or OS X El Capitan, the latter approach is used. Consequently, the only traffic that ends up being sent over an IPsec tunnel established with IKEv2 on iOS9 is traffic bound for the v4 pool subnet. The "VPN" icon shows in the upper corner of the screen indicating you are connected to a VPN yet none of your traffic actually gets sent over the tunnel unless you happen to try to access something within the pool subnet.
The config generation routine should be changed so that if the "Provide a list of accessible networks to clients" box is checked, the charon.plugins.attr.subnet attribute is set to the list of phase 2 subnets. Otherwise it should not be set.
This needs to be tested against a variety of clients.
Updated by Matthew Smith about 9 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 41f7b662932422f176151532a97858e683f50abd.
Updated by Matthew Smith about 9 years ago
Applied in changeset f3ee8205e6332d4895e93f4f2831cc65ab98d0c0.
Updated by Chris Buechler about 9 years ago
- Description updated (diff)
- Status changed from Feedback to Resolved
- Affected Version changed from 2.2.4 to 2.2.x
this is specified correctly now.
The inclusion of split-include in strongswan.conf with iOS clients with IKEv1 PSK+xauth, whether or not the unity plugin is enabled, makes them fail to connect with iOS 8 and 9 (and earlier, IIRC). They establish an SA, and strongswan side is happy with everything, then it receives a DELETE for the SA from iOS. But that's always been true. They're fine with only 'subnet' specified there. Something to revisit later separately
this is fixed