/ip fire man set 4 chain=prerouting action=accept dst-address=41.134.110.0/28 in-interface=ether2-Main-LAN
/ip fire man set 5 chain=prerouting action=accept dst-address=196.212.100.0/28 in-interface=ether2-Main-LAN
/ip fire man add chain=prerouting src-address=41.134.110.0/28 protocol=tcp src-port=20-21 action=accept place-before=6
/ip fire man add chain=prerouting src-address=196.212.100.0/28 protocol=tcp src-port=20-21 action=accept place-before=6
/ip fire man
set 0 passthrough=yes
set 1 passthrough=yes
set 2 passthrough=yes
set 3 passthrough=yes
/ip fire man
add action=mark-connection chain=forward connection-state=new in-interface=ether1-Mweb-Router new-connection-mark=outside1_connection passthrough=no
add action=mark-connection chain=forward connection-state=new in-interface=ether3-I.S-Router new-connection-mark=outside2_connection passthrough=no
add action=mark-routing chain=prerouting connection-mark=outside1_connection new-routing-mark=to_wan1 passthrough=no
add action=mark-routing chain=prerouting connection-mark=outside2_connection new-routing-mark=to_wan2 passthrough=no
/ip fire nat
add place-before=0 chain=src-nat connection-mark=wan1_conn action=src-nat to-addresses=[put your router eth1 public address here]
add place-before=0 chain=src-nat connection-mark=wan2_conn action=src-nat to-addresses=[put your router eth2 public address here]
/ip fire nat add chain=dstnat action=dst-nat to-addresses=192.168.88.2 to-ports=20-21 protocol=tcp dst-port=20-21 dst-address=[put your router public ip 1]
/ip fire nat add chain=dstnat action=dst-nat to-addresses=192.168.88.2 to-ports=20-21 protocol=tcp dst-port=20-21 dst-address=[put your router public ip 2]
/ip fire nat add chain=src-nat dst-address=[put your router public ip 1] action=accept place-before=0
/ip fire nat add chain=src-nat dst-address=[put your router public ip 2] action=accept place-before=0
/ip fire man add chain=prerouting src-add=192.168.88.0/24 dst-address=[put your router public ip 1] action=accept place-before=0
/ip fire man add chain=prerouting src-add=192.168.88.0/24 dst-address=[put your router public ip 2] action=accept place-before=0
/ip fire nat add chain=src-nat dst-address=192.168.88.0/24 action=accept place-before=0
/ip fire man add action=mark-routing chain=output new-routing-mark=to_wan1 passthrough=no src-address=41.134.110.0/28 place-before=0
/ip fire man add action=mark-routing chain=output new-routing-mark=to_wan2 passthrough=no src-address=196.212.100.0/28 place-before=0
Where is the dynamic route record for interface ether3-I.S-Router ?and my route print:
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 41.134.110.9 1
1 S 0.0.0.0/0 196.212.100.145 1
2 A S 0.0.0.0/0 41.134.110.9 1
3 S 0.0.0.0/0 196.212.100.145 2
4 ADC 41.134.110.0/28 41.134.110.10 ether1-Mweb-Router 0
5 ADC 192.168.88.0/24 192.168.88.1 ether2-Main-LAN 0