Hello everyone ! i have adjusted this example https://wiki.mikrotik.com/wiki/Manual:Load_balancing_multiple_same_subnet_links to my network, but i find a curious result.
The internal networks does not see each other no more… how can i reach from one subnet (192.168.1.0/24 to 192.168.2.0/24) to another without changing the /24 subnet mask.
any suggestions on how to add a route ( before i had on the nat section
:mas:srcnat
/ip route rule
add disabled=no dst-address=192.168.1.0/24 table=main
add disabled=no dst-address=192.168.2.0/24 table=main
Thank you so much Sir, that worked perfectly ! I do have another question though… if i want to be more specific in subnet intercommunication, let’s say by example i have decided on three subnets : one for PC’s (192.168.1.0/24), one for printers (192.168.2.0/24), and one for mobile devices laptops, smartphones (192.168.3.0/24).
How can 192.168.1.0/24 can print on 192.168.2.0/24 and NOT access 192.168.3.0/24 ? same for the subnet 192.168.3.0/24 to be able to print on 192.168.2.0/24 and have no access on 192.168.1.0/24 ?
I assigned to the gateway internal interface (ether3) different ip’s for NAT masquerading to function properly 192.168.1.254, 192.168.2.254 (usually not needed as printers do notrequire contant internet access), 192.168.3.254 .
Thank You again for the efficient advice !
Allow / deny access between sub nets with firewall rules