Re: IPSec NAT-T patch for FreeBSD 7.3

2011-06-03 Thread Bjoern A. Zeeb
;> Many thanks! >> >> I successfully apply this patch >> http://people.freebsd.org/~vanhu/NAT-T/patch-natt-7.2-2009-05-12.diff on >> FreeBSD 7.3-RELEASE and build custom kernel with IPSec NAT-T support. I >> use ipse

Re: IPSec NAT-T patch for FreeBSD 7.3

2011-06-03 Thread Oleg Fedorov
AT-T/patch-natt-7.2-2009-05-12.diff on > FreeBSD 7.3-RELEASE and build custom kernel with IPSec NAT-T support. I > use ipsec-tools 0.7.3 and it works coorectly. > > Thanks again. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/m

Re: IPSec NAT-T patch for FreeBSD 7.3

2010-03-24 Thread Oleg Fedorov
Many thanks! I successfully apply this patch http://people.freebsd.org/~vanhu/NAT-T/patch-natt-7.2-2009-05-12.diff on FreeBSD 7.3-RELEASE and build custom kernel with IPSec NAT-T support. I use ipsec-tools 0.7.3 and it works coorectly. Thanks again

Re: IPSec NAT-T patch for FreeBSD 7.3

2010-03-24 Thread VANHULLEBUS Yvan
On Wed, Mar 24, 2010 at 10:59:05AM +0300, Denis Antrushin wrote: > On 03/24/10 10:14, Oleg Fedorov wrote: > >If exist some IPSec NAT-T patch for FreeBSD 7.3? > > There is patch for 7.2 here: > > http://people.freebsd.org/~vanhu/NAT-T/ Basically, those patchsets will work w

Re: IPSec NAT-T patch for FreeBSD 7.3

2010-03-24 Thread Denis Antrushin
On 03/24/10 10:14, Oleg Fedorov wrote: If exist some IPSec NAT-T patch for FreeBSD 7.3? There is patch for 7.2 here: http://people.freebsd.org/~vanhu/NAT-T/ This short thread is worth reading also: http://www.mail-archive.com/freebsd-net@freebsd.org/msg30675.html (ipsec-tools 0.7.3 is

IPSec NAT-T patch for FreeBSD 7.3

2010-03-24 Thread Oleg Fedorov
If exist some IPSec NAT-T patch for FreeBSD 7.3? Thanks. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: IPSEC NAT-T

2009-11-03 Thread Gabe
- Original Message > From: VANHULLEBUS Yvan > To: Gabe > Cc: freebsd-net@freebsd.org > Sent: Tue, November 3, 2009 2:41:14 AM > Subject: Re: IPSEC NAT-T > > On Sun, Nov 01, 2009 at 09:00:30AM -0800, Gabe wrote: > > Hello, > > Hi. > > > &g

Re: IPSEC NAT-T

2009-11-03 Thread VANHULLEBUS Yvan
On Sun, Nov 01, 2009 at 09:00:30AM -0800, Gabe wrote: > Hello, Hi. > What's the latest "stable" patch available for the latest 7.x source? Stable patches, to be used with ipsec-tools 0.7 branch, are available here: http://people.freebsd.org/~vanhu/NAT-T/ As we're working on backporting FreeBSD

Re: IPSEC NAT-T

2009-11-01 Thread jhell
On Sun, 1 Nov 2009 12:00, nrml@ wrote: Hello, What's the latest "stable" patch available for the latest 7.x source? thanks Checkout http://svn.freebsd.org/base/stable/7 (Subversion Repository) You can also browse back to the root of that tree to get to the ViewVC client to browse t

IPSEC NAT-T

2009-11-01 Thread Gabe
Hello, What's the latest "stable" patch available for the latest 7.x source? thanks ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Where is IPSec NAT-T support?

2006-10-31 Thread Tuc at T-B-O-H.NET
>From Larry: > >> I'm interesting FAST_IPSEC support:-). > > > > if Larry or someone else have quickly some time to do it, please let > > me know. > > > > If no one else port that (it shouldn't be too difficult, but takes > > some time), I'll do it "ASAP". > I'll make the time. Should

Re: Where is IPSec NAT-T support?

2006-09-14 Thread VANHULLEBUS Yvan
On Fri, Sep 15, 2006 at 06:02:38AM +0600, Kamanashis Roy Shuva wrote: > Hi, > You have done a great jop. And I find this useful today. Problem is things > are not working fine. > I have compiled freebsd with the patch > MD5 (freebsd6-natt.diff) = 81d535363981b5e84be77cbf26918ccc > for natt suppor

Re: Where is IPSec NAT-T support?

2006-09-13 Thread Larry Baird
>> I'm interesting FAST_IPSEC support:-). > > if Larry or someone else have quickly some time to do it, please let > me know. > > If no one else port that (it shouldn't be too difficult, but takes > some time), I'll do it "ASAP". I'll make the time. Should have something in the next da

Re: Where is IPSec NAT-T support?

2006-09-13 Thread VANHULLEBUS Yvan
On Sat, Sep 09, 2006 at 08:31:47PM +0900, Norikatsu Shigemura wrote: > On Wed, 6 Sep 2006 09:01:35 +0200 [NAT-T patches] > > - The public patch (A) works for IPSEC, and should apply on both > > RELENG_6 and RELENG_6_1 (some minor patching issues may need to be > > solved by hand, but it's just

Re: Where is IPSec NAT-T support?

2006-09-09 Thread Norikatsu Shigemura
:45:45 2005 +++ sys/netinet/udp.h Sat Sep 9 19:56:15 2006 @@ -44,4 +44,17 @@ u_short uh_sum; /* udp checksum */ }; +/* socket options for UDP */ +#define UDP_ENCAP 100 + +/* Encapsulation types */ +#define UDP_ENCAP_ESPINUDP_NON_IKE 1 /* draft-ietf-ipsec-nat-t-i

Re: Where is IPSec NAT-T support?

2006-09-06 Thread VANHULLEBUS Yvan
Hi. On Mon, Sep 04, 2006 at 01:59:47PM -0400, Scott Ullrich wrote: > On 9/4/06, Bjoern A. Zeeb <[EMAIL PROTECTED]> wrote: > >Are you sure this is a clean RELENG_6_1 with the correct patch? > >MD5 (freebsd6-natt.diff) = 5e7bb5a3203c8959928bf910d5498140 > > Yes it was a clean RELENG_6_1. > > >I co

Re: Where is IPSec NAT-T support?

2006-09-05 Thread Bjoern A. Zeeb
On Mon, 4 Sep 2006, Scott Ullrich wrote: On 9/4/06, Bjoern A. Zeeb <[EMAIL PROTECTED]> wrote: the patch only support kame ipsec. I guess that's the problem. Could you try it building with kame ipsec instead of fast_ipsec and let us know if that worked? That may work okay but then would I loos

Re: Where is IPSec NAT-T support?

2006-09-04 Thread Scott Ullrich
On 9/4/06, Bjoern A. Zeeb <[EMAIL PROTECTED]> wrote: the patch only support kame ipsec. I guess that's the problem. Could you try it building with kame ipsec instead of fast_ipsec and let us know if that worked? That may work okay but then would I loose HIFN support, etc? Scott ___

Re: Where is IPSec NAT-T support?

2006-09-04 Thread Scott Ullrich
On 9/4/06, Eric Masson <[EMAIL PROTECTED]> wrote: Yvan's patch addresses NATT only with KAME stack. He's been talking about work in progress regarding NATT support with FAST_IPSEC on ipsec-tools-devel. Thanks for the clarification. I look forward to when this works with FAST_IPSEC as well :

Re: Where is IPSec NAT-T support?

2006-09-04 Thread Bjoern A. Zeeb
On Mon, 4 Sep 2006, Scott Ullrich wrote: Maybe it is because I am including FAST_IPSEC? I have attempted to build and use a NAT-T kernel on atleast 7 attempts now. Last of which was a couple months ago. the patch only support kame ipsec. I guess that's the problem. Could you try it building

Re: Where is IPSec NAT-T support?

2006-09-04 Thread Eric Masson
"Scott Ullrich" <[EMAIL PROTECTED]> writes: Hi, > Maybe it is because I am including FAST_IPSEC? I have attempted to > build and use a NAT-T kernel on atleast 7 attempts now. Last of which > was a couple months ago. Yvan's patch addresses NATT only with KAME stack. He's been talking about wo

Re: Where is IPSec NAT-T support?

2006-09-04 Thread Scott Ullrich
On 9/4/06, Bjoern A. Zeeb <[EMAIL PROTECTED]> wrote: Are you sure this is a clean RELENG_6_1 with the correct patch? MD5 (freebsd6-natt.diff) = 5e7bb5a3203c8959928bf910d5498140 Yes it was a clean RELENG_6_1. I compiled this on i386 and am64 just a few days ago and everything was fine. Perhap

Re: Where is IPSec NAT-T support?

2006-09-04 Thread Bjoern A. Zeeb
On Mon, 4 Sep 2006, Scott Ullrich wrote: On 9/4/06, Bjoern A. Zeeb <[EMAIL PROTECTED]> wrote: It does apply and compile to RELENG_6_1 and RELENG_6 of some days ago (unless you do not enable the option after applying the patch). At least it did for me. I am partly fine with the "does not work" (

Re: Where is IPSec NAT-T support?

2006-09-04 Thread Scott Ullrich
On 9/4/06, Bjoern A. Zeeb <[EMAIL PROTECTED]> wrote: It does apply and compile to RELENG_6_1 and RELENG_6 of some days ago (unless you do not enable the option after applying the patch). At least it did for me. I am partly fine with the "does not work" (in all cases). I am currently debugging thi

Re: Where is IPSec NAT-T support?

2006-09-04 Thread Bjoern A. Zeeb
On Mon, 4 Sep 2006, Scott Ullrich wrote: On 9/4/06, Norikatsu Shigemura <[EMAIL PROTECTED]> wrote: I'm finding IPSec NAT-Traversal support patch for 6-stable and 7-current. But I could only find it for 6.0-R and 4-stable:-(. Where is IPSec NAT-T su

Re: Where is IPSec NAT-T support?

2006-09-04 Thread Scott Ullrich
On 9/4/06, Norikatsu Shigemura <[EMAIL PROTECTED]> wrote: I'm finding IPSec NAT-Traversal support patch for 6-stable and 7-current. But I could only find it for 6.0-R and 4-stable:-(. Where is IPSec NAT-T support patch? And why does IPSec NAT-T

Where is IPSec NAT-T support?

2006-09-04 Thread Norikatsu Shigemura
I'm finding IPSec NAT-Traversal support patch for 6-stable and 7-current. But I could only find it for 6.0-R and 4-stable:-(. Where is IPSec NAT-T support patch? And why does IPSec NAT-T support be comitted into src tree? NetBSD already supports IPSe