You are on page 1of 2

IPSec

IPSec can be configured to operate in two different modes, Tunnel and Transport mode.

IPSec Tunnel Mode

IPSec tunnel mode is the default mode. IPSec wraps the original packet, encrypts it, adds a new IP header and sends
it to the other side of the VPN tunnel (IPSec peer).

IPSec Transport Mode

When we use transport mode, we use the original IP header and insert an ESP header

IKE Phase 1 Modes


Main Mode:

1) PHASE1 negotiation is made in 6 messages in total.


2) 1st message contains the ISAKMP policies which contains the encryption and
authentication algorithms that it is willing to use.
3) 2nd message exchanges the Diffie-Hellman public keys.
4) 3rd message authenticate the ISAKMP session by sending the Peer ID and the hash
payloads.

Aggressive Mode:

1) PHASE1 negotiation is made in 3 messages in total.


2) All the data required to establish the SA (Security Association) is sent by the initiator.
3) Responder replies with the selected ISAKMP policy and an authentication request.
4) Initiator responds the request and a SA is established.

You might also like