Terry Lambert wrote:
> 
> Kenneth Wayne Culver wrote:
> >
> > I think I found the reason that my FreeBSD box is performing
> > so poorly as a NATing router. When I do an ipnat -l to see
> > what "active connections" are there on the router, a list
> > about 3 pages long (using ipnat -l | more) appears. I think
> > maybe it's having trouble because for every packet coming in
> > and out of the router, it's got to look at that list of
> > active connections for the right one to send to and from. Is
> > there any way to make connections that aren't being used go
> > away from the NAT faster? Thanks a lot.
> 
> Don't run unnecessary daemons.
> 
> The pcb lookups are a linear traversal, as well, and for
> a large number of connections, the calllout wheel for
> timers sucks.
> 
> -- Terry

Is there a way to get similar stats from natd?

jim
-- 
ET has one helluva sense of humor!
He's always anal-probing right-wing schizos!

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to