SoftEther VPN adalah salah satu software VPN paling kuat dan termudah di
dunia. Ini adalah freeware, dikembangkan sebagai sebuah proyek
penelitian akademis di Universitas Tsukuba, Jepang.SoftEther VPN direncanakan akan dirilis sebagai open source di tengah
tahun 2013. Lisensi akan GPL (lisensi publik Gnu). sekarang bekerja
untuk "brush-up" kode sumber, dan menerjemahkan komentar dalam bahasa
Inggris sebelum penerbitan kode sumber.
Feature Softether VPN :
Freeware.
(Become open-source in mid 2013.)
Easy to establish both remote-access and site-to-site VPN.
SSL-VPN Tunneling on HTTPS to pass through NATs and firewalls.
Revolutionary VPN over ICMP and VPN over DNS features.
Resistance to highly-restricted firewall.
Ethernet-bridging (L2) and IP-routing (L3) over VPN.
Embedded dynamic-DNS and NAT-traversal so that no static nor fixed IP address is required.
AES 256-bit and RSA 4096-bit encryptions.
Sufficient security features such as logging and firewall inner VPN tunnel.
1Gbps-class high-speed throughput performance with low memory and CPU usage.
Windows, Linux, Mac, Android, iPhone, iPad and Windows Phone are supported.
SSL-VPN (HTTPS) and 6 major VPN protocols (OpenVPN, IPsec, L2TP, MS-SSTP, L2TPv3 and EtherIP) are all supported as VPN tunneling underlay protocols.
The OpenVPN clone function supports legacy OpenVPN clients.
IPv4 / IPv6 dual-stack.
The VPN server runs on Windows, Linux, FreeBSD, Solaris and Mac OS X.
Configure All settings on GUI.
Multi-languages (English, Japanese and Simplified-Chinese).
Berikut cara instalasinya
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
Selesai,dipostingan berikutnya nanti kita coba cara konfigurasi softether vpn server
Cara Seting Softether vpn klien
klik disini
Jika ada pertanyaan mengenai Cara install Softether VPN Server silhkan komentar