doc:appunti:linux:sa:debian_upgrade_11_12
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doc:appunti:linux:sa:debian_upgrade_11_12 [2025/03/03 16:13] – [pnp4nagios] niccolo | doc:appunti:linux:sa:debian_upgrade_11_12 [2025/03/20 12:30] (current) – [OpenVPN BF-CBC not supported] niccolo | ||
---|---|---|---|
Line 125: | Line 125: | ||
===== OpenVPN BF-CBC not supported ===== | ===== OpenVPN BF-CBC not supported ===== | ||
- | L' | + | ==== Configuration with --secret PSK ==== |
- | L' | + | In a configuration with PSK (**%%--secret%%** option) the **%%--cipher%%** parameter selects the cipher to use on the data channel. The default setting would be **BF-CBC**, |
+ | |||
+ | < | ||
+ | # Do not use the default BF-CBC cipher, it was removed because of its 64-bit block size. | ||
+ | cipher AES-256-CBC | ||
+ | # Get the PSK from the external file. | ||
+ | secret my-openvpn-secret.key | ||
+ | </ | ||
+ | |||
+ | Of course, the other end of the VPN must support the same encryption. **WARNING**: | ||
+ | |||
+ | ==== Configuration with TLS ==== | ||
+ | |||
+ | With OpenVPN 2.6.x the **%%--cipher%%** option should not be used any longer in TLS mode (e.g. when using EasyRSA). | ||
+ | |||
+ | With OpenVPN 2.4.x or lower: The values declared into the %%--cipher%% option were appended to **%%--data-ciphers%%** for compatiblity, | ||
< | < | ||
- | # The --cipher option is used to connect | + | # OpenVPN 2.6 using TLS should use the --data-ciphers option. |
- | # Notice that AES-256-GCM is not supported in pre-shared keys mode. | + | data-ciphers AES-256-GCM: |
- | #cipher AES-256-CBC | + | data-ciphers-fallback AES-256-CBC |
- | # | + | |
- | # Newer connections | + | |
- | data-ciphers AES-256-GCM: | + | |
</ | </ | ||
+ | |||
===== PostgreSQL da 13 a 15 ===== | ===== PostgreSQL da 13 a 15 ===== | ||
Line 263: | Line 276: | ||
===== Icingaweb da 2.12.3 a 2.13.6 ===== | ===== Icingaweb da 2.12.3 a 2.13.6 ===== | ||
+ | |||
+ | Può capitare che in passato siano stati fatti degli aggiornamenti di Icingaweb, ma non siano state applicate le patch SQL per aggiornare lo schema del database. Ad esempio la tabella **icingaweb_rememberme** deve essere creata quando si aggiorna alla versione 2.9.0. Se la tabella manca si può incappare nell' | ||
< | < | ||
Line 269: | Line 284: | ||
</ | </ | ||
- | Collegarsi | + | Per risolvere il problema è necessario collegarsi |
==== pnp4nagios ==== | ==== pnp4nagios ==== | ||
- | + | Se su Debian 11 era installato il plugin | |
- | Se è installato il plugin pnp4nagios-0.6.26 è necessario fare l' | + | |
< | < | ||
Line 282: | Line 296: | ||
</ | </ | ||
- | Infatti | + | infatti |
- | Si può installare **pnp4nagios-0.6.27-5** che pare compatibile. Download da [[https:// | + | Si può installare **pnp4nagios-0.6.27-5** che risolve questa incompatibilità. Download da [[https:// |
< | < | ||
Line 296: | Line 310: | ||
chmod 755 / | chmod 755 / | ||
</ | </ | ||
+ | |||
+ | **NOTICE**: Per il funzionamento di PNP4Nagios è necessario aver installato il plugin **icingaweb2-module-pnp**, | ||
===== Python e pip3 install ===== | ===== Python e pip3 install ===== |
doc/appunti/linux/sa/debian_upgrade_11_12.1741014823.txt.gz · Last modified: 2025/03/03 16:13 by niccolo