[ovs-dev] Initial set-up with Fedora 17 lost connectivity
Gary Kotton
gkotton at redhat.com
Wed Mar 14 10:19:58 PDT 2012
Hi,
I have a host that has 1 NIC (em1). The IP address was received via
DHCP. After installing openvswitch (openvswitch.x86_64 1.4.0-4.fc17) I
did the following:
ovs-vsctl add-br br-int
ovs-vsctl add-port br-int em1
This cases a loss of network connectivity.
A work around for this was:
ovs-vsctl del-br br-int
ifdown em1
ip link set em1 up
ovs-vsctl add-br br-int
ovs-vsctl add-port br-int em1
sudo dhclient br-int
Thanks
Gary
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/dev/attachments/20120314/9c9fa16c/attachment.htm>
More information about the dev
mailing list