0

I am having NMS application(OpenNMS) running in my intranet network at 172.16.3.32.I have developed an android application which call the webservices running on the NMS machine.I have successfully tested this in my emulator from my p.c.Now i am planning to test the same app from a real device. So i think my existing NMS should be accessed through internet. How could i achieve this?

Regards.

2 Answers2

0

Check your router model and follow the guide on portforward.com to forward port 80 to 172.16.3.32. Take a look at dyndns or no-ip if you are using dynamic IP.

quanta
  • 51,413
  • 19
  • 159
  • 217
0

Set up a reverse proxy server in a DMZ to proxy the request back to your NMS server, putting a cheap SSL certificate on the proxy server is a very good idea too if you send login details in the web request. Apache HTTPd for example can do this.

HampusLi
  • 3,478
  • 17
  • 14