access an ip camera from a different network

Joined
12 Feb 2006
Posts
17,372
Location
Surrey
so i have a cctv that's connected to my network through the router.

from a computer that's on the same network i simply enter 192.168.1.xx:xxxx

what i'd like to be able to do is access the feed from any network.

is there a simple way to do this? i know the MAC address if that's any use?
 
You need to know the external IP of your router (google what's my IP) and you also need to open a port (forward a port) to the IP camera's IP address in the router, then you can connect to it by using http://external-ip: port-thats-open e.g. http://xx.xx.xx.xx:5000

If you use a DDNS service like No-IP.org you won't need to remember your routers external IP but just a web address instead that points to the IP address, e.g. http://yesman.no-ip.org:5000 :)

EDIT: if that doesn't work then you may need to use port triggering instead of port forwarding. say your IP camera uses port 8080 (192.168.1.100:8080) normally, you use port triggering so that external port 5000 gets routed to internal port 8080
 
Last edited:
Step one.

Set the internal network IP for that machine to a static one (either through Windows or the router if it allows 'static DHCP' / 'Fixed IP'. Say for instance 192.168.1.200

Go to your router settings for port forwarding / virtual server, forward the port you use eg :5000 to the internal IP of 192.168.1.200 on port :5000



Now you can go to google, and ask 'what is my ip'

Anyone externally can now access your webcam by visiting 'yourIP:5000'

Once you've got that working, you could look into no-ip


What router do you have
 
The reason people use things like no-ip is because a domain name is easier to remember, and if you're ADSL/cable signal drops, when you reconnect you'll typically have a different IP.

no-ip will just redirect the traffic to the new IP
 
Back
Top Bottom