So - nothing is being routed except over eth0 .. it looks like you have the same subnet already defined for eth0 that you are using for your 'vlan12' device (10.12.27.x)? In any case - Linux is only routing over eth0 -- you would need to add routing that points to the vlan12 device for it to know what to goes over that interface..
Is this vswitch really supposed to use the same subnet as your 'other' vswitch? (the one that Linux sees as eth0)? And/or is netmasking really supposed to be 255.255.255.0? Scott Rohling On Tue, Jan 25, 2011 at 3:47 PM, <louis.gai...@its.ms.gov> wrote: > route -n > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use > Iface > 10.12.27.0 0.0.0.0 255.255.255.0 U 0 0 0 > eth0 > 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 > eth0 > 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo > 0.0.0.0 10.12.27.1 0.0.0.0 UG 0 0 0 > eth0 >