What's new

Ultimate universal installer for openVPN, squid & privoxy on Centos-7 & Debian9 &10

homer_simpson

Eternal Poster
Joined
Nov 10, 2018
Posts
1,772
Solutions
1
Reaction
455
Points
417
Hey guys,

Updated version ng Universal installer ko. May kasama na ngayun na openVPN installer!

Changes:
- certificate-based authentication (vs user/pass) para may OK.
- auto-email yung zipped 5 client OVPNS (by default). No need to setup an http server just to download the OVPNs. Besides, OVPNs contain the private key of each clients, so http is best avoided.
- pre-configured firewall via firewalld
- works on Vultr
- port 8080

Sauce:
Code:
git clone https://github.com/trex-thedog/auto-installer.git

TODO:
- [DONE] http-proxy (madali na ito sa nakaka-intindi).
- auxiliary tools for managing certs (issuance, revocation), services and users.

EDIT:
- added support for Debian 9.
 
Last edited:
Thanks!pano to boss idol irurun ko lng ba to using putty?Pa tut pano gamitin bossing?
Log in via SSH. Then, do one of the following:

If you have git installed
- git clone You do not have permission to view the full content of this post. Log in or register now. cd power-overwhelming; bash homers-autoscript.sh

or;
- wget You do not have permission to view the full content of this post. Log in or register now. unzip master.zip; bash homers-autoscript.sh

Get a cup of coffee and relax until the script emailed you the setup-report and the zipped ovpn files.
 
Log in via SSH. Then, do one of the following:

If you have git installed
- git clone You do not have permission to view the full content of this post. Log in or register now. cd power-overwhelming; bash homers-autoscript.sh

or;
- wget You do not have permission to view the full content of this post. Log in or register now. unzip master.zip; bash homers-autoscript.sh

Get a cup of coffee and relax until the script emailed you the setup-report and the zipped ovpn files.
Maraming salamat idol bossing(y)
 
Thanks working sa digital ocean centos 7 pero pano po mag add ng user at password kasi nakakakonek kahit wala ng user at password?
Screenshot_1.png
 

Attachments

Hey guys,

Updated version ng Universal installer ko. May kasama na ngayun na openVPN installer!

Changes:
- certificate-based authentication (vs user/pass) para may OK.
- auto-email yung zipped 5 client OVPNS (by default). No need to setup an http server just to download the OVPNs. Besides, OVPNs contain the private key of each clients, so http is best avoided.
- pre-configured firewall via firewalld
- works on Vultr

Sauce:
Code:
git clone https://github.com/trex-thedog/power-overwhelming.git

TODO:
- http-proxy (madali na ito sa nakaka-intindi).
- auxiliary tools for managing certs (issuance, revocation), services and users.
ang problem dito boss... yung email.. napupunta sa spam.. hindi minsan makita agad..
 
Thanks working sa digital ocean centos 7 pero pano po mag add ng user at password kasi nakakakonek kahit wala ng user at password?
View attachment 680627
That's the idea behind certificate-based authentication, to provide a far more secure authentication by not requiring password. Kaya kelangan you need to keep the OVPN file safe and private, kase embedded dun yung private key. By default, 5 OVPN files are created, which you can use for 5 devices.

If you want to add another client, you have to issue another cert. User/password is not accepted. I'll create a front-end for it at some stage.

Cert-based is far better and ideal than user/password.

That's expected.
 
Last edited:
Back
Top