Windows 2016 OVPN server script?
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
-
- OpenVpn Newbie
- Posts: 5
- Joined: Wed May 13, 2020 10:39 pm
Windows 2016 OVPN server script?
Good afternoon! I am trying to configure authorization by username and password on windows 2016, tell me if there is a script that could do this?
Bat file or any?
Bat file or any?
-
- OpenVPN Protagonist
- Posts: 11138
- Joined: Fri Jun 03, 2016 1:17 pm
Re: Windows 2016 OVPN server script?
As far as I know, OpenVPN do not keep any scripts for Windows.
Writing a simple batch file to verify user/pass is easy enough to do..
Writing a simple batch file to verify user/pass is easy enough to do..
-
- OpenVpn Newbie
- Posts: 5
- Joined: Wed May 13, 2020 10:39 pm
Re: Windows 2016 OVPN server script?
sorry for the arrogance can I ask You about this?TinCanTech wrote: ↑Thu May 14, 2020 12:39 pmAs far as I know, OpenVPN do not keep any scripts for Windows.
Writing a simple batch file to verify user/pass is easy enough to do..
-
- OpenVPN Protagonist
- Posts: 11138
- Joined: Fri Jun 03, 2016 1:17 pm
Re: Windows 2016 OVPN server script?
Maybe you mean ignorance ? But no apology necessary.
Freedom of speech cuts both ways .. btw.
If you mean "Howto" then you'll need to see the Howto and manual for the options.
I am also working on this:
https://github.com/TinCanTech/openvpn-s ... or-windows
As you can see, it needs a lot of work
If you have the means to financially incentivise me then I could be coerced into writing something.
-
- OpenVpn Newbie
- Posts: 5
- Joined: Wed May 13, 2020 10:39 pm
Re: Windows 2016 OVPN server script?
Sorry . my English is so bad
Your help would be an invaluable contribution to the community, because there are no similar scripts under windows!
Your help would be an invaluable contribution to the community, because there are no similar scripts under windows!
-
- OpenVPN Expert
- Posts: 685
- Joined: Tue May 01, 2012 9:30 pm
Re: Windows 2016 OVPN server script?
over 10 years ago I used plugin as OpenVPNSSPI.dll and it works great you can try it , just down load openvpnsspi.dll and copy it to openvpn folder and open config file add this line to it
plugin "C:\\Program Files (x86)\\OpenVPN\\bin\\OpenVPNSSPI.dll"
https://code.google.com/archive/p/openv ... owsplugin/
if you have more time you can make other authencation wonk on domain controller just go to internet type amigo4life2 and you can file how to config domain controller authencation , iI did it over long time ago and it work very fast , i can help you if you like to config it , just try it yourself first
plugin "C:\\Program Files (x86)\\OpenVPN\\bin\\OpenVPNSSPI.dll"
https://code.google.com/archive/p/openv ... owsplugin/
if you have more time you can make other authencation wonk on domain controller just go to internet type amigo4life2 and you can file how to config domain controller authencation , iI did it over long time ago and it work very fast , i can help you if you like to config it , just try it yourself first
-
- OpenVpn Newbie
- Posts: 5
- Joined: Wed May 13, 2020 10:39 pm
Re: Windows 2016 OVPN server script?
Thank you very much for your response! But I can't download this dll , and another question is, how does authentication happen there, where is the base username\password?300000 wrote: ↑Sun May 17, 2020 12:52 pmplugin "C:\\Program Files (x86)\\OpenVPN\\bin\\OpenVPNSSPI.dll"
https://code.google.com/archive/p/openv ... owsplugin/
-
- OpenVPN Expert
- Posts: 685
- Joined: Tue May 01, 2012 9:30 pm
-
- OpenVpn Newbie
- Posts: 5
- Joined: Wed May 13, 2020 10:39 pm
Re: Windows 2016 OVPN server script?
WARNING: Failed running command (--auth-user-pass-verify): returned error code -10737415