Page 1 of 1

openvpn-confgen

Posted: Fri May 21, 2010 9:08 pm
by krzee
Here is the place for discussion about my bash configuration file generator for openvpn.
You can get it from freebsd ports,
or http://www.doeshosting.com/code/openvpn-confgen.tgz,
or you can use svn co http://www.secure-computing.net/svn/tru ... n-confgen/
This generates config files for the following type of setups:
-road warrior
-lans behind openvpn
-redirect internet over vpn



#!/bin/bash
#########################################################################
##### Openvpn Confgen ## ## 2010may07 v0.1 #####
#########################################################################
##### released as public domain. ## ## thanks to Bushmills #####
#########################################################################
##### by krzee @ Freenode #OpenVPN #####
##### Just chmod +x all 3 files and run ./confgen #####
##### #####
# This is a bash script To help you generate configuration files for
# some of the most commonly desired vpn setups. You can setup lans
# behind server / clients, or redirect client internet through the server
# Todo
# -Allow multiple lans behind each node #####
# -I should ask if each client should have internet redirected. #####
# currently it is all or none #####
# -I will also generate certificates, performing the role of CA #####
# server #####
##### #####
#########################################################################

Re: openvpn-confgen

Posted: Sat Jun 11, 2011 8:55 pm
by nully
Thank you!

This made configuring openvpn a very easy, step-by-step, question driven process. After hours and hours of reading various other documentation and how-to's that just flew over my head, this made it idiot proof, thank you!

Re: openvpn-confgen

Posted: Fri Nov 18, 2011 7:21 am
by dhruvpandit
can you tell me where to copy these files?

and how to use it?
as i am very new here and also in linux , so it will be very kind if you give some tutorial or examples of how to .

Re: openvpn-confgen

Posted: Wed Feb 06, 2013 7:36 pm
by chetan
Hello !!!
Here is my script built on openvpn easy-rsa.
git://github.com/chetu/openvpn.git

Bored of script command line??. Try simplewall openvpn web-based management. http://www.simplewallsoftware.com/download-simplewall/
There are paid plans with all in one modules suitable for SMB gateway firewall.
It also support ADS/LDAP, Linux PAM authentication in FREE version.

Thanks
Chetan

Re: openvpn-confgen

Posted: Wed Mar 13, 2013 6:15 pm
by rchamplin
Can you extend your simplewall setup to also support Chromebooks as clients?

Here are a couple of references:

http://porttwentytwo.blogspot.com/2013/ ... art-2.html

https://code.google.com/p/chromium-os/i ... =35515#c16

If so, please let me know!

Richard
chetan wrote:Hello !!!
Here is my script built on openvpn easy-rsa.
git://github.com/chetu/openvpn.git

Bored of script command line??. Try simplewall openvpn web-based management. http://www.simplewallsoftware.com/download-simplewall/
There are paid plans with all in one modules suitable for SMB gateway firewall.
It also support ADS/LDAP, Linux PAM authentication in FREE version.

Thanks
Chetan

Re: openvpn-confgen

Posted: Thu Mar 14, 2013 6:58 am
by chetan
Hello rchamplin.

looks interesting, will giving it try for support in Simplewall as soon as possible and let you know .

Thanks

Chetan
rchamplin wrote:Can you extend your simplewall setup to also support Chromebooks as clients?

Here are a couple of references:

http://porttwentytwo.blogspot.com/2013/ ... art-2.html

https://code.google.com/p/chromium-os/i ... =35515#c16

If so, please let me know!

Richard
chetan wrote:Hello !!!
Here is my script built on openvpn easy-rsa.
git://github.com/chetu/openvpn.git

Bored of script command line??. Try simplewall openvpn web-based management. http://www.simplewallsoftware.com/download-simplewall/
There are paid plans with all in one modules suitable for SMB gateway firewall.
It also support ADS/LDAP, Linux PAM authentication in FREE version.

Thanks
Chetan

Re: openvpn-confgen

Posted: Fri Sep 04, 2020 11:27 pm
by ala33
Confg open vpn??

Re: openvpn-confgen

Posted: Fri Sep 04, 2020 11:54 pm
by TinCanTech
If it is not on github it is not on the radar.