I have 2 subnets
192.168.4.0/24 = servers
192.168.8.0/24 = user pcs & laptops
I need to get fast routing at gigbabit speed between these 2 subnets. Currently with servers on ether10 and users on ether9 I get ~35MB/s from the file server to my PC which isn't making the most of the Gigabit networking. I have an HP 2810 L2 switch divided into VLANs and trunking to another 2810 switch in another room which also has members of the same VLANs.
I've been playing around but can't seem to get it work so I did this:
ether1 is management, other ports are various WAN links or do not need gigabit speed between.
I've configured ether2 on the RB1200 as master and made ether 3 and 4 slaves.
Added 2 rules to switch config:
ether3, dest 192.168.8.0/24 --> new dst port = ether4
ether4, dest 192.168.4.0/24 --> new dst port = ether3
Do I need another rule to send other traffic to the switch CPU or master? Or am I doing it all wrong?