Need to route traffic through specific nic cards...
I've got a server and a client... both have 2 nics. The server has two shares that are served over the network via samba.
The clients are set up so that the samba shares are routed through the 2 nics and is setup via the fstab entry:
partial client fstab entry for nic 1
//10.40.12.1/e /mnt/e
partial fstab entry for nic2
//10.41.12.1/f /mnt/f
I know that they are routing correctly to the server's nics but what can I do to make sure that the traffic is routed from the 2 client cards? (I think the traffic is just moving through the eth0 and not both eth0,1 it should be one nic per share)
Last edited by Thaidog; 06-30-2005 at 02:48 PM.
|