Hi,
I have my first MikroTik crs305-1g-4s+in, which have two network configured and two of them are in different network. The issue is that these network cannot communicate each other. The routes as follows,
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 192.168.18.1 1
1 ADC 192.168.18.0/24 192.168.18.6 sfp-sfpplus1 0
2 ADC 192.168.80.0/24 192.168.80.1 sfp-sfpplus4 0
3 ADC 192.168.88.0/24 192.168.88.1 ether1 0
Firewall rules as follows,
[admin@MikroTik] > ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
[admin@MikroTik] > ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 X chain=srcnat action=src-nat to-addresses=192.168.80.1 src-address=192.168.88.0/24 dst-address=192.168.80.0/24 log=no log-prefix=""
1 chain=srcnat action=src-nat to-addresses=192.168.18.6 src-address=192.168.88.0/24 dst-address=0.0.0.0/0 log=no log-prefix=""
Regards,
Unni.