HI!
I’m new to Mikrotik and I’ve been trying to do some NAT-ting from the outside in, but they do not seem to work. I don’t see anything that should block in the firewall and no route seems to be missing. But when I try to connect to my public IP, nothing seems to happen, and the counter for the rule doesn’t even increment.
I’m on version RouterOS v6.47.1 (stable) .
Any input is appreciated.
ip firewall nat print
1 ;;; Radarr
chain=dstnat action=dst-nat to-addresses=192.168.88.235 to-ports=7878 protocol=tcp in-interface=lte1
dst-port=7878 log=no log-prefix=""
ip firewall filter print
0 chain=input action=accept protocol=icmp
1 chain=input action=accept connection-state=established
2 chain=input action=accept connection-state=related
3 chain=input action=drop in-interface-list=!LAN
ip route print
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 lte1 2
1 ADC 10.2.224.54/32 10.2.224.54 lte1 0
2 X S 10.70.67.14/32 178.197.235.209 lte1 1
3 ADC 192.168.88.0/24 192.168.88.1 bridge 0
4 X S 192.168.88.0/24 10.70.67.14 lte1 1