Connect 2 different connections

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

Please post your config so that all can be revealed.
/export hide-sensitive file=anynameyouwish

(1) It may be possible but I do not recommend mixing up subnets as you have done!
If you need two main groups, the create two main subnets.

(2) Assuming the guest network is to remain Internet capable only (not able to talk to your two main networks.

(3) Please confirm eth1 goes to WAN
eth2 goes to? (device(s) and subnet(s)?)
eth3 goes to? (device(s) and subnet(s)?)
eth4 goes to? (device(s) and subnet(s)?)
eth5 goes to? (device(s) and subnet(s)?)

I appreciate you replied my post, thank you.. I’m really new to Mikrotik and I see so much usefulness of this device to our network. I’ve attached my exported configuration.
config.rsc (9.12 KB)
(1) Okay, I’ll try your advise.
(2) Yes, guest network is for internet only. Must not able to communicate with other networks.
(3) Ether1 goes to WAN, I can connect to internet on any interface/networks I created.
Ether2 is for future WAN backup. I’m planning to create a dual WAN setup.
Ether3 & 4 is our LAN, must see each other.
Ether5 is the guest network.

I have it working now… Windows firewall! :frowning: