|
I have 4 cameras set up to watch my house but when I connect to the host name only one shows up even when I use different host names. How can I view all my cameras? |
The question has been closed Aug 28 at 03:55 PM ago by Cry Havok for the following reason "The question is answered, right answer was accepted".
|
Assign a different port to each camera. Each port can only be forwarded to one internal device. Specifically how you would go about this depends a bit on your router's capabilities. If your router allows forwarding one external port to a different internal port (for example forwarding port 80 to port 81 on an internal device), then the simplest approach would be to set up the forwarding similar to this example:
If your router does not support forwarding one port to another (i.e. you can't choose a different internal port for the destination device), you would have to change the webcams' listening ports. One could listen to port 80, the next could listen to port 81, etc. The port mappings should then look similar to this example:
The difference between these examples is that in the first example you don't have to change the listening ports on the webcams, but in the second example you do. Good luck. |
|
You had to get your cams each to listen to different ports, e.g. 8081, 8082, 8083 and 8084. Then you had to set up for forwarder rules on your router, one for each camera/port, each rules pointing to the internal IP address of that camera. Now you can start calling your cams from outside: yourname.dyndns.org:8081 -> 192.168.1.111:8081 In case your router supports port translation with forwarder rules, all cameras can listen on the same (internal) port. yourname.dyndns.org:8081 -> 192.168.1.111:80 Edit: Arrgh, too many "helpers" are underway. :x (no smileys available?) I think many helpers is a good thing. It could lead to better quality on the answers, and introduce a broader range of expertise. It gets more interesting, of course, when people ask really hard questions that we're not all capable of giving quick answers to. Let us not compete over the highest number of answers, but rather the most helpful answers.
Jan 01 at 02:47 AM
VikingTiger ♦
|
|
You would need to set each camera to run on a different port and then configure your port forwarding to point each port the appropriate camera. Once that is done, you would need to reference the port number in your URL to connect to the camera. For example: http://camera.dyndns.org:80 (camera 1) http://camera.dyndns.org:81 (camera 2) http://camera.dyndns.org:82 (camera 3) etc.... |
|
Is there a way to set up an IP address to a webcam instead of a IP cam? Please ask your own question.
Mar 31 at 05:52 AM
Cry Havok ♦
|