download:
wget http://www.softether.co.jp/jp/download/file.aspx/37520A8DB099EC339A07F95D005370B22CA9E67C/vpnclient-5280-rtm-linux-x64.tar.gz
tar xzvf vpnclient-5280-rtm-linux-x64.tar.gz
cd vpnclient
make
notice:
cannot find -lcurses
solution:
copy these two files under /usr/lib64
libncurses.a
libncurses.so
to vpnclient install directory. and:
vi Makefile
change:
-lcurses
to:
-lncurses -L.
final:
make
How to access vpn client:
./vpncmd localhost
configure:
cd /usr/local/vpnclient/
./vpncmd
select 2 and enter next, you will getm VPN Client:
command: (exam:fujikazu /fujikazu123456)
create name:
NicCreate VPNChina
configure args:
AccountCreate VPNChina /SERVER:vpn.a-it.jp:8888 /HUB:CHINA-HUB /USERNAME:fujikazu /NICNAME:VPNChina
set up vpn:
AccountStartupSet VPNChina
set password:
AccountPasswordSet VPNChina /PASSWORD:fujikazu123456 /TYPE:standard
connect vpn:
AccountConnect VPNChina
cut off vpn:
AccountDisconnect VPNChina
test:
ping 192.168.6.52
It 's OK if ping reachable.