Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:vpn:galileo [2022/05/17 09:19] – [VPN Galileo] sscipioni | tips:vpn:galileo [2024/07/19 10:21] (current) – [Console] sscipioni | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== VPN Galileo ====== | ====== VPN Galileo ====== | ||
- | VPN PPTP: | + | VPN PPTP/L2TP: |
* indirizzo server concentratore: | * indirizzo server concentratore: | ||
* username e password | * username e password | ||
+ | |||
+ | < | ||
+ | yay -S networkmanager-l2tp networkmanager-strongswan | ||
+ | </ | ||
+ | |||
+ | aggiungere vpn L2TP | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | {{ : | ||
+ | |||
====== pptp manual ====== | ====== pptp manual ====== | ||
Line 60: | Line 73: | ||
{{: | {{: | ||
- | {{: | + | {{ :tips:vpn:ptpp-galileo.png |}} |
- | + | ||
- | {{: | + | |
===== galileo openvpn ===== | ===== galileo openvpn ===== | ||
Line 122: | Line 132: | ||
<file txt openvpn.conf> | <file txt openvpn.conf> | ||
client | client | ||
- | remote vpn.csgalileo.org 1194 | ||
- | auth-user-pass auth.cfg | ||
- | ca ca.crt | ||
- | |||
- | route 10.0.0.0/8 vpn_gateway 3 | ||
- | route 185.91.188.32 255.255.255.224 vpn_gateway 3 | ||
- | route 185.91.188.64 255.255.255.224 vpn_gateway 3 | ||
dev tun | dev tun | ||
proto tcp-client | proto tcp-client | ||
- | remote-cert-tls server | + | remote |
- | persist-tun | + | port 1194 |
+ | nobind | ||
persist-key | persist-key | ||
- | auth-nocache | + | persist-tun |
+ | tls-client | ||
+ | remote-cert-tls server | ||
+ | ca cert_export_CA-VPNCONC-MEUCCI.crt | ||
+ | cert cert_export_client-VPNCONC-MEUCCI-adalcason.crt | ||
+ | key cert_export_client-VPNCONC-MEUCCI-adalcason.key | ||
+ | verb 1 | ||
+ | mute 20 | ||
+ | auth SHA1 | ||
+ | auth-user-pass login.conf | ||
+ | cipher AES-256-CBC | ||
+ | ;cipher AES-256-GCM | ||
+ | auth-retry interact | ||
+ | ; | ||
+ | route 10.0.0.0 255.0.0.0 | ||
+ | route 172.16.0.0 255.240.0.0 | ||
+ | route 94.230.77.0 255.255.255.0 | ||
+ | route 94.230.78.0 255.255.255.0 | ||
+ | route 94.230.79.0 255.255.255.0 | ||
+ | route 109.104.240.0 255.255.252.0 | ||
+ | route 185.91.188.0 255.255.252.0 | ||
+ | #log-append log.txt | ||
+ | askpass chiave.config | ||
+ | |||
+ | providers legacy default | ||
+ | data-ciphers-fallback BF-CBC | ||
+ | compat-mode 2.3.18 | ||
</ | </ | ||