ça va mieux mais j'ai une nouvelle erreur:
[root@fedora-msi Certificats]# openvpn --config /home/thierry/Informatique/SMEserver/Certificats/client.ovpn
Sun Jul 9 18:02:26 2017 OpenVPN 2.4.2 x86_64-redhat-linux-gnu [Fedora EPEL patched] [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on May 11 2017
Sun Jul 9 18:02:26 2017 library versions: OpenSSL 1.0.1e-fips 11 Feb 2013, LZO 2.08
Sun Jul 9 18:02:26 2017 TCP/UDP: Preserving recently used remote address: [AF_INET]192.168.0.1:1194
Sun Jul 9 18:02:26 2017 UDP link local: (not bound)
Sun Jul 9 18:02:26 2017 UDP link remote: [AF_INET]192.168.0.1:1194
Sun Jul 9 18:02:26 2017 write UDP: Network is unreachable (code=101)
Sun Jul 9 18:02:26 2017 Network unreachable, restarting
Sun Jul 9 18:02:26 2017 SIGUSR1[soft,network-unreachable] received, process restarting
je pense que le fichier openvpn.conf n'est pas bon:
#------------------------------------------------------------
# !!DO NOT MODIFY THIS FILE!!
#
# Manual changes will be lost when this file is regenerated.
#
# Please read the developer's guide, which is available
# at
http://www.contribs.org/development/#
# Copyright (C) 1999-2006 Mitel Networks Corporation
#------------------------------------------------------------
# Virtual Interface Configuration
port 1194
proto udp
dev tap0
# Drop down privileges
user nobody
group nobody
chroot /etc/openvpn/bridge
persist-key
persist-tun
# Certificates config
dh pub/dh.pem
ca pub/cacert.pem
cert pub/cert.pem
key priv/key.pem
tls-server
# CRL file for certificates verification
crl-verify pub/cacrl.pem
# Plugin for user-auth
# Server mode
server-bridge 192.168.0.1 255.255.255.0 192.168.0.22 192.168.0.25
# Options
keepalive 10 120
push "dhcp-option DOMAIN trazom.thierry"
push "dhcp-option DNS 192.168.0.1"
push "dhcp-option WINS 192.168.0.1"
mtu-test
passtos
nice 5
# Routes
# Management interface
management localhost 11194 management-pass.txt
# Clients options
client-config-dir ccd
max-clients 20
comp-lzo adaptive
push "comp-lzo adaptive"
# Log
status-version 2
status bridge-status.txt
suppress-timestamps
verb 3
qu'en penses-tu?