<div dir="ltr">Hi, JR, <div><br></div><div style>You should check your route. Before "<span style="font-family:arial,sans-serif;font-size:13px">ovs-vsctl add-port br-ex p1p1.4</span>", you should have the route entry like:</div>

<div style>192.168.251.0   0.0.0.0  255.255.255.0 U 0 0 0 p1p1.4</div><div style>But after that, since p1p1.4 is plugged in br-ex, you should change the above route to go through br-ex, and may also change other (default route) to this interface as well, if they originally go through p1p1.4.</div>

<div style><br></div><div style>Regards,</div><div style>Rain</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 14, 2013 at 5:22 AM, JR <span dir="ltr"><<a href="mailto:botemout@gmail.com" target="_blank">botemout@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Greetings,<br>
<br>
I'm setting up openstack on some machines using<br>
<a href="https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst" target="_blank">https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst</a>.<br>


<br>
I'm using 3 nodes: a controller, network node and compute node.  All the<br>
network interfaces are VLAN tagged use the same underlying physical 10G,<br>
e.g.,<br>
<br>
controller: p1p1.4 (public net: 192.168.251.*/24), p1p1.5 (management<br>
net: 10.10.10.*/24)<br>
network:    p1p1.4 (public net: 192.168.251.*/24), p1p1.5 (management<br>
net: 10.10.10.*/24), p1p1.6 (vm net: 10.20.20.*/24)<br>
<br>
# I haven't gotten to the compute node yet but it should be<br>
compute:   p1p1.5 (management net: 10.10.10.*/24), p1p1.6 (vm net:<br>
10.20.20.*/24)<br>
<br>
When I bring up my openvswitch bridges on the network node, I can not<br>
longer get out to the public net (see *MORE* below).<br>
<br>
I'm running ubuntu 12.10 and have run apt-get dist-upgrade.  The 10G<br>
nics are intel 82599EB.  ubuntu seems a bit flakey; initially I'd<br>
created /etc/udev/rules/70-persistent-net.rules to map p1p1 to eth2,<br>
however, the config was ignored and eth2 wound up being a 1G NIC.<br>
<br>
Is it not allowed to use VLAN interfaces for my networks?<br>
<br>
If I remove, say, the br-ex bridge I can get out again:<br>
root@nebula03:~# ping 192.168.251.1<br>
PING 192.168.251.1 (192.168.251.1) 56(84) bytes of data.<br>
^C<br>
--- 192.168.251.1 ping statistics ---<br>
1 packets transmitted, 0 received, 100% packet loss, time 0ms<br>
<br>
root@nebula03:~# ovs-vsctl del-port p1p1.4<br>
root@nebula03:~# ovs-vsctl del-br br-ex<br>
root@nebula03:~# ping 192.168.251.1<br>
PING 192.168.251.1 (192.168.251.1) 56(84) bytes of data.<br>
64 bytes from <a href="http://192.168.251.1" target="_blank">192.168.251.1</a>: icmp_req=1 ttl=64 time=0.650 ms<br>
^C<br>
--- 192.168.251.1 ping statistics ---<br>
1 packets transmitted, 1 received, 0% packet loss, time 0ms<br>
rtt min/avg/max/mdev = 0.650/0.650/0.650/0.000 ms<br>
root@nebula03:~#<br>
<br>
<br>
Thanks for any help,<br>
JR<br>
<br>
------------<br>
*MORE*<br>
------------<br>
root@nebula03:~# ovs-vsctl show<br>
1bdf2f73-1a5d-4893-b745-7501557acaea<br>
    Bridge br-int<br>
        Port br-int<br>
            Interface br-int<br>
                type: internal<br>
    Bridge br-ex<br>
        Port br-ex<br>
            Interface br-ex<br>
                type: internal<br>
        Port "p1p1.4"<br>
            Interface "p1p1.4"<br>
    Bridge br-vm<br>
        Port br-vm<br>
            Interface br-vm<br>
                type: internal<br>
        Port "p1p1.6"<br>
            Interface "p1p1.6"<br>
    ovs_version: "1.4.3"<br>
root@nebula03:~# ifconfig p1.4<br>
p1.4: error fetching interface information: Device not found<br>
root@nebula03:~# ifconfig p1p1.4<br>
p1p1.4    Link encap:Ethernet  HWaddr 90:e2:ba:2c:8a:08<br>
          inet addr:192.168.251.92  Bcast:192.168.251.255<br>
Mask:255.255.255.0<br>
          inet6 addr: fe80::92e2:baff:fe2c:8a08/64 Scope:Link<br>
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br>
          RX packets:20964 errors:0 dropped:0 overruns:0 frame:0<br>
          TX packets:9 errors:0 dropped:0 overruns:0 carrier:0<br>
          collisions:0 txqueuelen:0<br>
          RX bytes:22269341 (22.2 MB)  TX bytes:594 (594.0 B)<br>
<br>
root@nebula03:~# ping 192.168.251.1<br>
PING 192.168.251.1 (192.168.251.1) 56(84) bytes of data.<br>
^C<br>
--- 192.168.251.1 ping statistics ---<br>
2 packets transmitted, 0 received, 100% packet loss, time 1007ms<br>
<br>
root@nebula03:~# ping 192.168.251.91`<br>
> ^C<br>
root@nebula03:~# ping 192.168.251.91<br>
PING 192.168.251.91 (192.168.251.91) 56(84) bytes of data.<br>
^C<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
</blockquote></div><br></div>