openvpn-confgen

Scripts to manage certificates or generate config files

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

Post Reply
User avatar
krzee
Forum Team
Posts: 728
Joined: Fri Aug 29, 2008 5:42 pm

openvpn-confgen

Post by krzee » Fri May 21, 2010 9:08 pm

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 #####
##### #####
#########################################################################

nully
OpenVpn Newbie
Posts: 1
Joined: Sun May 29, 2011 3:41 am

Re: openvpn-confgen

Post by nully » Sat Jun 11, 2011 8:55 pm

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!

dhruvpandit
OpenVPN Power User
Posts: 53
Joined: Tue Apr 19, 2011 11:18 am

Re: openvpn-confgen

Post by dhruvpandit » Fri Nov 18, 2011 7:21 am

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 .

chetan
OpenVpn Newbie
Posts: 2
Joined: Wed Feb 06, 2013 6:52 pm

Re: openvpn-confgen

Post by chetan » Wed Feb 06, 2013 7:36 pm

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

rchamplin
OpenVpn Newbie
Posts: 2
Joined: Thu Dec 20, 2012 4:11 pm

Re: openvpn-confgen

Post by rchamplin » Wed Mar 13, 2013 6:15 pm

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

chetan
OpenVpn Newbie
Posts: 2
Joined: Wed Feb 06, 2013 6:52 pm

Re: openvpn-confgen

Post by chetan » Thu Mar 14, 2013 6:58 am

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

ala33
OpenVpn Newbie
Posts: 1
Joined: Fri Sep 04, 2020 11:27 pm

Re: openvpn-confgen

Post by ala33 » Fri Sep 04, 2020 11:27 pm

Confg open vpn??

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: openvpn-confgen

Post by TinCanTech » Fri Sep 04, 2020 11:54 pm

If it is not on github it is not on the radar.

Post Reply