is client config required?

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

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

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
dayknight
OpenVpn Newbie
Posts: 12
Joined: Tue May 01, 2012 3:24 pm

is client config required?

Post by dayknight » Sun May 06, 2012 11:59 pm

Hello,

Just got started with openVPN and got it to work following the http://openvpn.net/index.php/open-sourc ... howto.html

Concise and well written - Got the openVPN working on CentOS and used itself to connect to it.

But now - i am looking at another direction:

1) User Auth (no client cert)
2) Using GUI Clients https://community.openvpn.net/openvpn/w ... edProjects

This brings me to the question - if I am using User Auth (username and password) - do i still require to provide each client its own client.conf ? Would not the Server address and user credentials suffice?

User avatar
Mimiko
Forum Team
Posts: 1564
Joined: Wed Sep 22, 2010 3:18 am

Re: is client config required?

Post by Mimiko » Tue May 15, 2012 5:26 am

Every client can have same config file, which in fact it is mostly. The different is certificates or passwords.

To use password authentication, in client conf you must use "--auth-user-pass".

Post Reply