Quantcast
Channel: Security, Server Tweaking, IT Management Blog By SolidShellSecurity » openvpn
Browsing latest articles
Browse All 7 View Live

Image may be NSFW.
Clik here to view.

OpenVPN Quick Installation Script

#!/bin/bash #OpenVZ.ca OpenVPN Quick Installation Script yesno () { while read line; do case $line in y|Y|Yes|YES|yes|yES|yEs|YeS|yeS) return 1 ;; n|N|No|NO|no|nO) return 0 ;; *) printf "\nPlease enter...

View Article



Image may be NSFW.
Clik here to view.

Interactive OpenVPN install script on a OpenVZ VPS

#!/bin/bash # Interactive OpenVPN install script on a OpenVZ VPS # Tested on CentOS versions 5 to 5.5 # 2011 v1.2 # Author Denis D. #...

View Article

Image may be NSFW.
Clik here to view.

PPTPD OpenVPN Install Script

yum remove -y pptpd ppp iptables --flush POSTROUTING --table nat iptables --flush FORWARD rm -rf /etc/pptpd.conf rm -rf /etc/ppp wget http://up2vps.com/pptpd/dkms-2.0.17.5-1.noarch.rpm wget...

View Article

Image may be NSFW.
Clik here to view.

OpenVPN Installation, configuration and setup. CentOS 5 and 6 for 32 and...

https://www.youtube.com/watch?v=cbyizWepFVQ comments:...

View Article

Image may be NSFW.
Clik here to view.

Simple CentOS PPTP VPN Automatic Install Script

#!/bin/bash -x ( VPN_IP=`curl ipv4.icanhazip.com>/dev/null 2>&1` VPN_USER="user" #your username goes here VPN_PASS="password" #your password goes here VPN_LOCAL="192.168.0.150"...

View Article


Image may be NSFW.
Clik here to view.

Linux Unix Bridging Interfaces, Adding tap0 and merging it with eth0 for...

In order to successfully allow my virtual routers to connect to my local network for management/ssh/telnet/config access. We need to build a loopback or tap interface and merge it with the Ethernet...

View Article

Image may be NSFW.
Clik here to view.

Automatic OpenVPN Server/Client Setup Scripts — 2014 Update for XEN OpenVZ

Need a quick and nice way to setup OpenVPN? Try using this script: #!/bin/bash # OpenVPN road warrior installer for Debian-based distros # This script will only work on Debian-based systems. It isn't...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images