Page 1 of 1
how to port forwarding from some routers to IP CAMERA
Posted: Sat Jul 12, 2014 5:05 pm
by Ximi87
Hello
I have some IP camera in my network but from external IP to IP Camera i have some routers.
I have made a scheme and this is the true connection.
I think it will be with port forwarding.
Please help me
Re: how to port forwarding from some routers to IP CAMERA
Posted: Sun Jul 13, 2014 9:50 am
by Kickoleg
1st. router 750
/ip firewall nat add chain=dstnat dst-address=80.91.xxx.xxx protocol=tcp dst-port=8088 action=dstnat to-address=192.168.4.2 to-port=8088
2.st router Omnitik
/ip firewall nat add chain=dstnat dst-address=192.168.4.2 protocol=tcp dst-port=8088 action=dstant to-address=10.10.10.20 to-port=8088
3.st router SXT
/ip firewall nat add chain=dstnat dst-address=10.10.10.20 protocol=tcp dst-port=8088 action=dstnat to-address-192.168.103.99 to-port=80
*port 8088 - for example, you may choose other ...
Re: how to port forwarding from some routers to IP CAMERA
Posted: Tue Jul 15, 2014 12:28 am
by Ximi87
Thanks man. it works
Thankyou very much
Re: how to port forwarding from some routers to IP CAMERA
Posted: Tue Jul 15, 2014 6:16 am
by jkarras
Three NAT statements are only needed if you are not routing all of the connections in your network. You should only need the NAT statement on the first device connected to the Internet.