Mailing List Archives
	Authenticated access
	
	
     | 
    
	 
	 
     | 
    
	
	 
     | 
  
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] submit on public, execution on private network
- Date: Mon, 15 Mar 2010 16:31:11 -0700
 
- From: kristian kvilekval <kris@xxxxxxxxxxx>
 
- Subject: Re: [Condor-users] submit on public, execution on private network
 
On Mon, 2010-03-15 at 15:57 -0700, kristian kvilekval wrote:
> On Mon, 2010-03-15 at 17:37 -0500, Dan Bradley wrote:
> > Oops.  I misread your situation.  My recommendation was appropriate
> for 
> > a submit node in a private network connecting to execute nodes on a 
> > public network.
> > 
> > When the submit node is public and the execute nodes are private,
> the 
> > configuration lines I recommended should instead be placed in the 
> > configuration of the execute nodes.
> 
> 
Works perfectly now.. as you suggested. 
I changed the to be a fixed string. 
PRIVATE_NETWORK_NAME = SOMETHING_RANDOM
so that the know would share the network.
Thanks for the responses.