Bonjour,
existe t'il un tutoriel simple et en français pour configurer pas à pas un VPN de type Roadwarrior?
config. côté ipcop et config côté client vpn windows...
malgré mes recherches sur le forum, je ne trouve pas... merci pour votre aide.
Modérateur: modos Ixus
loberty a écrit:Question : Comment faire simplement un VPN entre IPCOP et un PC sous Windows.
Mots Clefs : VPN, roadwarrior, OpenVPN, Zerina
Réponse :
Une configuration VPN entre un serveur VPN (IPCOP) et un client VPN se nomme Roadwarrior.
Ici le client VPN sera obligatoirement Windows, sachant qu'il est tout à fait possible de le faire avec un autre OS.
Il existe plusieurs manière de réaliser un VPN de type Roadwarrior.
Le problème généralement se pose pour trouver le bon logiciel et les bons paramètres à saisir sur le client VPN.
La solution ici proposée est d'ajouter ZERINA (OpenVPN) à IPCOP et d'installer OpenVPN GUI for Win32 sur le PC.
A faire sur IPCOP
Il vous faut installer ZERINA.
C'est un serveur VPN qui viens s'installer en plus de celui d'IPCOP.
Vous le trouverez à l'adresse suivante : http://home.arcor.de/u.altinkaynak/openvpn.html
Avec WinSCp, copiez le sur votre IPCOP dans ROOT.
Puis avec PUTTY, décompressez le par la commande tar -xzvf ./ZERINA-0.9.1b-Installer.tar.gz.
Ensuite, après s'être rendu dans le répertoire de ZERIA, installez le par ./install
ZERINA est alors installé.
Suivez le howto suivant pour le configurer : http://home.arcor.de/u.altinkaynak/howt ... step1.html
A faire sur le PC Windows
Sur votre PC Windows, installez OpenVPN GUI for Win32 : http://www.openvpn.se/download.html
Une fois fait, installer le fichier ZIP récupéré sur votre IPCOP et copiez son contenu dans le dossier config de OpenVPN GUI (son contenu pas le dossier lui-même).
Avec le bouton droite de la souris, cliquez sur l'icone de OpenVPN GUI for Win32 qui est dans le systray.
Faîtes connect.
Notes
1. Si vous désirez voir les noms des machines de votre réseau distant depuis votre PC, aller modifier la configuration réseau qui est faite sur la carte réseau virtuelle installée par OpenVPN GUI for Win32 .
Mettez comme serveur WINS l'adresse du serveur WINS du réseau distant (s'il y en a un) et activés "activer NETBIOS avec TCP/IP".
Il vous faut avoir un plan d'adressage local différent de celui du réseau distant.
Si ce n'est pas possible, alors modifiez sur votre pc local, le fichier ovpn (dossier config de OpenVPN GUI for Win32) en ajoutant à la fin "--route 10.0.0.0 255.255.255.0" où 10.0.0.0 représente l'adresse du réseau distant. Attention, dans ce cas, tant que la connexion VPN est active pour ne pourrez plus accédez à vos stations locales.
2. Si vous désirez avoir accès depuis votre cconnexion VPN à BLUE ou ORANGE, alors modifiez sur votre pc local, le fichier ovpn (dossier config de OpenVPN GUI for Win32) en ajoutant à la fin "--route 10.0.0.0 255.255.255.0" où 10.0.0.0 représente l'adresse du réseau distant auquel vous désirez accéder.
Options error: Unrecognized option or missing parameter(s) in /var/ipcop/ovpn/se rver.conf:29: verb (2.0.5)
About the “verb” problem :
Another way is to change the Verb level in “Advanced Server options”
1:57:42 openvpnserver 80.14.36.196:33506 Re-using SSL/TLS context
11:57:42 openvpnserver 80.14.36.196:33506 LZO compression initialized
11:57:42 openvpnserver 80.14.36.196:33506 WARNING: normally if you use --mssfix and/or --fragment, you should also set --tun-mtu 1500 (currently it is 1400)
11:58:42 openvpnserver 80.14.36.196:33506 TLS Error: TLS key negotiation failed to occur within 60 seco nds (check your network connectivity)
11:58:42 openvpnserver 80.14.36.196:33506 TLS Error: TLS handshake failed
jips a écrit:bonjour,
j'essaye de me connecter à distance à mon serveur vpn en utilisant openvpn gui tel que décrit dans le tutoriel mais j'ai les erreurs suivantes :1:57:42 openvpnserver 80.14.36.196:33506 Re-using SSL/TLS context
11:57:42 openvpnserver 80.14.36.196:33506 LZO compression initialized
11:57:42 openvpnserver 80.14.36.196:33506 WARNING: normally if you use --mssfix and/or --fragment, you should also set --tun-mtu 1500 (currently it is 1400)
11:58:42 openvpnserver 80.14.36.196:33506 TLS Error: TLS key negotiation failed to occur within 60 seco nds (check your network connectivity)
11:58:42 openvpnserver 80.14.36.196:33506 TLS Error: TLS handshake failed
et la connexion ne s'établit pas...
encore merci pour votre aide...
I'm getting this error: TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
One of the most common problems in setting up OpenVPN is that the two OpenVPN daemons on either side of the connection are unable to establish a TCP or UDP connection with each other.
This is almost a result of:
* A perimeter firewall on the server's network is filtering out incoming OpenVPN packets (by default OpenVPN uses UDP or TCP port number 1194).
* A software firewall running on the OpenVPN server machine itself is filtering incoming connections on port 1194. Be aware that many OSes will block incoming connections by default, unless configured otherwise.
* A NAT gateway on the server's network does not have a port forward rule for TCP/UDP 1194 to the internal address of the OpenVPN server machine.
* The OpenVPN client config does not have the correct server address in its config file. The remote directive in the client config file must point to either the server itself or the public IP address of the server network's gateway.
You get the error message: TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity). This error indicates that the client was unable to establish a network connection with the server.
Solutions:
1 Make sure the client is using the correct hostname/IP address and port number which will allow it to reach the OpenVPN server.
2 If the OpenVPN server machine is a single-NIC box inside a protected LAN, make sure you are using a correct port forward rule on the server's gateway firewall. For example, suppose your OpenVPN box is at 192.168.4.4 inside the firewall, listening for client connections on UDP port 1194. The NAT gateway servicing the 192.168.4.x subnet should have a port forward rule that says forward UDP port 1194 from my public IP address to 192.168.4.4.
3 Open up the server's firewall to allow incoming connections to UDP port 1194 (or whatever TCP/UDP port you have configured in the server config file).
jips a écrit:
Comment faire pour transférer le port 1194 UDP d'une adresse IP publique vers l'adresse IP de mon serveur vpn?
merci de votre aide...
Utilisateur(s) parcourant actuellement ce forum : Aucun utilisateur inscrit et 1 invité