This actually sounds like a problem I hit once where the default
settings actually restrict the number of ports.
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.ine
On Wed, 10 Oct 2001, Nguyen-Tuong Long Le wrote:
> Hello Alex,
>
> Thanks very much for your reply!
>
> Just our of curiosity, what is the use of
> net.inet.ip.portrange.hifirst and net.inet.ip.portrange.hilast ?
>
> Thanks,
> Long
hifirst and hilast represent the range of ports that we should
On Wed, 10 Oct 2001, Nguyen-Tuong Long Le wrote:
> Just our of curiosity, what is the use of
> net.inet.ip.portrange.hifirst and net.inet.ip.portrange.hilast ?
Even FreeBSD gurus/committers are unsure :-)
http://people.freebsd.org/~adrian/sysctl.descriptions
The answer is in "man ip".
Hello Alex,
Thanks very much for your reply!
Just our of curiosity, what is the use of
net.inet.ip.portrange.hifirst and net.inet.ip.portrange.hilast ?
Thanks,
Long
On Tue, 9 Oct 2001, Alex Rousskov wrote:
>
> Are you running out of ephemeral ports? See net.inet.ip.portrange
> sysctl or do yo
In article <[EMAIL PROTECTED]>,
Nguyen-Tuong Long Le <[EMAIL PROTECTED]> wrote:
>
> I have a software that simulates web clients and servers to create
> network congestion (for the purpose of doing research in network
> congestion). In our experiment, a client opens an HTTP connection
> to a ser
Are you running out of ephemeral ports? See net.inet.ip.portrange
sysctl or do your own port management.
Alex.
On Tue, 9 Oct 2001, Nguyen-Tuong Long Le wrote:
> Hi all,
>
> I have a software that simulates web clients and servers to create
> network congestion (for the purpose of doing resear
Hi all,
I have a software that simulates web clients and servers to create
network congestion (for the purpose of doing research in network
congestion). In our experiment, a client opens an HTTP connection
to a server, fetches a number of objects, and then closes the
connection. A problem I seem