2010/8/20 Admin HRD.pl <[email protected]>: > Ok Ben, > > That's why as I disable eth0 (disconnct cable in VMware) then eth1 and br0 > not response?
As was pointed out earlier, your routing table indicates that the packet should be sent out eth0. Disconnecting a cable does not change this. > > eth0 and eth1 is connect to this same vSwitch in VMware > > If eth0 down, response should Go out from eth1 - but not go? > Whay? I think you are looking for some kind of bonding. In general, this type of configuration is asking for trouble. Having multiple interfaces on the same subnet without using bonding is bound to confuse something. > > If I create open vswitch name is br0 and connect iface eth1 and vif (firtual > interfaces) trafic should go out with eth1 Only if the OS sends traffic to the interface created to Open vSwitch. These questions are not really specific to Open vSwitch. I would recommend doing some reading on general networking and Linux networking in particular before trying more complicated setups. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org
