<div dir="ltr">It is common to loose your network in 3 NIC setup that is why the third NIC card, its ok if you cant ping your public IP directly. But this work around wont hurt either. This work around has been implemented in two nic VLAN method in the same git repo.<br clear="all">

<div><div dir="ltr">Regards,<br>Pranav<br></div></div>
<br><br><div class="gmail_quote">On Fri, Mar 15, 2013 at 10:08 PM, 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">

Rain, I owe you a beer!  That did the trick.  Thanks.<br>
<br>
JR<br>
<div class="im"><br>
On 3/15/2013 11:32 AM, Rain Li wrote:<br>
> Hi, JR,<br>
><br>
> You should check your route. Before "ovs-vsctl add-port br-ex p1p1.4",<br>
> you should have the route entry like:<br>
> 192.168.251.0   0.0.0.0  255.255.255.0 U 0 0 0 p1p1.4<br>
> But after that, since p1p1.4 is plugged in br-ex, you should change the<br>
> above route to go through br-ex, and may also change other (default<br>
> route) to this interface as well, if they originally go through p1p1.4.<br>
><br>
> Regards,<br>
> Rain<br>
><br>
><br>
> On Thu, Mar 14, 2013 at 5:22 AM, JR <<a href="mailto:botemout@gmail.com">botemout@gmail.com</a><br>
</div><div><div class="h5">> <mailto:<a href="mailto:botemout@gmail.com">botemout@gmail.com</a>>> wrote:<br>
><br>
>     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>
</div></div>>     64 bytes from 192.168.251.1 <<a href="http://192.168.251.1" target="_blank">http://192.168.251.1</a>>: icmp_req=1<br>
<div><div class="h5">>     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>
</div></div>>     <mailto:<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>><br>
<div class="HOEnZb"><div class="h5">>     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>
><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>
</div></div></blockquote></div><br></div>