No subject


Sat Oct 12 03:57:18 UTC 2013


"""
Q: I created a bridge and added my Ethernet port to it, using commands
   like these:

       ovs-vsctl add-br br0
       ovs-vsctl add-port br0 eth0

   and as soon as I ran the "add-port" command I lost all connectivity
   through eth0.  Help!

A: A physical Ethernet device that is part of an Open vSwitch bridge
   should not have an IP address.  If one does, then that IP address
   will not be fully functional.

   You can restore functionality by moving the IP address to an Open
   vSwitch "internal" device, such as the network device named after
   the bridge itself.  For example, assuming that eth0's IP address is
   192.168.128.5, you could run the commands below to fix up the
   situation:

       ifconfig eth0 0.0.0.0
       ifconfig br0 192.168.128.5
"""


Hope it helps,

--001a11c25f42028ff404e90a8ff2
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hey,<div><br></div><div>From FAQ:</div><div><br></div><div=
>&quot;&quot;&quot;</div><div><div>Q: I created a bridge and added my Ether=
net port to it, using commands</div><div>=A0 =A0like these:</div><div><br><=
/div>


<div>=A0 =A0 =A0 =A0ovs-vsctl add-br br0</div><div>=A0 =A0 =A0 =A0ovs-vsctl=
 add-port br0 eth0</div><div><br></div><div>=A0 =A0and as soon as I ran the=
 &quot;add-port&quot; command I lost all connectivity</div><div>=A0 =A0thro=
ugh eth0. =A0Help!</div>


<div><br></div><div>A: A physical Ethernet device that is part of an Open v=
Switch bridge</div><div>=A0 =A0should not have an IP address. =A0If one doe=
s, then that IP address</div><div>=A0 =A0will not be fully functional.</div=
><div>


<br></div><div>=A0 =A0You can restore functionality by moving the IP addres=
s to an Open</div><div>=A0 =A0vSwitch &quot;internal&quot; device, such as =
the network device named after</div><div>=A0 =A0the bridge itself. =A0For e=
xample, assuming that eth0&#39;s IP address is</div>


<div>=A0 =A0192.168.128.5, you could run the commands below to fix up the</=
div><div>=A0 =A0situation:</div><div><br></div><div>=A0 =A0 =A0 =A0ifconfig=
 eth0 0.0.0.0</div><div>=A0 =A0 =A0 =A0ifconfig br0 192.168.128.5</div></di=
v><div>&quot;&quot;&quot;</div>

<div><br></div><div><div><br class=3D"">Hope it helps,</div></div><div><br>=
</div>
</div>

--001a11c25f42028ff404e90a8ff2--


More information about the discuss mailing list