creating url to use instead of ip address for aolserver used in project open

Viewed 1982

In Project-Open tool, aolserver is used to host the application and is accessed using the ip address of the server like 172.XX.XX.XX:8000. Now I don't want to make this ip address public. I tried to create and use url (by making some changes in the config.tcl ) for this but couldn't do so.

Please let me know if my question is not clear enough.

thanks in advance!!!

4 Answers

I understand you are running ]project-open[ on a local server on port 8000 and you want to make this service visible to the Internet, right? There are several steps required:

  1. In your Internet router, you will need to open a port (80 or 8000).

  2. You need to forward incoming traffic on your router to the ]project-open[ server. You can do this using a forwarding rule or similar. Please check your router.

  3. You probably want to setup a URL using DynDns, Dynu or other DNS providers pointing to your Internet router, and changing in case your router's IP is also changing (SOHO router).

  4. In ]po[ you will need to set the redirection URL accordingly. Depending on the port, you may want to set Admin -> Parameters -> "SuppressHTTPPort" to 1

Related