bonjour à tous.je suis face à une difficulté.Je sdispose d'un ubuntu 13.04 desktop virtualisé sur VMWARE lui tournant sous win8.
Dans le cadre d'un TP, il m'est demandé de réaliser un serveur OpenVpn capable d'établir un vpn avec des clients distants. Je me heurte à un problème continuel;
Après installation de OpenVpn
Code : Sélectionner tout - Visualiser dans une fenêtre à part
apt-get install openvpn
,
j'ai ensuite créé le repertoire easy-rsa
Code : Sélectionner tout - Visualiser dans une fenêtre à part
mkdir /etc/open/easy-rsa/
selon le tutoriel, il fallait copier les fichiers de configuration vers ce répertoire à partir de celui installé par l'opevpn
Code : Sélectionner tout - Visualiser dans une fenêtre à part
cp -r /usr/share/doc/openvpn/examples/easy-rsa/2.0/* /etc/openvpn/easy-rsa/
Mais le résultat est que mon système me renvoie l'erreur
que le repertoire /usr/share/doc/openvpn/examples/easy-rsa/2.0/* n'existe pas.
je pense qu'il y'a un problème de sources aussi la dessous.car lorsque je fais un
Code : Sélectionner tout - Visualiser dans une fenêtre à part
apt-get update && apt-get upgrade
, je rencontre beaucoup de message du type
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
0.2.0+13.10.20130926-0ubuntu1_i386.deb  Size mismatch
Failed to fetch http://fr.archive.ubuntu.com/ubuntu/pool/main/f/friends/friends-facebook_0.2.0+13.10.20130926-0ubuntu1_all.deb  Size mismatch
Failed to fetch http://fr.archive.ubuntu.com/ubuntu/pool/main/f/friends/friends-twitter_0.2.0+13.10.20130926-0ubuntu1_all.deb  Size mismatch
Failed to fetch http://fr.archive.ubuntu.com/ubuntu/pool/main/h/hardening-wrapper/hardening-includes_2.3ubuntu1_all.deb  Size mismatch
Failed to fetch http://fr.archive.ubuntu.com/ubuntu/pool/main/j/joystick/inputattach_1.4.6-1_i386.deb  Size mismatch
Failed to fetch http://fr.archive.ubuntu.com/ubuntu/pool/main/libg/libgweather/libgweather-common_3.8.2-0ubuntu1_all.deb  Size mismatch
Failed to fetch http://fr.archive.ubuntu.com/ubuntu/pool/main/libp/libpam-freerdp/libpam-freerdp_1.0.1+13.10.20130724-0ubuntu1_i386.deb  Size mismatch
Failed to fetch http://fr.archive.ubuntu.com/ubuntu/pool/main/p/protobuf/protobuf-compiler_2.4.1-3ubuntu2_i386.deb  Size mismatch
je ne voudrais pas trop m'avancer car je suis une newbie linux (mais qui aime cela).
meme à l'installation de openvpn j'ai eu des erreurs comme
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://security.ubuntu.com saucy-security Release: The following signatures were invalid: NODATA 1 NODATA 2
 
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://extras.ubuntu.com saucy Release: The following signatures were invalid: NODATA 1 NODATA 2
 
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://fr.archive.ubuntu.com saucy Release: The following signatures were invalid: NODATA 1 NODATA 2
 
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://fr.archive.ubuntu.com saucy-updates Release: The following signatures were invalid: NODATA 1 NODATA 2
 
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://fr.archive.ubuntu.com saucy-backports Release: The following signatures were invalid: NODATA 1 NODATA 2
 
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://fr.archive.ubuntu.com saucy-proposed Release: The following signatures were invalid: NODATA 1 NODATA 2
 
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://archive.canonical.com saucy Release: The following signatures were invalid: NODATA 1 NODATA 2
Je ne sais pas trop ce que cela signifie mais j'ai vraiment besoin d'aide.mon devoir est à rendre d'ici jeudi le 31 dec 2014.
Je souhaite quelques indications ou encore où chercher par ce que je suis un peu à la ramasse.
MERCI D'AVANCE