Put my Mango server on web
-
i want to know how to put Mango on the web, i got a static ip from my ISP and i want to know how i can use it
-
You need to configure your router to do port forwarding to your mango instance. The specifics depend on your router, so check its documentation.
-
there is port forwarding in my router and i tried to use it but it didn't work can you check the configuration with me??
-
Hi Walid,
If your Mango is running op port 8080 (you access it on your localhost with http://localhost:8080), then you could configure your router under NAT/portforwarding/application_sharing (depends on your router) like this: set it to forward public TCP port 8080 of your router (or perhaps 80 if you like) to the LAN IP address and TCP port 8080 of the machine on your LAN (for example 192.168.0.1).
Perhaps stating the obvious, but ofcourse you should use a static LAN address for you server as well, or alternatively configure your router to always assign the same IP address to the paricular ethernet MAC address of your server.