doc:appunti:linux:sa:ipsec_strongswan_debian_11
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
doc:appunti:linux:sa:ipsec_strongswan_debian_11 [2024/12/31 12:46] – created niccolo | doc:appunti:linux:sa:ipsec_strongswan_debian_11 [2024/12/31 13:07] (current) – [Debug] niccolo | ||
---|---|---|---|
Line 4: | Line 4: | ||
* **strongswan** - Metapacchetto | * **strongswan** - Metapacchetto | ||
- | * **strongswan-charon** - Charon è un demone IPsec IKEv2 che agisce da // | ||
* **strongswan-starter** - Demone per il parsing dei file di configurazione e l' | * **strongswan-starter** - Demone per il parsing dei file di configurazione e l' | ||
+ | * **strongswan-charon** - Il demone **charon** supporta IPsec IKEv2, agisce da // | ||
+ | |||
+ | ==== Pacchetti da NON installare ==== | ||
+ | |||
+ | |||
+ | Con questi pacchetti si otterrebbe una maggiore integrazione di charon con systemd, ma i file di configurazione vanno scritti con diversa sintassi, ecc. Se si installano i seguenti pacchetti si deve rimuovere il pacchetto '' | ||
+ | |||
+ | * **charon-systemd** - Pacchetto che contiene i file systemd per charon. | ||
* **strongswan-swanctl** - Contiene il tool **swanctl** per configurare il demone charon. | * **strongswan-swanctl** - Contiene il tool **swanctl** per configurare il demone charon. | ||
Line 59: | Line 66: | ||
</ | </ | ||
- | ===== Servizi ===== | + | ===== Servizi |
+ | |||
+ | Il pacchetto '' | ||
+ | |||
+ | < | ||
+ | systemctl enable strongswan-starter.service | ||
+ | systemctl start strongswan-starter.service | ||
+ | </ | ||
+ | |||
+ | :!: **ATTENZIONE** In **Debian 10** il servizio da avviare si chiamava **strongswan.service**. | ||
+ | |||
+ | ===== Debug ===== | ||
+ | |||
+ | < | ||
+ | ipsec statusall | ||
+ | </ | ||
+ | |||
+ | Dovrebbe produrre qualcosa del genere: | ||
+ | |||
+ | < | ||
+ | ... | ||
+ | Connections: | ||
+ | office1-office2: | ||
+ | office1-office2: | ||
+ | office1-office2: | ||
+ | office1-office2: | ||
+ | Security Associations (1 up, 0 connecting): | ||
+ | office1-office2[1]: | ||
+ | 145.18.51.38[145.18.51.38]...15.125.28.13[15.125.28.13] | ||
+ | ... | ||
+ | </ | ||
+ | |||
+ | Questi i processi che devono risultare in esecuzione: | ||
+ | |||
+ | < | ||
+ | ps uax | grep charon | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | ... / | ||
+ | ... / | ||
+ | </ | ||
doc/appunti/linux/sa/ipsec_strongswan_debian_11.1735645606.txt.gz · Last modified: 2024/12/31 12:46 by niccolo