Hello,
i have 4 nic's attached to my legato master.
IP address : x.y.z.1, x.y.z.2, x.y.z.3, x.y.z.4
on the client i can specify i can specify which IP to send data to. but on the server the data always goes theough the first interface. the network is DAN n/w and is not segrigated into different.
We cant do trunking ( switch code issue).
My question is can we specify range in route add.
eg route add -host a.b.c.1-10 x.y.z.1
route add -host a.b.c.11-20 x.y.z.2
i have 4 nic's attached to my legato master.
IP address : x.y.z.1, x.y.z.2, x.y.z.3, x.y.z.4
on the client i can specify i can specify which IP to send data to. but on the server the data always goes theough the first interface. the network is DAN n/w and is not segrigated into different.
We cant do trunking ( switch code issue).
My question is can we specify range in route add.
eg route add -host a.b.c.1-10 x.y.z.1
route add -host a.b.c.11-20 x.y.z.2