Flickr Images

Cara Instal Softether VPN Server Centos 6 32bit

Cara Instal Softether VPN Server Centos 6 32bit
1.update & install development tools

yum update
yum groupinstall "Development Tools"
2.install gcc & libpcap
yum -y install gcc*
yum -y install libpcap*
3.download,extract dan jalankan
wget http://www.softether-download.com/files/softether/v2.00-9387-rtm-2013.09.16-tree/Linux/SoftEther%20VPN%20Server/32bit%20-%20Intel%20x86/softether-vpnserver-v2.00-9387-rtm-2013.09.16-linux-x86-32bit.tar.gz
tar xzvf softether-vpnserver-v2.00-9387-rtm-2013.09.16-linux-x86-32bit.tar.gz
cd vpnserver
make
Jika muncul pertanyaan pilih aja semua yes atau ketik angka  1 lalu enter


4.pindah ke directory /usr/local/ dan buat startup scriptnya
cd ..
mv vpnserver /usr/local
cd /usr/local/vpnserver/
chmod 600 *
chmod 700 vpncmd
chmod 700 vpnserver
nano /etc/init.d/vpnserver
Masukan scrip berikut ini
#!/bin/sh
# chkconfig: 2345 99 01
# description: SoftEther VPN Server
DAEMON=/usr/local/vpnserver/vpnserver
LOCK=/var/lock/subsys/vpnserver
test -x $DAEMON || exit 0
case "$1" in
start)
$DAEMON start
touch $LOCK
;;
stop)
$DAEMON stop
rm $LOCK
;;
restart)
$DAEMON stop
sleep 3
$DAEMON start
;;
*)
echo "Usage: $0 {start|stop|restart}"
exit 1
esac
exit 0
tutup denagan tekan tombol ctrl+x lanjut
chmod 755 /etc/init.d/vpnserver
/sbin/chkconfig --add vpnserver
/etc/init.d/vpnserver start
Jika instalasinya sukses atau benar akan seperti ini

setelah sukses start, sekarang setting password admin
./vpncmd
1
enter
enter
VPN Server>ServerPasswordSet
sekarang manage servernya
download "VPN Server Manager" dan install di windows
Disinihttp://www.softether-download.com/en.aspx?product=softether
dan Pilih spt ini

setelah install setting, klik new setting

 Setelah connect, beberapa popup setup awal bakalan muncul... silahkan setting sesuai kebutuhan termasuk add new user dll..




Untuk konek ke VPN gunakan "VPN Client Manager"