標題: Openconnect VPN server installation instruction for debian wheezy Rasberry Pi or ARM [打印本頁] 作者: ckleea 時間: 2015-5-3 21:28 標題: Openconnect VPN server installation instruction for debian wheezy Rasberry Pi or ARM
最後
# Get OCServ
mkdir /usr/src/ocserv
cd /usr/src/ocserv
wget ftp://ftp.infradead.org/pub/ocserv/ocserv-0.10.4.tar.xz # as of today, latest=0.8.4
tar xvf ocserv-0.10.4.tar.xz
cd ocserv-0.10.4
./configure --prefix=/usr --sysconfdir=/etc --disable-seccomp
make
make install
mkdir /etc/ocserv
cp doc/sample.config /etc/ocserv/
mv /etc/ocserv/sample.config /etc/ocserv/ocserv.conf作者: ckleea 時間: 2015-5-11 06:53
唔建议大家系 working images 整,因为太多 dependencies issues,整完了会有机会 break the image作者: ckleea 時間: 2015-5-11 07:16