Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Port ranges for collector and negotiator?
- Date: Wed, 4 May 2005 12:40:58 -0500
- From: Zachary Miller <zmiller@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Port ranges for collector and negotiator?
On Wed, May 04, 2005 at 06:25:18PM +0100, Bruce Beckles wrote:
>
> By "any port you like" you presumably mean any port in the range Sonny
> gives above? So, for instance, the following would *not* be valid:
>
> COLLECTOR_HOST = $(CONDOR_HOST):222
> NEGOTIATOR_HOST = $(CONDOR_HOST):222
correct, currently. however, i have modified condor to allow you to bind to a
privileged port (< 1024) but this is not even part of 6.7 yet. some people who
run condor as root may wish to run it where normal users cannot start their
own daemons listening.
> or
>
> [in the config file of the machine specified by CONDOR_HOST]:
> LOWPORT = 5000
> HIGHPORT = 6000
> COLLECTOR_HOST = $(CONDOR_HOST):7229
> NEGOTIATOR_HOST = $(CONDOR_HOST):7229
specifying an explict port will work, even if it is outside of the
(LOWPORT,HIGHPORT) range.
cheers,
-zach