Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [condor-users] Network in Linux-Cluster and MPI
- Date: Tue, 28 Oct 2003 13:55:19 +0100
- From: Walter Penits <walter.penits@xxxxxxxxxxxx>
- Subject: Re: [condor-users] Network in Linux-Cluster and MPI
Maybe you should read this for information/inspiration
http://www.cs.wisc.edu/~sschang/DPF_setup.htm
My simple mixed-Cluster (CM is on the gateway) use static routes and local etc/hosts files
Simplified:
eth0=condor.for.the.campus-pool a.b.c.d ; campus-pool
eth1=condor-beowulf.for.the.private-net 192.168.3.1 ; private net
Condor-Master is on eth0 (condor.for.the.campus-pool)
Routing-Table:
192.168.3.* -> 192.168.3.1 eth1
a.b.c.* -> a.b.c.d eth0
default -> standard gateway
HTH
Walter
(Btw: Maybe you should see your network admin before connecting networks)
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>