VPN / IPSEC Flashcards
GRE
Generic Routing Encapsulation: tunnel between two endpoints
- encapsulates traffic inside of ip
- no encryption! –> use VPN
IPSec
Internet Protocol Security: CIA + anti-replay for L3
- encryption and packet signing
AH
Authentication Header: hash of the packet and a shared key –> provides authentication
DMVPN
Dynamic Multipoint VPN:
- dynamic mesh, built on-demand using mGRE (multipoint Generic Router Encapsulation)
anti-replay in IPSec
checks sequence numbers on all packets prior to transmission
5 IPSec steps
- key exchange request
- IKE phase 1
- IKE phase 2
- Data transfer
- Tunnel termination
IKE 2 modes:
Internet Key Exchange
main mode: 3 two-way exchanges between the peers (algorithms, DH to generate shared secret key, authentication)
aggressive mode: way faster but less secure –> everything is suggested by the receiver
SA
Security Association : negotiated in IKE phase 1, used for ISAKMP
includes authentication method, encryption method, DH groups, expiration time, shared secret key
IKE phase 2
negociate SA to set up the IPSec Tunnel
uses Quick Mode to negotiate shared IPsec policy
VPN HEADEND
VPN concentrator used to terminate IPSEC vpn tunnels within a router or other device