We have a core of our Condor cluster running on machines with statically
assigned addresses and all is fine. Version 7.4, amd64 Linux. I would
like to add some DHCP-configured (with dynamic DNS updates) Linux
workstations to the pool, but I cannot figure out condor_config.local
settings for a dynamic node. When NETWORK_INTERFACE is not specified,
Condor node always seems to advertise itself to the central manager as
127.0.0.1. I tried BIND_ALL_INTERFACES=true|false and setting the
DEFAULT_DOMAIN_NAME. Is there a trick to make Condor advertise the
DHCP-configured external interface instead of 127.0.0.1?