-
Notifications
You must be signed in to change notification settings - Fork 45
Description
hi.
我在服务器端和客户端都安装了shadowvpn.
客户端:
$ sudo shadowvpn -c /etc/shadowvpn/client.conf -s start
Password:
Tue Nov 10 22:47:39 2015 warning: concurrency is temporarily disabled on this version, make sure to set concurrency=1 on the other side
started
$
服务器端:
root@AR:/ShadowVPN# ls/ShadowVPN# ps aux|grep shadowvpn
aclocal.m4 config.h.in COPYING libtool openwrt tests
autogen.sh config.log debian ltmain.sh packaging tools
autom4te.cache config.status depcomp Makefile README.md
CHANGES config.sub dist-build Makefile.am samples
config.guess configure install-sh Makefile.in src
config.h configure.ac libsodium missing stamp-h1
root@AR:
root 2008 0.0 0.1 3584 812 pts/0 S+ 09:57 0:00 grep shadowvpn
root 28867 0.0 0.0 1820 532 ? Ss 11月09 0:00 shadowvpn -c /etc/shadowvpn/server.conf -s start
root@AR:~/ShadowVPN#
ps aux|grep shadowvpn的结果显示服务器端的shadowvpn在运行中。
客户端的shadowvpn和服务器端的shadowvpn都在运行中,可惜就是翻不了墙。不知为什么?