User Tools

Site Tools


informatique:logiciels:openvpn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
informatique:logiciels:openvpn [2016/10/15 21:19] – [Intégration système] pteuinformatique:logiciels:openvpn [2017/10/24 16:30] – [Liens] configuration OpenVPN avec la Freebox révolution pteu
Line 364: Line 364:
   * tunnel routé sous Ubuntu : http://blog.sionib.net/post/2007/06/28/Openvpn-Ubuntu-mode-routed   * tunnel routé sous Ubuntu : http://blog.sionib.net/post/2007/06/28/Openvpn-Ubuntu-mode-routed
   * [[http://www.dd-wrt.com/phpBB2/viewtopic.php?t=35689|OpenVPN config docs for v24 SP1]]   * [[http://www.dd-wrt.com/phpBB2/viewtopic.php?t=35689|OpenVPN config docs for v24 SP1]]
 +  * Pour faire fonctionner le serveur OpenVPN de la Freebox Révolution avec le client OpenVPN : [[https://forum.freenews.fr/index.php?topic=117463.0|[TUTO] Connexion à la Freebox en OpenVPN (Bridgé et Routé) depuis Windows 10]]. Spoil : ajouter ces lignes dans le fichier .ovpn généré par votre Freebox :
 +<code bash>
 +topology subnet
 +# copier/coller de l'IP attribuée par la Freebox à notre client
 +ifconfig 192.168.27.65 255.255.255.224
 +# empêche d'accepter la configuration du serveur
 +pull-filter ignore "ifconfig"
 +# ip de l'interface tunnel de la Freebox
 +route-gateway 192.168.27.94
 +</code>
informatique/logiciels/openvpn.txt · Last modified: 2018/08/20 12:49 by pteu