<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[IPsec VPN with smartphones and FreeBSD 8.3 - some patches for netipsec&#x2F;key.c]]></title><description><![CDATA[<p dir="auto">Interesting post from freebsd-net mailing list:</p>
<p dir="auto">http://lists.freebsd.org/pipermail/freebsd-net/2012-September/033170.html</p>
<blockquote>
<p dir="auto">Andreas Longwitz longwitz at incore.de<br />
Wed Sep 5 13:10:02 UTC 2012<br />
Support for IPSec VPN's: some patches for netipsec/key.c</p>
<p dir="auto">Hi, as continuation of<br />
http://lists.freebsd.org/pipermail/freebsd-stable/2012-April/067307.html<br />
I like to describe what I have done to get smartphones with IPSec VPN's<br />
working with a FreeBSD 8.3 server.</p>
<p dir="auto">The clients are IPhones with Cisco IPSec (authentication_method<br />
xauth_rsa_server in tunnel mode) and Androids with L2TP over IPSec<br />
(authentication_method rsasig in transport mode). On the server I have<br />
FreeBSD 8.3 with NAT-T support and the ports ipsec-tools-0.8.0_2 and<br />
mpd-5.5.</p>
<p dir="auto">To filter all packets in transport and tunnel mode on the enc0<br />
interface, I use net.enc.out.ipsec_filter_mask=1 and<br />
net.enc.in.ipsec_filter_mask=3. Further my server has included<br />
the patches given in kern/146190 to ignore checksums and kern/169620 to<br />
avoid packet bypass on ngX.</p>
<p dir="auto">The following patches are all for netipsec/key.c:</p>
<p dir="auto">[…]</p>
</blockquote>
]]></description><link>https://forum.netgate.com/topic/48343/ipsec-vpn-with-smartphones-and-freebsd-8-3-some-patches-for-netipsec-key-c</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 19:47:04 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/48343.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Sep 2012 11:37:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to IPsec VPN with smartphones and FreeBSD 8.3 - some patches for netipsec&#x2F;key.c on Thu, 06 Sep 2012 13:23:43 GMT]]></title><description><![CDATA[<p dir="auto">There have been IPsec+L2TP patches around for a long time, the problem is they require allowing anonymous PSKs, which is a bit of a security risk.</p>
<p dir="auto">I haven't looked at this guy's code yet though, for some reason the list archive isn't loading for me right now.</p>
]]></description><link>https://forum.netgate.com/post/354634</link><guid isPermaLink="true">https://forum.netgate.com/post/354634</guid><dc:creator><![CDATA[jimp]]></dc:creator><pubDate>Thu, 06 Sep 2012 13:23:43 GMT</pubDate></item></channel></rss>