Cara Install Softether VPN di Centos
documentasi lengkapnya silahkan baca di web resminya
http://www.softether.org/1-features/1._Ultimate_Powerful_VPN_Connectivity
berikut cara installnya
update & install development tools
# yum update
# yum groupinstall "Development Tools"
install gcc & libpcap
# yum -y install gcc*
# yum -y install libpcap*
pilih versi yg mau diinstall disini http://www.softether-download.com/en.aspx?product=softether
download pake wget, extract n run
# 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
kalo muncul license agrement... bla..bla...bla... yes...yes aja terus
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
paste startup scriptnya di nano dan save
#!/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
Lanjutkan
# chmod 755 /etc/init.d/vpnserver
# /sbin/chkconfig --add vpnserver
# /etc/init.d/vpnserver start
setelah sukses start, sekarang setting password admin
# ./vpncmd
# 1
enter
enter
VPN Server>ServerPasswordSet
done
sekarang manage servernya
download "VPN Server Manager" dan install di windows
setelah install setting, klik new setting
Connect
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"
done.
1. Kok error waktu mau set server admin password ? ( after running command ./vpncmd )
Jawab : saat disuruh input "Hostname of IP Address of Destination", pastikan di kosongkan saja jangan diinput apa2 begitu juga pas disuruh input "Specify Virtual Hub Name". Kalau masih error juga, step itu dilewatkan saja nanti settingnya lewat VPN Server Manager.
Why I cannot enter the command 'chmod 600 * '
cd command > may folder you visit inaccurate