I get a / 29 from my ISP, in a CCR and I deliver a public ip via static route and loopback interface for a 3011, but I can’t seem to open any port, they just won’t open, and I can’t find the error , I will leave the code and thank you very much anyone who can help me
CCR configuration:
/ip route print
/ip route print
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 201.xxx.xxx.89 1
1 DC 192.168.2.0/24 192.168.2.1 ether5 255
2 ADC 192.168.20.0/30 192.168.20.1 ether1 0
3 ADC 201.xxx.xxx.88/29 201.xxx.xxx.90 sfp-sfpplus1 0
4 A S 201.xxx.xxx.93/32 192.168.20.2 1
/ip address print
# ADDRESS NETWORK INTERFACE
0 192.168.2.1/24 192.168.2.0 ether5
1 201.xxx.xxx.90/29 201.xxx.xxx.88 sfp-sfpplus1
2 192.168.20.1/30 192.168.20.0 ether1
/ip firewall nat print
0 chain=srcnat action=masquerade src-address=!201.xxx.xxx.88/29
out-interface=sfp-sfpplus1 log=no log-prefix=""
3011 Configuration:
/ip address print
# ADDRESS NETWORK INTERFACE
0 192.168.20.2/30 192.168.20.0 ether1
1 201.xxx.xxx.93/32 201.xxx.xxx.93 LoopBack
2 192.168.2.1/24 192.168.2.0 ether5
3 10.100.0.5/24 10.100.0.0 ether7
/ip route print
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 201.xxx.xxx.93 192.168.20.1 1
1 ADC 10.100.0.0/24 10.100.0.5 ether7 0
2 ADC 192.168.2.0/24 192.168.2.1 ether5 0
3 ADC 192.168.20.0/30 192.168.20.2 ether1 0
4 ADC 201.xxx.xxx.93/32 201.xxx.xxx.93 LoopBack 0
/ip firewall nat print
0 chain=srcnat action=src-nat to-addresses=201.xxx.xxx.93 out-interface=ether1 log=no
log-prefix=""
1 ;;; SmartOLT
chain=dstnat action=dst-nat to-addresses=10.100.0.2 to-ports=23 protocol=tcp
src-address-list=SmartOLT dst-port=2333 log=no log-prefix=""
2 ;;; SmartOLT
chain=dstnat action=dst-nat to-addresses=10.100.0.2 to-ports=22 protocol=tcp
src-address-list=SmartOLT dst-port=2322 log=no log-prefix=""
3 ;;; SmartOLT
chain=dstnat action=dst-nat to-addresses=10.100.0.2 to-ports=161 protocol=udp
src-address-list=SmartOLT dst-port=2161 log=no log-prefix=""
4 ;;; SmartOLT
chain=srcnat action=masquerade dst-address-list=SmartOLT log=no log-prefix=""
thanks in advance