Changes

Line 52: Line 52:  
'''NOTE''': Diffie Hellman parameters file name will depend on the key size that you specified in the ''vars.bat'' file. Don't forget to change it accordingly.
 
'''NOTE''': Diffie Hellman parameters file name will depend on the key size that you specified in the ''vars.bat'' file. Don't forget to change it accordingly.
 
   </li>
 
   </li>
   <li>Next comes the preferential  
+
   <li>Next comes the preferential configurations, i.e., whether you want UDP or TCP, Tunnel or Bridge, server's network, keep alive, cipher values, etc. You should configure these options in accordance with your needs. Bellow is an image of what the final configuration from this example looks like (with the comments present in the sample deleted file for more clarity):
 
     <ul>[[File:Openvpn windows server setup step 4 server config.png]]
 
     <ul>[[File:Openvpn windows server setup step 4 server config.png]]
 +
    </ul>
 +
The following changes were made to the sample file:
 +
    <ul>
 +
      <li>Changed ''udp'' to ''udp4'' to indicate that the connection should use only IPv4</li>
 +
      <li>Added ''client-config-dir'' option for possible TLS client configuration</li>
 +
      <li>Changed the ''ifconfig-pool-persist'' file path</li>
 +
      <li>Changes to the certificate and key file paths</li>
 
     </ul>
 
     </ul>
 
   </li>
 
   </li>