On Tue, Jul 7, 2009 at 11:36 PM, Michael Richardson <mcr@sandelman.ca> wrote:
Maybe it matters less in the cloud where network interfaces are all
virtual, and so it's easy to have more than one... however, in the
physical world, you sometimes get subnets that are non-aggregatable
(usually because you got additional allocation from ARIN/ISP/etc.), and
you want to run things such that they all are on the same physical
network.
In Linux-speak, this means you do something like:
ip addr add 3.4.5.6/24 dev eth0
ip route add 1.2.3.0/24 dev eth0