tips:vpn:galileo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:vpn:galileo [2021/08/09 11:31] – [pptp] scipiotips:vpn:galileo [2024/07/19 10:21] (current) – [Console] sscipioni
Line 1: Line 1:
 ====== VPN Galileo ====== ====== VPN Galileo ======
  
 +VPN PPTP/L2TP:
 +  * indirizzo server concentratore: vpn1.csgalileo.org
 +  * username e password
  
-====== pptp ======+<code> 
 +yay -S networkmanager-l2tp networkmanager-strongswan 
 +</code> 
 + 
 +aggiungere vpn L2TP 
 + 
 +{{ :tips:vpn:vpn01.png?400 |}} 
 + 
 +{{ :tips:vpn:vpn02.png?400 |}} 
 + 
 +{{ :tips:vpn:vpn03.png?400 |}} 
 + 
 +====== pptp manual ====== 
 + 
 +<file ini /etc/NetworkManager/system-connections/galileo.nmconnection> 
 +[connection] 
 +id=galileo 
 +uuid=97852b85-b57b-4b38-9687-d919f2820e57 
 +type=vpn 
 +autoconnect=false 
 +permissions=user:scipio:; 
 +timestamp=1623922800 
 + 
 +[vpn] 
 +gateway=94.230.76.2 
 +mru=1400 
 +mtu=1400 
 +password-flags=0 
 +user=xxx 
 +user-auth-type=password 
 +service-type=org.freedesktop.NetworkManager.l2tp 
 + 
 +[vpn-secrets] 
 +password=xxx 
 + 
 +[ipv4] 
 +dns-search= 
 +ignore-auto-dns=true 
 +method=auto 
 + 
 +[ipv6] 
 +addr-gen-mode=stable-privacy 
 +dns-search= 
 +method=disabled 
 + 
 +[proxy] 
 + 
 +</file> 
 + 
 +<code> 
 +chmod 600 /etc/NetworkManager/system-connections/galileo.nmconnection 
 +</code> 
 + 
 +change: 
 +   * permissions=user:scipio:; (this is local linux user) 
 +   * user=xxx 
 +   * password=xxx 
 + 
 + 
 + 
 +====== pptp GUI ======
  
 Installare il package networkmanager-pptp Installare il package networkmanager-pptp
Line 10: Line 73:
 {{:tips:vpn:vpn_1.png?400|}} {{:tips:vpn:vpn_1.png?400|}}
  
-{{:tips:vpn:vpn_2.png?400|}} +{{ :tips:vpn:ptpp-galileo.png |}}
- +
-{{:tips:vpn:vpn_3.png?400|}} +
  
 ===== galileo openvpn ===== ===== galileo openvpn =====
Line 72: 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 vpn1.csgalileo.org 
-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-gateway 172.22.22.1 
 +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 
 </file> </file>
  
  • tips/vpn/galileo.1628501483.txt.gz
  • Last modified: 2021/08/09 11:31
  • by scipio