docs:ipsec
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| docs:ipsec [2013/09/27 14:12] – root | docs:ipsec [2013/09/27 20:58] (current) – root | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== IPSec cheat sheet ====== |
| - | IPSec is tricky, but worse than that, existing documentation is very messy. | + | IPSec is partly |
| * [[docs: | * [[docs: | ||
| * [[docs: | * [[docs: | ||
| + | * [[docs: | ||
| + | * [[docs: | ||
| + | * [[docs: | ||
| ==== How IPSec works with KAME tools ==== | ==== How IPSec works with KAME tools ==== | ||
| Line 27: | Line 30: | ||
| === Protocols === | === Protocols === | ||
| - | ^ Protocol ^ IP Type # ^ Common name ^ Utility ^ | + | ^ Protocol ^ # ^ Common name ^ Utility ^ |
| - | | AH | 51 | Authentication header | Integrity | | + | | AH | IP Type 51 | Authentication header | Integrity | |
| - | | ESP | 50 | Encapsulated Security Payload | Integrity & Confidentiality | | + | | ESP | IP Type 50 | Encapsulated Security Payload | Integrity & Confidentiality |
| + | | IKE | UDP port 500 | Internet Key Exchange | SA setup, key exchange | | ||
| + | | NAT-T | UDP port 4500 | NAT Traversal IPSec | Endpoint communication behind NATs | | ||
| === IPSec modes === | === IPSec modes === | ||
| + | ^ Mode ^ Wrapping scope ^ Intended usage ^ Overhead ^ | ||
| + | | Transport | IP packet payload | Peer to peer integrity/ | ||
| + | | Tunnel | Whole IP packet | VPN | AH/ESP + IP/Stage 2 header | | ||
| + | |||
| + | === Glossary === | ||
| + | |||
| + | | PSK | Preshared Keys | | ||
| + | | SA | Security Association | | ||
| + | | SAD | Security Association Database | | ||
| + | | SP | Security Policy | ||
| + | | SPD | Security Policy Database | | ||
| + | |||
| + | ==== Linux Kernel modules ==== | ||
| + | |||
| + | < | ||
| + | esp4 | ||
| + | esp6 | ||
| + | sha1_generic | ||
| + | sha256_generic | ||
| + | xfrm4_mode_transport | ||
| + | xfrm6_mode_transport | ||
| + | xfrm_user</ | ||
docs/ipsec.1380283940.txt.gz · Last modified: 2013/09/27 14:12 by root