probleme de connexion serveur openvpn

Le problème exposé dans ce sujet a été résolu.

Bonjours, Comme dit dans le titre je n'arrive pas à me connecter à mon serveur openvpn fraichement crée. Le serveur à été installer/paramétré en suivant ce tutoriel : https://openclassrooms.com/courses/creer-son-propre-serveur-vpn-avec-open-vpn .

lors de la tentative de connexion j'ai le message suivant :

1
TCP: connect to [AF_INET]62.210.116.234:443 failed, will try again in 5 seconds: Connection refused

le port 443 est bien ouvert de mon coté mais j'ai l'impression qu'openvpn ne se lance pas correctement sur le serveur. quand je fait un

1
ps -ef|grep openvpn|cut -c15-22 

j’obtiens quelque chose mais un

1
pgrep openvpn 

ne me retourne rien.

de plus un netstat -antp semble me confirmer qu'openvpn ne se lance pas mais je ne sais pas pourquoi (j'ai tenté de relancer le service plusieurs fois avec le même résultat à chaque fois).

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
netstat -antp
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:1080            0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      9437/exim4      
tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      8703/named      
tcp        0      0 0.0.0.0:12345           0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:12346           0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:10011           0.0.0.0:*               LISTEN      554/ts3server_linux
tcp        0      0 0.0.0.0:635             0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:49724           0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:540             0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:1               0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:20034           0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:32771           0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:32772           0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:40421           0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:32773           0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:32774           0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 62.210.116.234:27015    0.0.0.0:*               LISTEN      16222/srcds_linux
tcp        0      0 127.0.0.1:25639         0.0.0.0:*               LISTEN      11148/ts3client_lin
tcp        0      0 0.0.0.0:31337           0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      8376/mysqld     
tcp        0      0 0.0.0.0:6667            0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:11              0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:5742            0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:143             0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:79              0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:15              0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      487/rpcbind     
tcp        0      0 0.0.0.0:54320           0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:2000            0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:30033           0.0.0.0:*               LISTEN      554/ts3server_linux
tcp        0      0 0.0.0.0:27665           0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 0.0.0.0:1524            0.0.0.0:*               LISTEN      664/portsentry  
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      8703/named      
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      10091/sshd      
tcp        0      0 0.0.0.0:119             0.0.0.0:*               LISTEN      664/portsentry  
tcp   211916      0 62.210.116.234:54723    95.81.155.30:80         ESTABLISHED 3972/sinusbot   
tcp   194959      0 62.210.116.234:57907    95.81.147.30:80         ESTABLISHED 3972/sinusbot   
tcp   213326      0 62.210.116.234:54711    95.81.155.30:80         ESTABLISHED 3972/sinusbot   
tcp        0      0 62.210.116.234:51397    104.18.41.220:443       TIME_WAIT   -               
tcp        0   3824 62.210.116.234:22       193.55.52.1:46559       ESTABLISHED 17563/sshd: kirua [
tcp   212287      0 62.210.116.234:54724    95.81.155.30:80         ESTABLISHED 3972/sinusbot   
tcp   212497      0 62.210.116.234:54725    95.81.155.30:80         ESTABLISHED 3972/sinusbot   
tcp   296987      0 62.210.116.234:36204    192.160.165.179:8000    ESTABLISHED 3972/sinusbot   
tcp   208093      0 62.210.116.234:54727    95.81.155.30:80         ESTABLISHED 3972/sinusbot   
tcp   172718      0 62.210.116.234:57852    95.81.155.30:80         ESTABLISHED 3972/sinusbot   
tcp6       0      0 ::1:25                  :::*                    LISTEN      9437/exim4      
tcp6       0      0 ::1:953                 :::*                    LISTEN      8703/named      
tcp6       0      0 :::111                  :::*                    LISTEN      487/rpcbind     
tcp6       0      0 :::80                   :::*                    LISTEN      912/apache2     
tcp6       0      0 :::21                   :::*                    LISTEN      9375/proftpd: (acce
tcp6       0      0 :::22                   :::*                    LISTEN      10091/sshd      
tcp6       0      0 :::8087                 :::*                    LISTEN      3972/sinusbot 

quelqu'un a t'il une idée d’où le problème peut provenir ?

merci.

Connectez-vous pour pouvoir poster un message.
Connexion

Pas encore membre ?

Créez un compte en une minute pour profiter pleinement de toutes les fonctionnalités de Zeste de Savoir. Ici, tout est gratuit et sans publicité.
Créer un compte