Changes between Initial Version and Version 1 of 267-i-am-having-trouble-getting-openvpn-1x-to-talk-with-openvpn-20


Ignore:
Timestamp:
01/30/14 15:44:10 (10 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 267-i-am-having-trouble-getting-openvpn-1x-to-talk-with-openvpn-20

    v1 v1  
     1= I am having trouble getting OpenVPN 1.x to talk with OpenVPN 2.0 =
     2
     3{{{
     4#!html
     5<p>While OpenVPN 2.0 is compatible with OpenVPN 1.x, some of the default options have changed. For this reason, if you want to connect OpenVPN 1.x to 2.0, add the following to your 1.x config file to set it to the defaults which 2.0 is already using:</p>
     6<blockquote>
     7<pre>  port 1194<br />  tun-mtu 1500<br />  tun-mtu-extra 32<br />  mssfix 1450<br />  key-method 2</pre>
     8</blockquote>
     9<p>Also note that OpenVPN 1.x cannot connect as a client to an OpenVPN 2.0 server running in the new <strong>--mode server</strong> mode. This is because OpenVPN 1.x lacks the <strong>--pull</strong> directive which is essential to the operation of OpenVPN 2.0's client/server mode.</p>
     10}}}
     11
     12[wiki:FAQ Return to FAQ]