Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] negotiator on multiple network interfaces?
- Date: Wed, 19 Jul 2006 20:28:14 -0500
- From: mjinks@xxxxxxxxxxxx
- Subject: [Condor-users] negotiator on multiple network interfaces?
Complete newbie here. This may be a dumb question, but so far I haven't
been able to find the answer on my own...
We have a central manager which lives on the border of a private
network. So far all of its compute nodes are on the inside, with
192.168.0/24 addresses.
We'd like to start adding Condor nodes which live on our public net
(128.135/16), but I've just noticed that Condor appears to be listening
only on the 192.168.0 interface:
$ netstat -na | grep 9618
tcp 0 0 192.168.0.1:9618 0.0.0.0:* LISTEN
tcp 0 0 192.168.0.1:9618 192.168.0.1:51972 TIME_WAIT
tcp 0 0 192.168.0.1:9618 192.168.0.1:51971 TIME_WAIT
udp 0 0 192.168.0.1:9618 0.0.0.0:*
Where is this controlled? Can I make the negotiator bind to all
available interfaces?
Thanks,
--Michael