It's been 2 days now to figure this out but no luck.. I have a HexGR3 MT, I want the computers/devices on two networks can see/ping/connect each others. From the MT terminal, I can ping all devices and gateways. From the devices, I can ping the gateway but not the other devices on both networks. Any help is highly appreciated.
Disregard the guest network, soon its for the wifi. I dont have firewall rules, only nat for wan.
/ip address
ADDRESS NETWORK INTERFACE
0 10.75.17.1/23 10.75.16.0 ether3-LANMain
1 10.75.20.1/24 10.75.20.0 ether4-LANField
2 ;;; Guest Network
192.168.2.1/24 192.168.2.0 ether5-Guest
3 ;;; ISP Router
192.168.1.2/24 192.168.1.0 ether1-ISPMain
/ip dhcp-server
ADDRESS NETWORK INTERFACE
0 10.75.17.1/23 10.75.16.0 ether3-LANMain
1 10.75.20.1/24 10.75.20.0 ether4-LANField
2 ;;; Guest Network
192.168.2.1/24 192.168.2.0 ether5-Guest
3 ;;; ISP Router
192.168.1.2/24 192.168.1.0 ether1-ISPMain
/ip dhcp-server network
ADDRESS NETWORK INTERFACE
0 10.75.17.1/23 10.75.16.0 ether3-LANMain
1 10.75.20.1/24 10.75.20.0 ether4-LANField
2 ;;; Guest Network
192.168.2.1/24 192.168.2.0 ether5-Guest
3 ;;; ISP Router
192.168.1.2/24 192.168.1.0 ether1-ISPMain
/ip route
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 192.168.1.1 1
1 ADC 10.75.16.0/23 10.75.17.1 bridgeMain 0
2 S ;;; Connect 16.0/23 network to 20.0/24 network
10.75.16.0/23 bridgeField 1 - (I just saw this in here, add routes to the other network, but not working)
3 ADC 10.75.20.0/24 10.75.20.1 bridgeField 0
4 S ;;; Connect 20.0/24 network to 16.0/23 network
10.75.20.0/24 bridgeMain 1 - (I just saw this in here, add routes to the other network, but not working)
5 ADC 192.168.1.0/24 192.168.1.2 ether1-ISPMain 0
6 ADC 192.168.2.0/24 192.168.2.1 bridgeGuest 0