<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Ok, I followed this guide setting up my flat network.  <a href="http://docs.openstack.org/trunk/openstack-network/admin/content/app_demo_flat.html">http://docs.openstack.org/trunk/openstack-network/admin/content/app_demo_flat.html</a>  This first time I did
 this, everything went great.  
<div><br>
</div>
<div>I just changed my compute boxes /etc/network/interfaces to this:</div>
<div>
<div>jamski@FPCompute:~$ cat /etc/network/interfaces </div>
<div># This file describes the network interfaces available on your system</div>
<div># and how to activate them. For more information, see interfaces(5).</div>
<div><br>
</div>
<div># The loopback network interface</div>
<div>auto lo</div>
<div>iface lo inet loopback</div>
<div><br>
</div>
<div># bridge</div>
<div>auto eth0</div>
<div>iface eth0 inet manual</div>
<div>up ifconfig $IFACE up</div>
<div>up ip link $IFACE promisc on</div>
<div>down ifconfig $IFACE down</div>
<div><br>
</div>
<div>auto br-eth0</div>
<div>iface br-eth0 inet static</div>
<div>         address 172.16.32.12</div>
<div>         netmask 255.255.255.0</div>
<div>         gateway 172.16.32.1</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span># dns-* options are implemented by the resolvconf package, if installed</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>dns-nameservers 8.8.8.8 8.8.4.4</div>
<div># Management Network</div>
<div>auto eth2</div>
<div>    iface eth2 inet static</div>
<div>    address 192.168.0.3</div>
<div>    netmask 255.255.255.0</div>
<div>   </div>
<div>And now my compute box is on the data network also.  However, no matter what IP address I give my VM, I cannot get on the network.  I created a network 172.16.32.64/26 and assigned my VM to this network.</div>
<div><br>
</div>
<div>I remember last time I got this to work, I had to assign my VM the IP of my Network Box in order for it to get out on the internet.  Now, no matter what IP I give the VM, I cannot get on the data network at all.</div>
<div><br>
</div>
<div>Here is my ip a from the compute box:</div>
<div>
<div>jamski@FPCompute:~$ ip a</div>
<div>1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN </div>
<div>    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00</div>
<div>    inet 127.0.0.1/8 scope host lo</div>
<div>    inet6 ::1/128 scope host </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000</div>
<div>    link/ether 00:15:17:15:ac:78 brd ff:ff:ff:ff:ff:ff</div>
<div>    inet6 fe80::215:17ff:fe15:ac78/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</div>
<div>    link/ether 00:1b:21:43:28:58 brd ff:ff:ff:ff:ff:ff</div>
<div>4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000</div>
<div>    link/ether 00:15:17:15:ac:79 brd ff:ff:ff:ff:ff:ff</div>
<div>    inet 192.168.0.3/24 brd 192.168.0.255 scope global eth2</div>
<div>    inet6 fe80::215:17ff:fe15:ac79/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>5: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</div>
<div>    link/ether 00:1b:21:43:28:59 brd ff:ff:ff:ff:ff:ff</div>
<div>6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</div>
<div>    link/ether 00:18:8b:4c:7e:7a brd ff:ff:ff:ff:ff:ff</div>
<div>7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</div>
<div>    link/ether 00:15:17:15:ac:7a brd ff:ff:ff:ff:ff:ff</div>
<div>8: eth6: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</div>
<div>    link/ether 00:1b:21:43:28:5c brd ff:ff:ff:ff:ff:ff</div>
<div>9: eth7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</div>
<div>    link/ether 00:15:17:15:ac:7b brd ff:ff:ff:ff:ff:ff</div>
<div>10: eth8: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</div>
<div>    link/ether 00:1b:21:43:28:5d brd ff:ff:ff:ff:ff:ff</div>
<div>11: eth9: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</div>
<div>    link/ether 00:18:8b:4c:7e:7c brd ff:ff:ff:ff:ff:ff</div>
<div>12: br-eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN </div>
<div>    link/ether 00:15:17:15:ac:78 brd ff:ff:ff:ff:ff:ff</div>
<div>    inet 172.16.32.12/24 brd 172.16.32.255 scope global br-eth0</div>
<div>    inet6 fe80::215:17ff:fe15:ac78/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>13: br-int: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN </div>
<div>    link/ether 1e:ca:81:25:19:4e brd ff:ff:ff:ff:ff:ff</div>
<div>14: phy-br-eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000</div>
<div>    link/ether 32:f3:a0:6d:d8:bc brd ff:ff:ff:ff:ff:ff</div>
<div>    inet6 fe80::30f3:a0ff:fe6d:d8bc/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>15: int-br-eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000</div>
<div>    link/ether 86:bb:f6:0e:6e:a7 brd ff:ff:ff:ff:ff:ff</div>
<div>    inet6 fe80::84bb:f6ff:fe0e:6ea7/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>17: qbrd7ff18fb-25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP </div>
<div>    link/ether c6:36:24:b2:36:b0 brd ff:ff:ff:ff:ff:ff</div>
<div>    inet6 fe80::90da:4cff:fed9:cd8/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>18: qvod7ff18fb-25: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000</div>
<div>    link/ether 46:cc:90:20:d9:5d brd ff:ff:ff:ff:ff:ff</div>
<div>    inet6 fe80::44cc:90ff:fe20:d95d/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>19: qvbd7ff18fb-25: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master qbrd7ff18fb-25 state UP qlen 1000</div>
<div>    link/ether c6:36:24:b2:36:b0 brd ff:ff:ff:ff:ff:ff</div>
<div>    inet6 fe80::c436:24ff:feb2:36b0/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>20: vnet0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master qbrd7ff18fb-25 state UNKNOWN qlen 500</div>
<div>    link/ether fe:16:3e:46:ce:a9 brd ff:ff:ff:ff:ff:ff</div>
<div>    inet6 fe80::fc16:3eff:fe46:cea9/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
</div>
<div><br>
</div>
<div>Here is my brctl show:</div>
<div>
<div>bridge name<span class="Apple-tab-span" style="white-space:pre"> </span>bridge id<span class="Apple-tab-span" style="white-space:pre">
</span>STP enabled<span class="Apple-tab-span" style="white-space:pre"> </span>interfaces</div>
<div>br-eth0<span class="Apple-tab-span" style="white-space:pre"> </span>0000.00151715ac78<span class="Apple-tab-span" style="white-space:pre">
</span>no<span class="Apple-tab-span" style="white-space:pre"> </span>eth0</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>phy-br-eth0</div>
<div>br-int<span class="Apple-tab-span" style="white-space:pre"> </span>0000.1eca8125194e<span class="Apple-tab-span" style="white-space:pre">
</span>no<span class="Apple-tab-span" style="white-space:pre"> </span>int-br-eth0</div>
<div>qbrd7ff18fb-25<span class="Apple-tab-span" style="white-space:pre"> </span>8000.c63624b236b0<span class="Apple-tab-span" style="white-space:pre">
</span>no<span class="Apple-tab-span" style="white-space:pre"> </span>qvbd7ff18fb-25</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>vnet0</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Thank you.</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>
<div>Steven Barnabas<br>
Network Engineer <br>
Front Porch, Inc.<br>
209-288-5580<br>
209-652-7733 mobile<br>
<a href="http://www.frontporch.com/">www.frontporch.com</a></div>
<div><br>
</div>
<br class="Apple-interchange-newline">
</div>
<br>
<div>
<div>On May 20, 2013, at 5:56 PM, Lorin Hochstein <<a href="mailto:lorin@nimbisservices.com">lorin@nimbisservices.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>Steven:</div>
<div><br>
</div>
<div>The first thing that jumps out at me is that your physical eth0 interface is attached to a bridge (br-eth0), and eth0 also has an IP address (172.16.32.12), and that IP address is on the subnet of your default gateway (172.16.32.1).</div>
<div><br>
</div>
<div>
<blockquote type="cite">
<div>default via 172.16.32.1 dev eth0  metric 100 </div>
<div><br>
</div>
<div>
<div>2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000</div>
<div>    link/ether 00:15:17:15:ac:78 brd ff:ff:ff:ff:ff:ff</div>
<div>    inet 172.16.32.12/24 brd 172.16.32.255 scope global eth0</div>
<div>    inet6 fe80::215:17ff:fe15:ac78/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
</div>
<div>
<div>14: phy-br-eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000</div>
<div>    link/ether 82:d5:6e:2a:bd:87 brd ff:ff:ff:ff:ff:ff</div>
<div>    inet6 fe80::80d5:6eff:fe2a:bd87/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
<div><br>
</div>
</div>
<div>bridge name<span class="Apple-tab-span" style="white-space: pre; "> </span>bridge id STP enabled<span class="Apple-tab-span" style="white-space: pre; ">
</span>interfaces</div>
<div>br-eth0<span class="Apple-tab-span" style="white-space: pre; "> </span>0000.00151715ac78 no<span class="Apple-tab-span" style="white-space: pre; ">
</span>eth0</div>
</blockquote>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Because of how Linux is implemented, if you attach an interface to a bridge, then you can't put an IP address on the interface; you must remove the IP address from the interface and attach it to the bridge instead. For details, see the first question under
 the heading "Configuration Problems" in the Open vSwitch FAQ <<a href="http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=FAQ;hb=HEAD">http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=FAQ;hb=HEAD</a>>. (Note: the same
 issue exists for Linux bridges).</div>
<div><br>
</div>
<div>If your setup supports having a separate management network and data network (see <a href="http://docs.openstack.org/grizzly/openstack-network/admin/content/connectivity.html">http://docs.openstack.org/grizzly/openstack-network/admin/content/connectivity.html</a>),
 I recommend using a router on your management network as your default gateway. In your case, it looks like you have a separate network on eth2, so if you change your default route to a router on your 192.168.0.0/24 network, it may clear up your problem.</div>
<div><br>
</div>
<div>In general, your compute node doesn't need to have an IP address on the data network. If you want it to have one, add it to one of the bridges rather than directly to eth0.</div>
<div><br>
</div>
<div>Hopefully, this will resolve your issue.</div>
<div><br>
</div>
<div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; ">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>Take care,</div>
<div><br>
</div>
<div>Lorin</div>
<div>--</div>
<div>Lorin Hochstein</div>
<div>Lead Architect - Cloud Services</div>
<div>Nimbis Services, Inc.</div>
<div><a href="https://www.nimbisservices.com/">www.nimbisservices.com</a></div>
<div><br>
</div>
</div>
</span><br class="Apple-interchange-newline">
</div>
<br class="Apple-interchange-newline">
</span><br class="Apple-interchange-newline">
</div>
<br>
<div>
<div>On May 20, 2013, at 6:58 PM, Steven Barnabas <<a href="mailto:sbarnabas@frontporch.com">sbarnabas@frontporch.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>Ok, I'm pretty sure it has something to do with my compute box.  everything else works.  I can ping out from my network box but I can't ping anything from my compute box or VM.  When I do a TCP dump on my Compute box and try to ping it from my network
 box, I can see the requests coming in but the compute box never sends a response back to the ICMP.  Im not sure whats going on.</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>Steven Barnabas<br>
Network Engineer <br>
Front Porch, Inc.<br>
209-288-5580<br>
209-652-7733 mobile<br>
<a href="http://www.frontporch.com/">www.frontporch.com</a></div>
<div><br>
</div>
<br class="Apple-interchange-newline">
</div>
<br>
<div>
<div>On May 20, 2013, at 3:19 PM, Steven Barnabas <<a href="mailto:sbarnabas@frontporch.com">sbarnabas@frontporch.com</a>></div>
<div> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
I have had to re-build my Compute box because I could was not able to get to the internet anymore through my VM once I had created the new network.  So now I am back to trying to get my flat network up and running with my VM.  For some reason, I cannot ping
 anything from my compute box other than the management IP's.  I followed the instructions on creating a flat network as before but this time its not working.  
<div><br>
</div>
<div>the only thing I did different this time was in /etc/sysctl.conf  I changed ipv4 ip _forward = 0 to 1.  But this did not help.   I am going to change it back.</div>
<div><br>
</div>
<div>Here is the information you requested.  This is from my compute box.</div>
<div><br>
</div>
<div>ip a:</div>
<div>
<div>root@FPCompute:~# ip a</div>
<div>1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN </div>
<div>    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00</div>
<div>    inet 127.0.0.1/8 scope host lo</div>
<div>    inet6 ::1/128 scope host </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000</div>
<div>    link/ether 00:15:17:15:ac:78 brd ff:ff:ff:ff:ff:ff</div>
<div>    inet 172.16.32.12/24 brd 172.16.32.255 scope global eth0</div>
<div>    inet6 fe80::215:17ff:fe15:ac78/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</div>
<div>    link/ether 00:1b:21:43:28:58 brd ff:ff:ff:ff:ff:ff</div>
<div>4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000</div>
<div>    link/ether 00:15:17:15:ac:79 brd ff:ff:ff:ff:ff:ff</div>
<div>    inet 192.168.0.3/24 brd 192.168.0.255 scope global eth2</div>
<div>    inet6 fe80::215:17ff:fe15:ac79/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>5: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</div>
<div>    link/ether 00:1b:21:43:28:59 brd ff:ff:ff:ff:ff:ff</div>
<div>6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</div>
<div>    link/ether 00:18:8b:4c:7e:7a brd ff:ff:ff:ff:ff:ff</div>
<div>7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</div>
<div>    link/ether 00:15:17:15:ac:7a brd ff:ff:ff:ff:ff:ff</div>
<div>8: eth6: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</div>
<div>    link/ether 00:1b:21:43:28:5c brd ff:ff:ff:ff:ff:ff</div>
<div>9: eth7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</div>
<div>    link/ether 00:15:17:15:ac:7b brd ff:ff:ff:ff:ff:ff</div>
<div>10: eth8: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</div>
<div>    link/ether 00:1b:21:43:28:5d brd ff:ff:ff:ff:ff:ff</div>
<div>11: eth9: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000</div>
<div>    link/ether 00:18:8b:4c:7e:7c brd ff:ff:ff:ff:ff:ff</div>
<div>12: br-eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN </div>
<div>    link/ether 00:15:17:15:ac:78 brd ff:ff:ff:ff:ff:ff</div>
<div>13: br-int: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN </div>
<div>    link/ether 1e:ca:81:25:19:4e brd ff:ff:ff:ff:ff:ff</div>
<div>14: phy-br-eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000</div>
<div>    link/ether 82:d5:6e:2a:bd:87 brd ff:ff:ff:ff:ff:ff</div>
<div>    inet6 fe80::80d5:6eff:fe2a:bd87/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>15: int-br-eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000</div>
<div>    link/ether 02:c8:17:03:82:55 brd ff:ff:ff:ff:ff:ff</div>
<div>    inet6 fe80::c8:17ff:fe03:8255/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>17: qbr44aa454d-9e: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP </div>
<div>    link/ether 82:e3:04:1b:7c:dd brd ff:ff:ff:ff:ff:ff</div>
<div>    inet6 fe80::9c52:45ff:fee0:5c30/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>18: qvo44aa454d-9e: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000</div>
<div>    link/ether 42:5b:38:01:5c:dc brd ff:ff:ff:ff:ff:ff</div>
<div>    inet6 fe80::405b:38ff:fe01:5cdc/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>19: qvb44aa454d-9e: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master qbr44aa454d-9e state UP qlen 1000</div>
<div>    link/ether 82:e3:04:1b:7c:dd brd ff:ff:ff:ff:ff:ff</div>
<div>    inet6 fe80::80e3:4ff:fe1b:7cdd/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
<div>20: vnet0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master qbr44aa454d-9e state UNKNOWN qlen 500</div>
<div>    link/ether fe:16:3e:ab:ee:af brd ff:ff:ff:ff:ff:ff</div>
<div>    inet6 fe80::fc16:3eff:feab:eeaf/64 scope link </div>
<div>       valid_lft forever preferred_lft forever</div>
</div>
<div><br>
</div>
<div>ip route:</div>
<div>
<div>root@FPCompute:~# ip route</div>
<div>default via 172.16.32.1 dev eth0  metric 100 </div>
<div>172.16.32.0/24 dev eth0  proto kernel  scope link  src 172.16.32.12 </div>
<div>192.168.0.0/24 dev eth2  proto kernel  scope link  src 192.168.0.3 </div>
</div>
<div><br>
</div>
<div>brctl show:</div>
<div>
<div>root@FPCompute:~# brctl show</div>
<div>bridge name<span class="Apple-tab-span" style="white-space:pre"> </span>bridge id<span class="Apple-tab-span" style="white-space:pre">
</span>STP enabled<span class="Apple-tab-span" style="white-space:pre"> </span>interfaces</div>
<div>br-eth0<span class="Apple-tab-span" style="white-space:pre"> </span>0000.00151715ac78<span class="Apple-tab-span" style="white-space:pre">
</span>no<span class="Apple-tab-span" style="white-space:pre"> </span>eth0</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>phy-br-eth0</div>
<div>br-int<span class="Apple-tab-span" style="white-space:pre"> </span>0000.1eca8125194e<span class="Apple-tab-span" style="white-space:pre">
</span>no<span class="Apple-tab-span" style="white-space:pre"> </span>int-br-eth0</div>
<div>qbr44aa454d-9e<span class="Apple-tab-span" style="white-space:pre"> </span>8000.82e3041b7cdd<span class="Apple-tab-span" style="white-space:pre">
</span>no<span class="Apple-tab-span" style="white-space:pre"> </span>qvb44aa454d-9e</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>vnet0</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>
<div>Steven Barnabas<br>
Network Engineer <br>
Front Porch, Inc.<br>
209-288-5580<br>
209-652-7733 mobile<br>
<a href="http://www.frontporch.com/">www.frontporch.com</a></div>
<div><br>
</div>
<br class="Apple-interchange-newline">
</div>
<br>
<div>
<div>On May 17, 2013, at 8:07 PM, Lorin Hochstein <<a href="mailto:lorin@nimbisservices.com">lorin@nimbisservices.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">Steven:
<div><br>
</div>
<div>Can you paste the output from the following commands on your system?</div>
<div><br>
</div>
<div>ip a</div>
<div style="">ip route</div>
<div style="">brctl show</div>
<div style=""><br>
</div>
<div style=""><br>
</div>
<div style="">Lorin</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Thu, May 9, 2013 at 8:26 PM, Steven Barnabas <span dir="ltr">
<<a href="mailto:sbarnabas@frontporch.com" target="_blank">sbarnabas@frontporch.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">Ok so every since i sent the  <b>nova-manage network create --fixed_range_v4=<a href="http://1.1.1.0/24" target="_blank">1.1.1.0/24</a> --num_networks=1 --network_size=256 --vlan=1 --label=IN-Interface --project=admin --bridge=br-eth4
 --bridge_interface=eth4 </b>My compute box cannot ping its own gateway.  Also, my VM's cannot ping outside or any other node on the network.
<div><br>
</div>
<div>I got everything else back up and running.</div>
<div><br>
</div>
<div>
<div class="im"><br>
<div>
<div>Steven Barnabas<br>
Network Engineer <br>
Front Porch, Inc.<br>
<a href="tel:209-288-5580" value="+12092885580" target="_blank">209-288-5580</a><br>
<a href="tel:209-652-7733" value="+12096527733" target="_blank">209-652-7733</a> mobile<br>
<a href="http://www.frontporch.com/" target="_blank">www.frontporch.com</a></div>
<div><br>
</div>
<br>
</div>
<br>
</div>
<div>
<div>On May 9, 2013, at 3:49 PM, Steven Barnabas <<a href="mailto:sbarnabas@frontporch.com" target="_blank">sbarnabas@frontporch.com</a>></div>
<div>
<div class="h5">
<div> wrote:</div>
<br>
<blockquote type="cite">
<div style="word-wrap:break-word">OK, I managed to delete the network through the console by scrubing the project first.  
<div><br>
</div>
<div>Now I have no networks listed in my nova-manage network list but my old network is still showing up in Horizon.</div>
<div><br>
</div>
<div>Should I just delete and start over?</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>
<div>Steven Barnabas<br>
Network Engineer <br>
Front Porch, Inc.<br>
<a href="tel:209-288-5580" value="+12092885580" target="_blank">209-288-5580</a><br>
<a href="tel:209-652-7733" value="+12096527733" target="_blank">209-652-7733</a> mobile<br>
<a href="http://www.frontporch.com/" target="_blank">www.frontporch.com</a></div>
<div><br>
</div>
<br>
</div>
<br>
<div>
<div>On May 9, 2013, at 3:39 PM, Steven Barnabas <<a href="mailto:sbarnabas@frontporch.com" target="_blank">sbarnabas@frontporch.com</a>> wrote:</div>
<br>
<blockquote type="cite">
<div style="word-wrap:break-word">Ok, I did not boot from the console, I booted from Horizon.  So i did not use any options.  
<div> </div>
<div>I also assigned the <a href="http://1.1.1.1/24" target="_blank">1.1.1.1/24</a> to that network in horizon.  It was already part of the project.  </div>
<div><br>
</div>
<div>When I did a nova-manage network list on the controller box, it was only showing the 1.1.1.1 network.</div>
<div><br>
</div>
<div>I deleted the 1.1.1.1 network to start over through horizon.</div>
<div><br>
</div>
<div>So now in Horizon, I see my original network, but when I do a nova-manage network list I still only see the 1.1.1.1  I tried to delete it but it says it cannot be found.</div>
<div><br>
</div>
<div>i think i messed something up by using Horizon.  I rebooted the Controller and the Compute box and it still just shows the 1.1.1.1 network.</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>
<div>Steven Barnabas<br>
Network Engineer <br>
Front Porch, Inc.<br>
<a href="tel:209-288-5580" value="+12092885580" target="_blank">209-288-5580</a><br>
<a href="tel:209-652-7733" value="+12096527733" target="_blank">209-652-7733</a> mobile<br>
<a href="http://www.frontporch.com/" target="_blank">www.frontporch.com</a></div>
<div><br>
</div>
<br>
</div>
<br>
<div>
<div>On May 9, 2013, at 2:44 PM, Joe Topjian <<a href="mailto:joe.topjian@cybera.ca" target="_blank">joe.topjian@cybera.ca</a>> wrote:</div>
<br>
<blockquote type="cite">
<div dir="ltr">Hi Steven,
<div><br>
</div>
<div>Great! Now, you might have to assign the network to the project which you will be launching instances from. It'll be something like:</div>
<div><br>
</div>
<div>nova-manage network modify --fixed_range=<a href="http://1.1.1.0/24" target="_blank">1.1.1.0/24</a> --project=<uuid of project></div>
<div><br>
</div>
<div>check "nova-manage network modify" for more info.</div>
<div><br>
</div>
<div>Then if you do "nova-manage network list" you should see the project uuid listed for two different networks.</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Joe</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Thu, May 9, 2013 at 3:16 PM, Steven Barnabas <span dir="ltr">
<<a href="mailto:sbarnabas@frontporch.com" target="_blank">sbarnabas@frontporch.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div style="word-wrap:break-word">ok I did this:
<div>
<div><b>nova-manage network create --fixed_range_v4=<a href="http://1.1.1.0/24" target="_blank">1.1.1.0/24</a> --num_networks=1 --network_size=256 --vlan=1 --label=IN-Interface --project=admin --bridge=br-eth4 --bridge_interface=eth4</b></div>
<div><br>
</div>
<div>And it worked! </div>
<div><br>
</div>
<div>this was the output:</div>
<div>
<div>2013-05-09 14:09:14 DEBUG nova.utils [req-55460cdf-fe87-4f86-9ffb-237dd8024ea9 None None] backend <module 'nova.db.sqlalchemy.api' from '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc'> __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:506</div>
</div>
<div><br>
</div>
<div>But….It did not add a secondary Interface when I launched my VNC console to the instance through the gui.  It actually replaced the first network with the second network.  Not adding the second interface.</div>
<div><br>
</div>
<div>Should I try launching it a different way?</div>
<div><br>
</div>
<div><br>
</div>
<div>Thanks.</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>Steven Barnabas<br>
Network Engineer <br>
Front Porch, Inc.<br>
<a href="tel:209-288-5580" value="+12092885580" target="_blank">209-288-5580</a><br>
<a href="tel:209-652-7733" value="+12096527733" target="_blank">209-652-7733</a> mobile<br>
<a href="http://www.frontporch.com/" target="_blank">www.frontporch.com</a></div>
<div><br>
</div>
<br>
</div>
<br>
<div>
<div>On May 7, 2013, at 7:18 AM, Joe Topjian <<a href="mailto:joe.topjian@cybera.ca" target="_blank">joe.topjian@cybera.ca</a>> wrote:</div>
<br>
<blockquote type="cite">
<div dir="ltr">Hi Steven,
<div><br>
</div>
<div>Have you tried the --bridge_interface option?</div>
<div><br>
</div>
<div>"nova-manage network create -h" shows both --bridge and --bridge_interface as options. </div>
<div><br>
</div>
<div>Thanks,</div>
<div>Joe</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Mon, May 6, 2013 at 5:36 PM, Steven Barnabas <span dir="ltr">
<<a href="mailto:sbarnabas@frontporch.com" target="_blank">sbarnabas@frontporch.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">Ok I changed my /etc/network/interfaces eth-4 interface to manual
<div><br>
</div>
<div>when I do a <b>brctl show</b> this is the output:</div>
<div>
<div>root@FPCompute:~# brctl show</div>
<div>bridge name<span style="white-space:pre-wrap"> </span>bridge id<span style="white-space:pre-wrap">
</span>STP enabled<span style="white-space:pre-wrap"> </span>interfaces</div>
<div>br-eth0<span style="white-space:pre-wrap"> </span>0000.00151715ac78<span style="white-space:pre-wrap">
</span>no<span style="white-space:pre-wrap"> </span>eth0</div>
<div><span style="white-space:pre-wrap"></span>phy-br-eth0</div>
<div>br-eth4<span style="white-space:pre-wrap"> </span>0000.00188b4c7e7a<span style="white-space:pre-wrap">
</span>no<span style="white-space:pre-wrap"> </span>eth4</div>
<div>br-int<span style="white-space:pre-wrap"> </span>0000.d6e482502444<span style="white-space:pre-wrap">
</span>no<span style="white-space:pre-wrap"> </span>int-br-eth0</div>
<div>qbr4ba9f712-ec<span style="white-space:pre-wrap"> </span>8000.7abe7483f8e4<span style="white-space:pre-wrap">
</span>no<span style="white-space:pre-wrap"> </span>qvb4ba9f712-ec</div>
</div>
<div><br>
</div>
<div>So the bridge is already there and the interface is mapped to it from what it looks like.  </div>
<div><br>
</div>
<div>When I do this:</div>
<div><b>nova-manage network create --fixed_range_v4=<a href="http://1.1.1.0/24" target="_blank">1.1.1.0/24</a> --num_networks=1 --network_size=256 --vlan=1 --label=IN-Interface --project=admin --bridge=br-eth4</b></div>
<div>I still get the:</div>
<div>
<div>Command failed, please check log for more info</div>
<div>2013-05-06 16:18:07 CRITICAL nova [req-9d8bbe89-282c-4490-a3b1-643faeccc849 None None] bridge_interface is required to create a network.</div>
<div>2013-05-06 16:18:07 22953 TRACE nova Traceback (most recent call last):</div>
<div>2013-05-06 16:18:07 22953 TRACE nova   File "/usr/bin/nova-manage", line 1404, in <module></div>
<div>2013-05-06 16:18:07 22953 TRACE nova     main()</div>
<div>2013-05-06 16:18:07 22953 TRACE nova   File "/usr/bin/nova-manage", line 1391, in main</div>
<div>2013-05-06 16:18:07 22953 TRACE nova     fn(*fn_args, **fn_kwargs)</div>
<div>2013-05-06 16:18:07 22953 TRACE nova   File "/usr/bin/nova-manage", line 480, in create</div>
<div>2013-05-06 16:18:07 22953 TRACE nova     net_manager.create_networks(context.get_admin_context(), **kwargs)</div>
<div>2013-05-06 16:18:07 22953 TRACE nova   File "/usr/lib/python2.7/dist-packages/nova/network/manager.py", line 2105, in create_networks</div>
<div>2013-05-06 16:18:07 22953 TRACE nova     self, context, vpn=True, **kwargs)</div>
<div>2013-05-06 16:18:07 22953 TRACE nova   File "/usr/lib/python2.7/dist-packages/nova/network/manager.py", line 1461, in create_networks</div>
<div>2013-05-06 16:18:07 22953 TRACE nova     raise exception.NetworkNotCreated(req=fld)</div>
<div>2013-05-06 16:18:07 22953 TRACE nova NetworkNotCreated: bridge_interface is required to create a network.</div>
<div>2013-05-06 16:18:07 22953 TRACE nova </div>
</div>
<div><br>
</div>
<div>I even tried adding br-eth4 to my /etc/network/interfaces and it still did not work.  I removed that now.</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>
<div>Steven Barnabas<br>
Network Engineer <br>
Front Porch, Inc.<br>
<a href="tel:209-288-5580" value="+12092885580" target="_blank">209-288-5580</a><br>
<a href="tel:209-652-7733" value="+12096527733" target="_blank">209-652-7733</a> mobile<br>
<a href="http://www.frontporch.com/" target="_blank">www.frontporch.com</a></div>
<div><br>
</div>
<br>
</div>
<br>
<div>
<div>On May 4, 2013, at 7:42 AM, Joe Topjian <<a href="mailto:joe.topjian@cybera.ca" target="_blank">joe.topjian@cybera.ca</a>> wrote:</div>
<br>
<blockquote type="cite">
<blockquote type="cite" style="font-family:Helvetica;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">
<div style="word-wrap:break-word"><b>nova-manage network create --fixed_range_v4=<a href="http://1.1.1.0/24" target="_blank">1.1.1.0/24</a><span> </span>--num_networks=1 --network_size=256 --vlan=1 --label=IN-Interface --project=admin --bridge=br-2</b></div>
</blockquote>
</blockquote>
</div>
<br>
</div>
</div>
</blockquote>
</div>
<br>
<br clear="all">
<span><font color="#888888">
<div><br>
</div>
-- <br>
Joe Topjian
<div>Systems Administrator</div>
<div>Cybera Inc.</div>
<div><br>
</div>
<div><a href="http://www.cybera.ca/" target="_blank">www.cybera.ca</a></div>
<div><br>
</div>
<div><font color="#666666"><span>Cybera</span><span> is a not-for-profit organization that works to spur and support innovation, for the economic benefit of Alberta, through the use of cyberinfrastructure.</span></font></div>
</font></span></div>
</blockquote>
</div>
<br>
</div>
</div>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
Joe Topjian
<div>Systems Administrator</div>
<div>Cybera Inc.</div>
<div><br>
</div>
<div><a href="http://www.cybera.ca/" target="_blank">www.cybera.ca</a></div>
<div><br>
</div>
<div><font color="#666666"><span>Cybera</span><span> is a not-for-profit organization that works to spur and support innovation, for the economic benefit of Alberta, through the use of cyberinfrastructure.</span></font></div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
_______________________________________________<br>
OpenStack-operators mailing list<br>
<a href="mailto:OpenStack-operators@lists.openstack.org" target="_blank">OpenStack-operators@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br>
</blockquote>
</div>
<br>
</div>
</div>
_______________________________________________<br>
OpenStack-operators mailing list<br>
<a href="mailto:OpenStack-operators@lists.openstack.org" target="_blank">OpenStack-operators@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br>
</blockquote>
</div>
</div>
</div>
<br>
</div>
</div>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr">Lorin Hochstein<br>
<div>Lead Architect - Cloud Services</div>
<div>Nimbis Services, Inc.</div>
<div><a href="http://www.nimbisservices.com/" target="_blank">www.nimbisservices.com</a></div>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
_______________________________________________<br>
OpenStack-operators mailing list<br>
<a href="mailto:OpenStack-operators@lists.openstack.org">OpenStack-operators@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br>
</blockquote>
</div>
<br>
</div>
</blockquote>
</div>
<br>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</body>
</html>