Hi all,
When using an IPSEC tunnel, If I have multiple local and/or remote networks defined in a single tunnel, the tunnel will form for some time and then drop with:
More logs:
If I split the networks out and create a separate tunnel for each local/remote network pair, the tunnel stays up.
Is this by design, or is this a flaw in the UI, or the version of Strongswan bundled with Untangle (I'm using 16.4.1)? Usually with IPSEC /w IKEv2 it is not necessary to create multiple tunnels, plus it requires more CPU overhead.
I'm a home user, and there is minimal traffic over the tunnels so it's not overly a concern, it just seems like odd behaviour and it took me a few days of trying different things before I got it to work.
If I switch the Untangle out for another vendor and configure the same settings, all networks stay up with a single tunnel.
When using an IPSEC tunnel, If I have multiple local and/or remote networks defined in a single tunnel, the tunnel will form for some time and then drop with:
Code:
traffic selectors 172.16.72.0/24 === 172.16.73.0/24 unacceptable
Code:
Jan 15 16:08:28 untangle charon: 13[ENC] generating CREATE_CHILD_SA response 90 [ N(TS_UNACCEPT) ] Jan 15 16:08:28 untangle charon: 13[IKE] failed to establish CHILD_SA, keeping IKE_SA Jan 15 16:08:28 untangle charon: 13[IKE] traffic selectors 172.16.72.0/24 === 172.16.73.0/24 unacceptable Jan 15 16:08:28 untangle charon: 13[IKE] received ESP_TFC_PADDING_NOT_SUPPORTED, not using ESPv3 TFC padding Jan 15 16:08:28 untangle charon: 13[ENC] parsed CREATE_CHILD_SA request 90 [ SA No KE TSi TSr N(ESP_TFC_PAD_N) ] Jan 15 16:08:28 untangle charon: 13[NET] received packet: from <IP removed>[500] to <IP removed>[500] (496 bytes) Jan 15 16:08:18 untangle charon: 06[NET] sending packet: from <IP removed>[500] to <IP removed>[500] (80 bytes)
Is this by design, or is this a flaw in the UI, or the version of Strongswan bundled with Untangle (I'm using 16.4.1)? Usually with IPSEC /w IKEv2 it is not necessary to create multiple tunnels, plus it requires more CPU overhead.
I'm a home user, and there is minimal traffic over the tunnels so it's not overly a concern, it just seems like odd behaviour and it took me a few days of trying different things before I got it to work.
If I switch the Untangle out for another vendor and configure the same settings, all networks stay up with a single tunnel.
Comment