Re: Are multiple settings required for ephemeral ports on the mesos agent?

2016-05-20 Thread haosdent
Thank you for your explanation, for osx. There are two config item to specify the free random port range. net.inet.ip.portrange.first and net.inet.ip.portrange.last You could use sysctl to set them as well. On Fri, May 20, 2016 at 9:46 PM, DiGiorgio, Mr. Rinaldo S. < rdigior...@pace.edu> wrote:

Re: Are multiple settings required for ephemeral ports on the mesos agent?

2016-05-20 Thread haosdent
Sorry, confusing here, you mentioned that you use OSX. >I am not using network isolation, since it doesn’t appear to be supported on OSX. Which conflict with >I have configured some Linux machines 4 of them to run several So you use OS X or Linux? For ephemeral communication port in mesos, it

Re: Are multiple settings required for ephemeral ports on the mesos agent?

2016-05-20 Thread DiGiorgio, Mr. Rinaldo S.
On May 20, 2016, at 09:38, haosdent > wrote: Sorry, confusing here, you mentioned that you use OSX. >I am not using network isolation, since it doesn’t appear to be supported on >OSX. Which conflict with >I have configured some Linux machines 4

Are multiple settings required for ephemeral ports on the mesos agent?

2016-05-20 Thread DiGiorgio, Mr. Rinaldo S.
Hi, I have configured some Linux machines 4 of them to run several thousand tests which use many different ports. I have change the ephemeral port range to: net.ipv4.ip_local_port_range = 61000 65500 I am not using network isolation, since it doesn’t appear to be supported on OSX. Does the