Latest Comments

Tutorial Install BadVPN On Centos 6 32 or 64 BIT

BEFORE WE START, PLEASE ENSURE YOU USE THE RIGH OS

THIS STEP WILL NOT WORK ON CENTOS 5


now we try to configuring badvpn on centos 6 32bit or 64bit
lets start

Login to your server via putty with root access

1. Grab Newest Cmake
  • wget http://www.cmake.org/files/v2.8/cmake-2.8.12.tar.gz
2. Extract it
  • tar xvzf cmake*.tar.gz
3. Entering cmake folder
  • cd cmake*
4. Installing Dependency 
  • yum -y install gcc*
5. Configuring Cmake
  • ./bootstrap --prefix=/usr
if you face some dependency failure, please enter this
  • yum install lib*
  • yum update
6. Compiling Cmake & Create badvpn-build folder
  • gmake
  • gmake install
  • mkdir badvpn-build
7. Entering Badvpn Build folder
  • cd badvpn-build
8. Grab newest Badvpn and Extract it
  • wget https://badvpn.googlecode.com/files/badvpn-1.999.128.tar.bz2
  • tar xf badvpn-1.999.128.tar.bz2
9. Entering Badvpn folder
  • cd bad*
10. Finishing Touch 
  • cmake -DBUILD_NOTHING_BY_DEFAULT=1 -DBUILD_UDPGW=1
  • make install
Starting BADVPN :
  • badvpn-udpgw --listen-addr 127.0.0.1:7300 > /dev/null &
DONE !!

#################FINISH###############

1 komentar: