Bill Chick
Posts: 0
Joined: Wed May 13, 2015 2:21 pm

How to connect to a Internal device

Hello

I have a question, how do you connect to a device that lives inside an internal network that cannot be seen unless you VPN into the network. The device has an internal ipv4 address and cannot be seen from the outside world. Will we have to setup a NAT or DMZ for the device to be seen by the App?

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

How to connect to a Internal device

Hi Bill,

You can access to this device from this local network with url like "http://192.168.0.23/helloWorld".

Note: this device should have opened web port. For example 80 or 443. And should accept HTTP requests.

Also this technique could be used only on:

  1. mobile devices(with installed native app).

  2. chrome with disable web-security:
    Details: http://stackoverflow.com/questions/31...

    Regards.

Return to “Issues”