3

I'm using a network camera (IPCAM), connected by wifi to a Netgear (Nighthawk 8000) router which is behind a Comcast cablemodem. I just found out that on my cell phone, running the CAMHi app (made by the camera manufacturer), I can see the stream from the camera even though I'm not on my LAN (am far away, on Verizon network). I do not want the feature where I can access it from outside the house - I want to keep the data inside the LAN. I would have thought this is blocked by default on the router, but it seems that it's sending ID info and a video feed back to the company mother ship. Is this expected behavior for such setups and what is the best way to block it?

1 Answers1

1

The webcam apparently uses Universal Plug and Play (UPnP) to open ports on the router that allow it to connect to the manufacturer's website. The phone app uses the same website to connect to the webcam, probably using it only as intermediary for connecting but does not stream video through the website (for throughput reasons).

To block it, you could disable UPnP on the router. If the Nighthawk is here just working as an extender, you should do that on the Comcast.

Note that this may block other apps from connecting out to the internet, if they use dynamic UPnP ports. This won't stop the browser, but will block for example most torrent clients. The remedy would be for each such application, to set it to use a static port number, and set the router to forwarded this port to your computer.

harrymc
  • 498,455