On 2013-11-25, Benjamin Epitech <[email protected]> wrote: > Hello, > > I am new to the concept of IPSec VPNs and although there are many tutorials > to set one up with isakmp (8), I find there is less resources on setting up > one with the newer iked. > > Can someone give me the main steps required to set up an IPSec VPN with > iked? I understand this is still under development, but what are its > limitations? Would it work with Android phones and Windows 8.1? > > I generated some keys using the examples in the iked presentation, I wrote > a very simple and nonrestrictive iked.conf and launched iked. Now what? I > have no idea what to do and I would really want to try it. > > Thanks, > Ben. > >
For Android phones the standard way to do VPNs is l2tp-over-ipsec (IKE). You can do this with npppd and isakmpd (iked is for IKEv2 which is not compatible with IKE). There was an old undeadly post with information about server-side setup, but the configuration syntax has changed since then; try these slides for something more current: http://www.slideshare.net/GiovanniBechis/npppd-easy-vpn-with-openbsd This should also work with Windows where setup looks something like http://torguard.net/knowledgebase.php?action=displayarticle&id=67

