[6.x patchset] Ipfw nat and libalias modules

2006-05-14 Thread Paolo Pisati
Released a new revision of my libalias+ipfw work as a patchset for 6.x, get it here: http://mercurio.srv.dsi.unimi.it/~pisati/libalias/libalias-6.x.tgz fixed the checksum corruption occurring to redirected/generated traffic to/by a local interface on the nat box. For more info: http://wikitest

Re: [6.x patchset] Ipfw nat and libalias modules

2006-05-03 Thread Iasen Kostov
On Tue, 2006-05-02 at 18:24 +0200, Paolo Pisati wrote: > On Tue, May 02, 2006 at 02:38:35PM +0300, Iasen Kostov wrote: > > Have you done any performace comparisons with pf's NAT ? I realy would > > prefer libalias based kernel NAT than pf because libalias works better > > with ftp, irc dcc and thin

Re: [6.x patchset] Ipfw nat and libalias modules

2006-05-03 Thread Iasen Kostov
On Tue, 2006-05-02 at 12:04 -0400, Scott Ullrich wrote: > On 5/2/06, Iasen Kostov <[EMAIL PROTECTED]> wrote: > [snip] > > Btw what is the status of the multi-session to the same > > point PPTP NAT (e.g call ID tracking) ? > > PF's NAT has the same problem. We have this come up quite often on > p

Re: [6.x patchset] Ipfw nat and libalias modules

2006-05-02 Thread Paolo Pisati
On Tue, May 02, 2006 at 02:38:35PM +0300, Iasen Kostov wrote: > Have you done any performace comparisons with pf's NAT ? I realy would > prefer libalias based kernel NAT than pf because libalias works better > with ftp, irc dcc and things like that (VoIP would be nice too :P ). So > the only reason

Re: [6.x patchset] Ipfw nat and libalias modules

2006-05-02 Thread Scott Ullrich
On 5/2/06, Iasen Kostov <[EMAIL PROTECTED]> wrote: [snip] Btw what is the status of the multi-session to the same point PPTP NAT (e.g call ID tracking) ? PF's NAT has the same problem. We have this come up quite often on pfSense where someone wants to make multiple connections through the fir

Re: [6.x patchset] Ipfw nat and libalias modules

2006-05-02 Thread Iasen Kostov
On Sun, 2006-04-30 at 15:57 +0200, Paolo Pisati wrote: > I just released a new revision of my libalias+ipfw work as a > patchset for 6.x, get it here: > http://mercurio.srv.dsi.unimi.it/~pisati/libalias/libalias-6.x.tgz > > To apply it: > > cp libalias_ipfw.patch /usr/src > cd /usr/src > patch

[6.x patchset] Ipfw nat and libalias modules

2006-04-30 Thread Paolo Pisati
I just released a new revision of my libalias+ipfw work as a patchset for 6.x, get it here: http://mercurio.srv.dsi.unimi.it/~pisati/libalias/libalias-6.x.tgz To apply it: cp libalias_ipfw.patch /usr/src cd /usr/src patch -p3 < libalias_ipfw.patch then you have to recompile & install: kernel