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