Im using RB4011iGS+RM
However, I planned to route different bridge to different route.
I have 3 routes/Gateways connected to different ISPs (ISP A, ISP B, ISP C) through LAN..
and clients from range:
- IP 10.10.10.1/24 connected to route A (ISP A) through bridge-client1
- IP 10.10.11.1/24 connected to route B (ISP B) through bridge-client2
- IP 10.10.12.1/24 connected to route C (ISP C) through bridge-client3
the thing is, when I use mark routing in Routing and Mangle, it reduce the performances (can be say slow). Sometime not able to route.
Is there any best practice to route different bridge and/or IP range?
So basically, below are ether ports details:
eth1 - Route A, ISP A
eth2 - Route B, ISP B
eth3 - Route C, ISP C
eth4 - Bridge A (for client at bridge-client1)
eth5 - Bridge A (for client at bridge-client1)
eth6 - Bridge B (for client at bridge-client2)
eth7 - Bridge B (for client at bridge-client2)
eth8 - Bridge C (for client at bridge-client3)
eth9 - Bridge C (for client at bridge-client3)
eth10 - rsvd
IP Addresses:
eth1 - 10.30.0.10 connected to 10.30.0.1/24 gateway
eth2 - 10.30.0.20 connected to 10.30.0.2/24 gateway
eth3 - 10.30.0.30 connected to 10.30.0.3/24 gateway
bridge-client1 : DHCP Server with IP Address 10.30.10.1/24
bridge-client2 : DHCP Server with IP Address 10.30.11.1/24
bridge-client3 : DHCP Server with IP Address 10.30.12.1/24