cannot access ip-camera from the outside
Posted: Thu Mar 13, 2014 7:49 pm
I can access almost everything from the outside.
The only thing i can not access is my ip-camera??
I narrowed it down to one rule that is causing the problem:
If i enable this rule i cannot access the camera, if i disable this rule the camera can be viewed.
But then i get all sorts of other unwanted traffic. So i want that rule enabled.
I tried it with adding a nat rule (which is the "solution" you'll find all over the internet):
I can see that traffic is generated because the counter is running as soon as i start the camera, but there's no connection to the camera.
How can i get this cam working with the forward chain rule still active?
The only thing i can not access is my ip-camera??
I narrowed it down to one rule that is causing the problem:
Code: Select all
/ip firewall filter
add action=drop chain=forward comment=\ "Drop all other traffic through the router" \ disabled=no
But then i get all sorts of other unwanted traffic. So i want that rule enabled.
I tried it with adding a nat rule (which is the "solution" you'll find all over the internet):
Code: Select all
/ip firewall nat
add action=dst-nat chain=dstnat disabled=no dst-address=86.86.86.860 dst-port=6080 protocol=tcp to-addresses=192.168.0.5 to-ports=6080
How can i get this cam working with the forward chain rule still active?