On Fri, Feb 19, 2016 at 6:17 AM, Erne, Heiner <[email protected]> wrote: > Hello, > > I would like to ask how to configure with strongSwan a site to site > configuration with multiple traffic selectors in one IKE setup, e.g. > > Site1 ß--------------------------------------------------------à Site 2 > > Traffic selector 1 (shall have one ESP tunnel with this traffic selector) > > 192.168.1.0/24 <-> > 172.16.1.0/24 > > Traffic selector 2 (shall have another ESP tunnel with this traffic > selector) > > 192.168.3.0/24 <-> > 172.16.3.0/24 >
They're specified as comma-separated values (for IKEv2) in leftsubnet and rightsubnet. So for that example, something like: leftsubnet=192.168.1.0/24,192.168.3.0/24 rightsubnet=172.16.1.0/24,172.16.3.0/24 _______________________________________________ Users mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/users
