[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Port ranges for collector and negotiator?



On Wed, May 04, 2005 at 11:41:35AM -0500, Se-Chang Son wrote:
> The range should be:
> 
> 1024 <= LOWPORT < HIGHPORT <= 65535
> 
> However, the range is ignored for well known addresses. Therefore, 
> collector and negotiator will use 9618 and 9614 for collecting 
> advertizements and negotiation, repectively, even if the range does not 
> include those ports.

true.  to add a bit more info, they collector and negotiator will use 
those ports by default.  you can select any port you like with:
  COLLECTOR_HOST = $(CONDOR_HOST):33221
  NEGOTIATOR_HOST = $(CONDOR_HOST):33222


cheers,
-zach