Subject: Re: ipnat
To: None <netbsd-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: netbsd-users
Date: 03/07/2006 17:10:43
On Mon, Mar 06, 2006 at 12:41:49PM +0000, Patrick Welche wrote:
> Should ipnat's statistics really be monotonically increasing?
> 
> # ipnat -s
> mapped  in      17877109        out     15501105
> added   442065  expired 0
> no memory       14499   bad nat 19
> inuse   2491
> rules   44
> wilds   4294967294
> 
> There comes a point where it seems one can't make new connections (as in
> you have to be lucky, or try often). The ipf side of things is fine..
> The "no memory" part above looks worrying - what type of memory is ipnat
> running out of? What can one do about it?

Thanks for tips - I'll look into the memory side of things. Now for the
surprise: I didn't touch anything, traffic seems to be flowing well, and
I have

# ipnat -s
mapped  in      52522029        out     43982482
added   1154425 expired 0
no memory       14499   bad nat 19
inuse   9889
rules   44
wilds   0

So what are wilds?

Cheers,

Patrick