NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

JaycenR's avatar
JaycenR
Aspirant
Jan 30, 2019
Solved

Port Forwarding

Using the R6400v2, and I'm trying to forward a port to an IP camera.  No matter which port I choose, it doesn't show open when I try an Open Port Checker.  Any thoughts on where to start troubelshoot...
  • antinode's avatar
    antinode
    Jan 30, 2019

    > Actual port-forwarding rule?
    > TCP Port 58787 Pointed at the internal IP of the camera

     

       Which part of "Actual" was unclear?  There's no good reason to hide
    your private LAN IP addresses, and the port-forwarding target also
    includes a port number.

     

    > Via a web browser [...]

     

       So, presumably ("http://"), your port-forwarding rule must specify
    internal port 80.  Does it?

     

    > I haven't assigned a static IP at this point, but I it's a small
    > homenetwork, so unless something radical changes, [...]

     

       Like a power interruption anywhere?  A static address is configured
    on the device itself.  You'd probably be happier with a reserved dynamic
    address for the camera, configured on the router (DHCP server):
    ADVANCED > Setup > LAN Setup : Address Reservation.


    > I am not using NAT. [...]

     

    Of course you are.  Your camera IP address (currently "192.168.1.7"?)
    differs from your external IP address.  NAT is what makes that work (if
    it ever does).

     

    > I was worried this might be an issue. I don't know how to get the
    > RMTP for the camera.

     

       You don't need that.  What you do need is a port-forwarding rule
    which specifies the Internal (LAN) port number used by the camera,

    apparently 80.

     

    > [...] From a system on your LAN, using the
    > router's WAN/Internet IP address:external_port?

    > I can get to it from my side of the router via either my PC or my
    > cellphone. [...]


       Using the router's WAN/Internet IP address:external_port?  Not with
    that port-forwarding rule.

     

       If a normal web browser on a system on your LAN works with a simple
    URL (like, say, "http://192.168.1.7"), then the camera must be listening
    at port 80, and your port-forwarding rule must specify internal port 80.

     

       The external port number is your choice, but if it's not 80 (and it
    probably shouldn't be), then you'd need to specify it in any URL which
    includes your external IP address. For example:

     

          http://174.85.c.d:58787

     

       Part of the Translation in NAT is from the external (WAN) IP address
    to the internal (LAN) IP address.  Another part is from the external
    (WAN) port number to the internal (LAN) port number.