On Thu, Sep 23, 2010 at 09:17:31AM +0400, Oleg V Popov wrote: > > On Wed, 22 Sep 2010 09:16:56 -0700, Ben Pfaff wrote: > > On Wed, Sep 22, > 2010 at 03:45:15PM +0400, Oleg V Popov wrote: > >> > >> ~ # ovs-vsctl > list-br > >> br0 > >> > >> ovs-vsctl list-ports br0 > >> tap1 > >> tap2 > >> tap3 > >> > > >> tap1 - > >> host interface > >> tap2 - kvm-proxy > >> tap3 - kvm-dev > port 0: br0 > (internal) > port 1: tap1 > port 2: tap2 > port 3: tap3
It's odd to use a tap device as a host interface. I'm not sure that works. I would recommend using an internal device. You aren't using br0 for anything as far as I can tell, so why not configure the host IP address on that? _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org
