Re: How do I tell orbit to use eth0/tcp?



Code writes:

> When I shutdown lo interface my client and server will not
> communicate on the same machine. How do I tell orbit to use eth0 so
> my client and server can work on separate different machines?
> 

What is in your /etc/hosts file? If the ORB is trying to communicate
to the other host (though its not really the other host) via 127.0.0.1
then there is no route.

Here's part of mine:

127.0.0.1		localhost
192.168.0.30	        liliwhite.renaissance.oasis

localhost resolves to 127.0.0.1 as it should but if liliwhite
resolves to this (such as if the first line looked like:

127.0.0.1              localhost liliwhite

) then the only route would be via lo.

Elizabeth



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