Hi there,
We have installed a PC with 6x routers for a client. We need to add 6x routes for these routers but has encountered a problem. Two of the routes works fine but they have different IP addresses...sample:
172.20.0.0 mask 255.255.0.0 192.168.1.1
172.18.0.0 mask 255.255.0.0 192.168.1.2
As soon as we add additional routes, it seems that data is either lost or bottle necked. Not sure why this happens. We would like to set up 4 additional routes but it is not working properly:
172.18.0.0 mask 255.255.0.0 192.168.1.3
172.18.0.0 mask 255.255.0.0 192.168.1.4
172.18.0.0 mask 255.255.0.0 192.168.1.5
We suspect that the problem is the 172.18.0.0 IP's with different gateways. Would it be best to have multiple IP's for instance:
172.18.0.0 mask 255.255.0.0 192.168.1.1
172.19.0.0 mask 255.255.0.0 192.168.1.2
172.20.0.0 mask 255.255.0.0 192.168.1.3
172.21.0.0 mask 255.255.0.0 192.168.1.4
172.22.0.0 mask 255.255.0.0 192.168.1.5
172.23.0.0 mask 255.255.0.0 192.168.1.6
Some advice in this regard would be appreciated.