Re: New natd available

2002-10-02 Thread Luigi Rizzo
On Tue, Oct 01, 2002 at 09:50:23AM -0700, Lars Eggert wrote: > Andre Oppermann wrote: > > > > In the FreeBSD May-June 2002 Status Report we have announced a natd > > rewrite to make it's configuration options more powerful and support > > more ip addresses to nat to. > > I haven't had time to lo

Re: New natd available

2002-10-01 Thread Webbie
This is great news, thank you guys. This is what I found during my testing. #1. Connecting from w2k behind the fbsd using VPN doesn't work. Using the original natd does not have this problem, #2. rdr, can we redirect udp as well? This is my conf file, divert port natd -> dp1 nat on dp1 from an

Re: New natd available

2002-10-01 Thread Lars Eggert
Andre Oppermann wrote: > > In the FreeBSD May-June 2002 Status Report we have announced a natd > rewrite to make it's configuration options more powerful and support > more ip addresses to nat to. I haven't had time to look at the new natd yet, but the old one would easily get into a state wher

Re: New natd available

2002-10-01 Thread Claudio Jeker
On Tue, Oct 01, 2002 at 08:34:35AM +0300, Ari Suutari wrote: > Hi, > > Great to see natd maintained. As original author, I kind of miss > the long command line options (ie. something like > --daemon in addition to -d). > I used getopt(3) to parse the commandline because I hate to reinvent the w

Re: New natd available

2002-09-30 Thread Ari Suutari
Hi, Great to see natd maintained. As original author, I kind of miss the long command line options (ie. something like --daemon in addition to -d). The new code seems to use always a select-recvfrom combination to get the data. Someone complained to me about the old natd performance when that wa

Re: New natd available

2002-09-30 Thread Andre Oppermann
Robert Watson wrote: > > On Mon, 30 Sep 2002, Andre Oppermann wrote: > > > In the FreeBSD May-June 2002 Status Report we have announced a natd > > rewrite to make it's configuration options more powerful and support > > more ip addresses to nat to. > > > > The first functional preview is availab

Re: New natd available

2002-09-30 Thread Robert Watson
On Mon, 30 Sep 2002, Andre Oppermann wrote: > In the FreeBSD May-June 2002 Status Report we have announced a natd > rewrite to make it's configuration options more powerful and support > more ip addresses to nat to. > > The first functional preview is available here: > > http://diehard.n-r-

Re: New natd available

2002-09-30 Thread Andre Oppermann
Luigi Rizzo wrote: > > Andre, > could you briefly comment how the new libalias+natd differ > (or are planned to differ) from the old one -- e.g. do > they implement keepalives, move-to-front of sessions in the > hash chains, fixe to known bugs in the old one ? The new one has a way more powerful

Re: New natd available

2002-09-30 Thread Luigi Rizzo
Andre, could you briefly comment how the new libalias+natd differ (or are planned to differ) from the old one -- e.g. do they implement keepalives, move-to-front of sessions in the hash chains, fixe to known bugs in the old one ? One common complaint with the old libalias is that performance tend