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?
is client config required?
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!
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
- Mimiko
- Forum Team
- Posts: 1564
- Joined: Wed Sep 22, 2010 3:18 am
Re: is client config required?
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".
To use password authentication, in client conf you must use "--auth-user-pass".