Eric B. wrote:
> Hi,
>
> I've got a computer running RHEL with a single NIC that is multi-homed with
> a single default gateway for everything.
> eth0: 192.168.101.54/24
> eth0:0 192.168.104.54/24
Using the tool 'ip' you can create priority tables for where to route
which traffic to. I've used this for IP failover, but it should also do
the trick of routing multiple ways.
And instead of trying to route between devices, try routing between subnets.
-R-