NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
DannyK395
Jun 22, 2016Aspirant
WNDR4500v2 - HTTP Port Forwarding for Multiple Security Cameras Different IP Addresses
Greetings! :) I need to forward incoming HTTP requests (Port 80) to different IP addresses on my LAN. For example, I have three security cameras, each with their own IP address. I need internet a...
- Jun 22, 2016
You cannot forward a single port to more than 1 address. The router wouldn't know what to do.
You must assign a unique external port for each port forwarding rule. Since the internal ports are unique, the simplest solution is to use the same external ports. In other ports, set up 3 port forwarding rules:
- external port 88 to internal port 88 at 192.168.1.200
- external port 89 to internal port 89 at 192.168.1.201
- external port 90 to internal port 90 at 192.168.1.202
Then you would include the external port number in the URL (e.g. https://xx.xx.xx.xx:88).
TheEther
Jun 22, 2016Guru
You cannot forward a single port to more than 1 address. The router wouldn't know what to do.
You must assign a unique external port for each port forwarding rule. Since the internal ports are unique, the simplest solution is to use the same external ports. In other ports, set up 3 port forwarding rules:
- external port 88 to internal port 88 at 192.168.1.200
- external port 89 to internal port 89 at 192.168.1.201
- external port 90 to internal port 90 at 192.168.1.202
Then you would include the external port number in the URL (e.g. https://xx.xx.xx.xx:88).
DannyK395
Jun 22, 2016Aspirant
Thank you and have a great one!