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?
openvpn options/parameters
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.
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
- janjust
- Forum Team
- Posts: 2703
- Joined: Fri Aug 20, 2010 2:57 pm
- Location: Amsterdam
- Contact:
Re: openvpn options/parameters
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.
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.