You are not authorised to read all content in this post.
Please login…
sskaje's blog, study & research on technology
You are not authorised to read all content in this post.
Please login…
This post is not yet finished
OpenConnect is an open source implementation of Cisco’s AnyConnect SSL VPN which is natively supported by iOS(You can create profile with Apple Configurator like iOS IPSec VPN Server on Ubuntu).
OpenConnect VPN Server can be found on http://www.infradead.org/ocserv/ and downloaded from ftp://ftp.infradead.org/pub/ocserv/, manual http://www.infradead.org/ocserv/manual.html
Let’s build it on Ubuntu 13.10!
1 2 3 |
wget ftp://ftp.infradead.org/pub/ocserv/ocserv-0.3.0.tar.xz tar xvf ocserv-0.3.0.tar.xz cd ocserv-0.3.0 |
1 2 3 |
apt-get install libwrap0-dev libpam0g-dev libdbus-1-dev libreadline-dev \ libnl-route-3-dev libprotobuf-c0-dev libpcl1-dev libopts25-dev \ autogen libgnutls28 libgnutls28-dev libseccomp-dev |
Continue reading “OpenConnect on Ubuntu” »
I Google-ed a lot configuring IPSec VPN for iOS with OpenSwan, nothing useful but Iphone/Ipad/Mac OSX IPSEC VPN with Strongswan 5 on Centos/RHEL 6 which is on RHEL/CentOS and with strongswan found. I tried to configure openswan like strong swan, failed.
StrongSwan‘s official wiki helps a lot: http://wiki.strongswan.org/projects/strongswan/wiki/IOS_(Apple)/23
iOS 4 and newer supports native IPsec VPN via IKEv1 (otherwise referred to as Cisco IPSec in iOS) and is able to interoperate with strongSwan.
OS X 10.9
openssl from macports(OpenSSL 1.0.1f 6 Jan 2014).
Apple Configurator
Ubuntu 13.10
StrongSwan
iPhone
iOS 7.0.5
Continue reading “iOS IPSec VPN Server on Ubuntu” »
From: https://help.ubuntu.com/community/PPTPServer and https://help.ubuntu.com/community/L2TPServer
This is an integrated & simplified intro about installing pptp/l2tp server on ubuntu 12.04.
pptpd, xl2tpd, openswan are needed.
ppp should be installed by default, you can apt-get install ppp
just for sure.
dnsmasq is needed to simplify dns issue.
So, just type commands:
1 |
sudo apt-get install pptpd openswan l2tpd dnsmasq |
Server ip is assigned as: 192.168.210.1
Client ip are in : 192.168.210.100~192.168.210.200
Continue reading “Notes: PPTP/L2TP Server on Ubuntu” »