CLOSED: Cannot connect remotely
Posted: Thu Jul 23, 2009 11:30 pm
I am deploying an Omero server on Ubuntu 9 and I am having trouble connecting to the Omero server remotely. As a first step I am using the Django web server and I followed the install configuration steps. When I type "http://<my ip>:8000/webclient" the connection doesn't happen. On the remote machine I can connect with http://localhost:8000/webclient/. I noticed there was a section in the troubleshooting page about this problem and I followed the suggestions and added to the /etc/hosts file, but no change. I edited omero_dist/etc/grid/templates.xml and added to the WebTemplate section <option><my ip address>:8000</option>. My remote machine has port 8000 open. Any suggestions how to fix my problem?