Community discussions

MikroTik App
 
sankofa411
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 82
Joined: Wed Feb 16, 2005 11:42 pm
Contact:

Access IP camera

Sun Oct 23, 2011 3:39 pm

I have a public IP on my router outside interface 41.56. x. x . I have a private IP on my router local interface 192.168.x.x. How can I configure my router to give me access to my IP camera over the internet so I may see images whiles I am away?

Thank you in advance.
 
User avatar
cbrown
Trainer
Trainer
Posts: 1839
Joined: Thu Oct 14, 2010 8:57 pm
Contact:

Access IP camera

Sun Oct 23, 2011 5:14 pm

 
Toiletbowl
Member Candidate
Member Candidate
Posts: 169
Joined: Fri Jun 03, 2011 6:49 am
Location: Boracay Philippines

Re: Access IP camera

Mon Oct 24, 2011 4:28 am

I have a public IP on my router outside interface 41.56. x. x . I have a private IP on my router local interface 192.168.x.x. How can I configure my router to give me access to my IP camera over the internet so I may see images whiles I am away?

Thank you in advance.
its something looks like this bro..

;;; sankofa411_ipcam
chain=dstnat action=dst-nat to-addresses=camera_ip to-ports=1234
protocol=tcp dst-address=(public_ip) dst-port=1234
 
jasong
just joined
Posts: 15
Joined: Tue Feb 22, 2011 7:56 pm

Re: Access IP camera

Tue Oct 25, 2011 2:51 am

should look something like this:

chain=dstnat action=dst-nat to-addresses=192.168.x.x to-ports=80 protocol=tcp
dst-address=41.56. x. x dst-port=8080




This assumes your camera is serving http port 80. You will need to put in your browser 41.56. x. x/8080 from OUTSIDE your network. The router will then take the traffic bound for http port 8080 and send it over to the camera at port 80.


I use the odd port number to make it a bit more difficult for someone to access my camera