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

Re: [Condor-users] Two domains



On Tue, Jul 12, 2005 at 01:52:18PM -0700, Bruno Miguel Tavares Goncalves wrote:
> Hi,
> 
> I have condor working with machines on two different subnets 192.168.139.xand 
> 192.168.138.x going through two physical network cards (eth1 and eth2, 
> respectively) and a third nework card (eth0) for comunication with the 
> exterior 170.x.x.x. Are you saying that this is supposed to be impossible? 
> I'm currently using 6.7.5.

It works with a little trick. I have the same setup and achieved it.

Condor is listening on 192.168.74.44.
The condor machine has interfaces on 192.168.74.44 and 192.168.75.44.

My networks are 192.168.74.0 and 192.168.75.0.

The machines in the 192.168.74.0 have no problems connecting to 192.168.74.44.

Machines in 192.168.75.0 had routing problems. So I just added a route for
192.168.74.44:

route add 192.168.74.44 gw 192.168.75.44

With this machines from 192.168.75.0 can connect to 192.168.74.44.

That shas solved my problems.

Hope that helps you

Philipp

-- 
If you have problems in Windows: REBOOT
If you have problems in Linux:   BE ROOT