Hi! im new to Mikrotik and i have problem with my port forwarding? my router is rb951ui-2hnd.
My ip cam 192.168.88.36 ,router ip 192.168.88.1 , port 80.
i use rule posted by Forum Guru ;
/ip firewall nat
add action=dst-nat chain=dstnat dst-address=192.168.1.117 dst-port=6080 \
protocol=tcp to-addresses=192.168.88.51
add action=dst-nat chain=dstnat dst-address=192.168.1.117 dst-port=6001 \
protocol=tcp to-addresses=192.168.88.51
add action=dst-nat chain=dstnat dst-address=192.168.1.117 dst-port=6002 \
protocol=tcp to-addresses=192.168.88.51
my rule ;
/ip firewall nat
add action=dst-nat chain=dstnat dst-address=192.168.88.1 dst-port=80 \
protocol=tcp to-addresses=192.168.88.36
add action=dst-nat chain=dstnat dst-address=192.168.88.1 dst-port=80 \
protocol=udp to-addresses=192.168.88.36
my port 80 stil closet i use canyouseeme.org.i see my cam on local net, but not outside
Thanks for help