Let us consider two network entities.
Linux1 (eth0)=============IPSEC=============Linux2(eth0) 192.168.1.1 192.168.1.2 The IPSEC Tunnel is V4 over V4. When i set up this tunnel through IKE Strongswan, when i do "ipsec statusall", it shows a connection between Inner IP's.
In this setup
- I think there is only 1 tunnel. I am confused on what is
IPSEC SAandCHILD SA. I think the packets from Linux1 to Linux2 will beESPencapsulated (if it is chosen) and the packets are supposed to go through the IPSEC tunnel. - Suppose there is
rekeying, what is the difference betweenikelifetimeandipseclifetime?