openvpn options/parameters

Need help configuring your VPN? Just post here and you'll get that help.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
shinjikenny
OpenVPN User
Posts: 25
Joined: Fri Jul 29, 2011 5:32 am

openvpn options/parameters

Post by shinjikenny » Sun Nov 13, 2011 7:48 pm

Are these all options/parameters found at openvpn --help applicable to the server's *.conf file and the client's *ovpn file?
How do i know which option is only used for the server or the client's config?

Does the client's config need to match the server's config? or its possible to set a different option, say, cipher BF-CBC at the server and cipher none at the client?

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: openvpn options/parameters

Post by janjust » Sun Nov 13, 2011 10:15 pm

read the openvpn manual page (either 'man openvpn' or go to http://openvpn.net/index.php/manuals/42 ... pn-22.html

most options apply to both client and server configurations; the option you mention, 'cipher' MUST match on both client and server otherwise you will not be able to connect.

Post Reply