doc:appunti:linux:sa:ipsec_strongswan_debian_11
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doc:appunti:linux:sa:ipsec_strongswan_debian_11 [2024/12/31 12:50] – [Pacchetti da installare] niccolo | doc:appunti:linux:sa:ipsec_strongswan_debian_11 [2024/12/31 13:07] (current) – [Debug] niccolo | ||
---|---|---|---|
Line 5: | Line 5: | ||
* **strongswan** - Metapacchetto | * **strongswan** - Metapacchetto | ||
* **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** - **charon** | + | * **strongswan-charon** - Il demone |
- | * **strongswan-swanctl** - Contiene il tool **swanctl** per configurare il demone charon. | + | |
==== Pacchetti da NON installare ==== | ==== 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. | ||
===== File di configurazione ===== | ===== File di configurazione ===== | ||
Line 63: | 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.1735645813.txt.gz · Last modified: 2024/12/31 12:50 by niccolo