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

Re: [Condor-users] linux configuration....



> is there something that i should do to the /etc/hosts file. why am i
> able to ping/access the 'central manager' machine (lserver5) from the
> client machine (lserver2) by simply 'ping lserver5'....

When you ran the condor setup script it looked in /etc/hosts to get the
ip address of your computer. Ping, on the other hand, uses DNS. You'll
need to add/edit the NETWORK_INTERFACE setting in condor_config.local
and change it from 127.0.0.1 to the ip address of lserver5.

        --Nate