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
I also have this problem but the question I have about the last comment is this, by just opening port 80 is that opening to vulnerabilities? or is that only forwarding it to the specified NAT rule?
Thank you so much for that, I looked everywhere to see if there were more ports needed but couldn’t find them. The strange thing is I have a pfsense with another customer and the only port they need opened is 32400. Its really strange that Mikrotik would need more ports open when just the one is sufficient for pfsense.