Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2004 04:47:11 -0700
From:      Darren Reed <darrenr@hub.freebsd.org>
To:        Andre Oppermann <andre@freebsd.org>
Cc:        Mike Tancsa <mike@sentex.net>
Subject:   Re: cvs commit: src/sys/netinet in_pcb.c
Message-ID:  <20040427114711.GA85273@hub.freebsd.org>
In-Reply-To: <408D5832.83F3B979@freebsd.org>
References:  <200404232331.i3NNVsXV094917@repoman.freebsd.org> <6.0.3.0.0.20040423224055.0898cfe0@64.7.153.2> <20040423220212.C1915@odysseus.silby.com> <408D5832.83F3B979@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 26, 2004 at 08:42:58PM +0200, Andre Oppermann wrote:
> Mike Silbersack wrote:
> > On Fri, 23 Apr 2004, Mike Tancsa wrote:
> > 
> > > Hi, thanks for this commit.  I notice,
> > >
> > > net.inet.ip.portrange.lowfirst: 1023
> > > net.inet.ip.portrange.lowlast: 600
> > > net.inet.ip.portrange.first: 1024
> > > net.inet.ip.portrange.last: 5000
> > > net.inet.ip.portrange.hifirst: 49152
> > > net.inet.ip.portrange.hilast: 65535
> > > net.inet.ip.portrange.randomized: 1

>From NetBSD:
net.inet.ip.anonportmin = 49152
net.inet.ip.anonportmax = 65535
net.inet.ip.lowportmin = 600
net.inet.ip.lowportmax = 1023
net.inet6.ip6.anonportmin = 49152
net.inet6.ip6.anonportmax = 65535
net.inet6.ip6.lowportmin = 600
net.inet6.ip6.lowportmax = 1023

...which look like the RFC specified numbers, to me.

Darren



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040427114711.GA85273>