I have a Slackware Linux machine with two network interface cards and I want to use one interface for network traffic and other for storage traffic.
As this is Slackware, I don't know if this could be the solution or not but I am trying this:
ip route add IP1 dev eth0
ip route add IP2 dev eth1
A diagram for reference:

Will this work or is there some other solution?