by richmitc » 18 Jul 2007, 02:41
I'm back....
Thumbnails became available for 2.0 (thanks Ray) so that I have tried to install it on my "production" box. This RMI problem is back. From what I read in other posts in these forums, MANY other people are having the same problem.
I believe I have narrowed it down to a NAT issue. I eliminated firewall as the problem by temporarily disabling it. Of course, certain ports must be open on the firewall, but I just wanted to see if an unopened port was the problem. It was not.
Here is the lowdown.... My "production" box is behind a Linksys router. The router is set up to pass through Internet traffic to my box. The public Internet IP is say w.x.y.z. The box has an IP of 192.168.m.n on my local network. If I put the host name in the form of host.xxxx.com or just host in the /etc/hosts file with the local network IP of 192.168.m.n, I get the "ObjID already in use" error. If I put it in with an IP of w.x.y.z, I get a "192.168.m.n is a non-local host" error. Catch-22. Either way it doesn't work.
I've noticed other posts on the Internet where people have had this generalized problem with RMI and NAT. They had to alter source code to make it work. I will download the source code and check into that possibility.
Meanwhile, can someone point out to me, and from what I can see, many others who appear to have this NAT problem, how to fix it with just settings.
Thanks.