1.update & install development tools
4.pindah ke directory /usr/local/ dan buat startup scriptnya
setelah sukses start, sekarang setting password admin
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"
yum update2.install gcc & libpcap
yum groupinstall "Development Tools"
yum -y install gcc*3.download,extract dan jalankan
yum -y install libpcap*
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.gzJika muncul pertanyaan pilih aja semua yes atau ketik angka 1 lalu enter
cd vpnserver
make
4.pindah ke directory /usr/local/ dan buat startup scriptnya
cd ..Masukan scrip berikut ini
mv vpnserver /usr/local
cd /usr/local/vpnserver/
chmod 600 *
chmod 700 vpncmd
chmod 700 vpnserver
nano /etc/init.d/vpnserver
#!/bin/shtutup denagan tekan tombol ctrl+x lanjut
# 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
chmod 755 /etc/init.d/vpnserverJika instalasinya sukses atau benar akan seperti ini
/sbin/chkconfig --add vpnserver
/etc/init.d/vpnserver start
setelah sukses start, sekarang setting password admin
./vpncmdsekarang manage servernya
1
enter
enter
VPN Server>ServerPasswordSet
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"




ConversionConversion EmoticonEmoticon