Usually you need to open a port for access from outside your network. As I don't know enough of your setup here a some steps to help you on your way.
- check which port is required to be open, default maximo is port 80 (most http servers are default port 80.
- check if you have a public ip address (this is a requirement). If you don't have a public address you can use dns tools to forward traffic to you.
- open the port on your router, this can be different on routers, but the key point is to open the port you found in step 1 (probably port 80)
**
to check which port you need to open is simple:
**
if your address looks like http://ipaddressornameofyourserver/maximo
then it's port 80.
if it's something like http://ipaddressornameofyourserver:****/maximo
the ****
is your port.
to check if you have a public ip
- ask you isp
- check your ip using whatsmyip (see if it changes from time to time, if it changes you don't have a public IP, but this could take some time)
- ask your IT personnel, if you're not from the IT department yourself and if you have an IT department.
to open the port in your router
- check with the it department (again if you are not the in the department yourself or if you are part of it)
- consult your router guides
Usually you will find it under:
- port forwarding
- application ports
- firewall rules
don't forget
Sometimes their are both a firewall (hardware or software) that could block traffic going to/from you server, please allow or disable that firewall too. Remember this is not the same firewall found on your server (the one you already disabled)