Forum Freedom-IP VPN

Forum d'entraide de la communauté Freedom-IP VPN

Vous n'êtes pas identifié(e).

#1 2012-01-22 10:40:42

user_debian
Membre
Inscription : 2012-01-22
Messages : 9

Configurer le VPN via le terminal ? (Linux)

Bonjour,

n'ayant plus network-manager sur ma distribution Debian (j'ai wicd à la place), je ne peux plus configurer mon VPN via une interface graphique.

Quelqu'un serait comment configurer le VPN en passant directement par le terminal ? (où mettre les fichiers de configuration, etc..)

merci wink

Hors ligne

#2 2012-01-22 12:33:31

Freedom-IP
Administrateur
Inscription : 2011-11-20
Messages : 1 819

Re : Configurer le VPN via le terminal ? (Linux)

Bonjour user_debian,

Trés simplement tu tapes la ligne ci dessous en ayant préalablement dézipper freedomip.zip :

sudo openvpn --config /chemin_vers_le_fichier_ovpn/NL_freedomip.ovpn
Enter Auth Username : [b]fip_tonlogin[/b]
Enter Auth Password : [b]ton_password[/b]

Hors ligne

#3 2012-01-22 14:06:38

user_debian
Membre
Inscription : 2012-01-22
Messages : 9

Re : Configurer le VPN via le terminal ? (Linux)

merci de la réponse wink

La configuration a l'air de fonctionner :

[== Indéfini ==]
jeremy@Debian:~/FreedomIp$ sudo openvpn --config /home/jeremy/FreedomIp/NL_freedomip.ovpn
Sun Jan 22 14:00:41 2012 OpenVPN 2.2.1 i486-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [eurephia] [MH] [PF_INET6] [IPv6 payload 20110424-2 (2.2RC2)] built on Dec 20 2011
Enter Auth Username:fip_01wz4708HB
Enter Auth Password:
Sun Jan 22 14:01:25 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sun Jan 22 14:01:25 2012 WARNING: file 'ta.key' is group or others accessible
Sun Jan 22 14:01:25 2012 Control Channel Authentication: using 'ta.key' as a OpenVPN static key file
Sun Jan 22 14:01:25 2012 LZO compression initialized
Sun Jan 22 14:01:25 2012 Attempting to establish TCP connection with [AF_INET]94.23.145.234:443 [nonblock]
Sun Jan 22 14:01:27 2012 TCP connection established with [AF_INET]94.23.145.234:443
Sun Jan 22 14:01:27 2012 TCPv4_CLIENT link local: [undef]
Sun Jan 22 14:01:27 2012 TCPv4_CLIENT link remote: [AF_INET]94.23.145.234:443
Sun Jan 22 14:01:27 2012 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Sun Jan 22 14:01:31 2012 [server] Peer Connection Initiated with [AF_INET]94.23.145.234:443
Sun Jan 22 14:01:34 2012 AUTH: Received AUTH_FAILED control message
Sun Jan 22 14:01:34 2012 SIGTERM[soft,auth-failure] received, process exiting

Mais pour s'y connecter ? Votre site m'indique que je ne suis toujours pas protégé.. (désolé j'ai du mal en ce qui concerne le reseau)

Hors ligne

#4 2012-01-22 16:44:08

Freedom-IP
Administrateur
Inscription : 2011-11-20
Messages : 1 819

Re : Configurer le VPN via le terminal ? (Linux)

La ligne suivante indique que vous avez dû rajouter un espace en trop soit dans votre mot de passe soit dans votre login :

AUTH: Received AUTH_FAILED control message

Hors ligne

#5 2012-01-22 17:39:09

user_debian
Membre
Inscription : 2012-01-22
Messages : 9

Re : Configurer le VPN via le terminal ? (Linux)

arf,

et bien si je fais du c/c j'ai droit à ça comme message :

[== Indéfini ==]
jeremy@Debian:~$ sudo openvpn --config /home/jeremy/FreedomIp/NL_freedomip.ovpn
Sun Jan 22 17:37:59 2012 OpenVPN 2.2.1 i486-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [eurephia] [MH] [PF_INET6] [IPv6 payload 20110424-2 (2.2RC2)] built on Dec 20 2011
Enter Auth Username:fip_01wz4708HB
Enter Auth Password:
Sun Jan 22 17:38:12 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sun Jan 22 17:38:12 2012 Cannot load CA certificate file ca.crt path (null) (SSL_CTX_load_verify_locations): error:02001002:system library:fopen:No such file or directory: error:2006D080:BIO routines:BIO_new_file:no such file: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
Sun Jan 22 17:38:12 2012 Exiting
jeremy@Debian:~$ 

Hors ligne

#6 2012-01-22 17:42:13

Freedom-IP
Administrateur
Inscription : 2011-11-20
Messages : 1 819

Re : Configurer le VPN via le terminal ? (Linux)

[== Indéfini ==]
chmod 777 *.*

Hors ligne

#7 2012-01-22 18:06:05

user_debian
Membre
Inscription : 2012-01-22
Messages : 9

Re : Configurer le VPN via le terminal ? (Linux)

Ah c'est bon  big_smile

En fait il fallait juste que je me place dans mon dossier freedomip avant de lancer la config.
Maintenant tout fonctionne.

[== Indéfini ==]
jeremy@Debian:~$ cd FreedomIp/
jeremy@Debian:~/FreedomIp$ ls
ca.crt             NL2_freedomip.ovpn                    README
ca.key             NL_freedomip.ovpn                     ta.key
CZ_freedomip.ovpn  openvpn-2.2.1_install_freedom-ip.exe
freedomip.zip      PL_freedomip.ovpn
jeremy@Debian:~/FreedomIp$ sudo openvpn --config NL_freedomip.ovpn
[sudo] password for jeremy: 
Sun Jan 22 18:02:44 2012 OpenVPN 2.2.1 i486-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [eurephia] [MH] [PF_INET6] [IPv6 payload 20110424-2 (2.2RC2)] built on Dec 20 2011
Enter Auth Username:fip_01wz4708HB
Enter Auth Password:
Sun Jan 22 18:03:17 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sun Jan 22 18:03:17 2012 WARNING: file 'ta.key' is group or others accessible
Sun Jan 22 18:03:17 2012 Control Channel Authentication: using 'ta.key' as a OpenVPN static key file
Sun Jan 22 18:03:17 2012 LZO compression initialized
Sun Jan 22 18:03:17 2012 Attempting to establish TCP connection with [AF_INET]94.23.145.234:443 [nonblock]
Sun Jan 22 18:03:18 2012 TCP connection established with [AF_INET]94.23.145.234:443
Sun Jan 22 18:03:18 2012 TCPv4_CLIENT link local: [undef]
Sun Jan 22 18:03:18 2012 TCPv4_CLIENT link remote: [AF_INET]94.23.145.234:443
Sun Jan 22 18:03:18 2012 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Sun Jan 22 18:03:20 2012 [server] Peer Connection Initiated with [AF_INET]94.23.145.234:443
Sun Jan 22 18:03:22 2012 TUN/TAP device tun0 opened
Sun Jan 22 18:03:22 2012 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Sun Jan 22 18:03:22 2012 /sbin/ifconfig tun0 10.8.29.26 pointopoint 10.8.29.25 mtu 1500
Sun Jan 22 18:03:24 2012 Initialization Sequence Completed

Si le vpn se déconnecte, je suppose que ce sera annoncé dans le terminal ? Sinon j'utiliserai VPNautoconnect wink

Merci bien smile

Hors ligne

#8 2012-01-22 19:13:38

Antonin
Membres de confiance
Inscription : 2011-11-28
Messages : 3 729

Re : Configurer le VPN via le terminal ? (Linux)

Ok, n'hésite pas au besoin.
Lock. smile

Hors ligne

Pied de page des forums