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

Re: [Condor-users] Adding private network nodes to condor



I don't this setting will allow submit nodes outside the private network to see all the
nodes inside the private network.
 
The following may be possible:
* Use GCB
* Submit node is on cluster head node (negotiator might still have problems here)
* Allocate public addresses
 
For more information on firewalls  and NATs in Condor, see
http://epubs.cclrc.ac.uk/work-details?w=34452
 
For more on GCB:
http://www.cs.wisc.edu/condor/manual/v6.9/3_7Networking.html#23192
 
Cheers
 
JK
 
 -----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx]On Behalf Of Natarajan, Senthil
Sent: Wednesday, June 06, 2007 3:02 PM
To: 'Condor-Users Mail List'
Subject: [Condor-users] Adding private network nodes to condor

Hi,

I am trying to add a cluster of machines (with the head node has public IP address and accessible to public, other nodes are private and can’t be accessible to public) to the existing Condor pool.

 

I installed condor on head node and private nodes, and I added this in head node condor_config file

BIND_ALL_INTERFACES = TRUE

But still I couldn’t see those private nodes on Condor pool.

 

How to make those private nodes also part of Condor pool is there any better solution to make use of ideal cycles of those private nodes.

 

Thanks,

Senthil