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 1)I am thinking there is only 1 tunnel. I am confused on what is IPSEC SA and CHILD SA. I am thinking the packets from Linux1 to Linux2 will be ESP encapsulated ( if it is chosen) and the packets are supposed to go through the IPSEC tunnel. 2)Suppose there is rekeying, what is the difference between ikelifetime and ipseclifetime Thanks