<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'd add the same steps apply for vlan mode,<div>though after you tore down the bridge, you need then to remove the vlan : </div><div><font face="Consolas">$ vconfig rem vlan100</font></div><div><br></div><div>Razique</div><div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Lucida Grande'; 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; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: Helvetica; "><span class="Apple-style-span" style="font-family: Helvetica; "><b style="color: rgb(19, 112, 138); ">Nuage & Co - Razique Mahroua</b></span><span class="Apple-style-span" style="color: rgb(19, 112, 138); font-family: Helvetica; "><b> </b></span><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: 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; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: 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; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: 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; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-weight: normal; font-style: normal; "><font class="Apple-style-span" color="#13708a"><a href="mailto:razique.mahroua@gmail.com">razique.mahroua@gmail.com</a></font></div></span><br class="Apple-interchange-newline"><span></span><span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-weight: normal; font-style: normal; "></span><span style="color: rgb(0, 0, 0); font-weight: normal; "></span></span><span><img height="125" width="125" id="54993c71-ff5d-4a2f-a10b-79ff996dcc87" apple-width="yes" apple-height="yes" src="cid:00E07450-433E-43E6-9005-48B8FD5C669F@la.fabrique"></span>
</span></span></span></div>
<br><div><div>Le 10 sept. 2012 à 01:31, Tom Fifield <<a href="mailto:fifieldt@unimelb.edu.au">fifieldt@unimelb.edu.au</a>> a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite">This might be useful for the disaster recovery section<br><br><br>-------- Original Message --------<br>Subject: Re: [Openstack] After expanding fixed ip range instances no longer have network<br>Date: Fri, 7 Sep 2012 09:12:02 -0700<br>From: Vishvananda Ishaya <<a href="mailto:vishvananda@gmail.com">vishvananda@gmail.com</a>><br>To: Jonathan Proulx <<a href="mailto:jon@jonproulx.com">jon@jonproulx.com</a>><br>CC: <<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>><br><br><br>VERY IMPORTANT FIRST STEP: nova will have moved the ip from eth0 (or whichever device br100 is on) to br100, so if that ip address is needed, you will have to move it back to eth0. If you are connecting over that ip you will have to do it in a script so your connection doesn't drop. Check the <ip>/<netmask> by using ip addr show.<br><br>DISCLAIMER: writing this from memory so check for typos<br>(if br100 was bridged into a device without an ip address you can skip moving the ips but i would still delete br100)<br><br>On each node running nova-network:<br>ip addr del <ip>/<netmask> dev br100<br>ifconfig br100 down<br>brctl delbr br100<br>ip addr add <ip>/<netmask> dev eth0<br><br><br>Now you should be able to make nova recreate everything for you<br>On each node running nova-network:<br>stop nova-network<br>killall dnsmasq<br>rm /var/lib/nova/networks/*<br>start nova-network<br><br>Vish<br><br>On Sep 7, 2012, at 8:33 AM, Jonathan Proulx <<a href="mailto:jon@jonproulx.com">jon@jonproulx.com</a>> wrote:<br><br><blockquote type="cite">Hi All,<br><br>Running Essex on Ununtu 12.04 using multi-host  FlatDHCP nova-networking<br><br>I ran out of IPs on my fixed_ip range so I shut everything (instances,<br>nova-network, nova-compute) down deleted the old network and recreated<br>it with a smaller netmask.  This seems to have almost worked.<br><br>I can start more instances than I previously had fixed ip's, the right<br>ones seem to be being assigned and the mask on the recreated bridge<br>interfaces is correct, but the (ubuntu-cloudimage) instances can't<br>seem to see their NIC's any more, or perhaps aren't getting dhcp<br>properly I'm still trying to force my way in as our instances rather<br>rely on net access for accounts.<br><br>On the compute node things seem OK the bridge is up and the right<br>things are connected:<br><br>root@nova-5:/var/log/nova# brctl show br100<br>bridge name<span class="Apple-tab-span" style="white-space:pre">    </span>bridge id<span class="Apple-tab-span" style="white-space:pre">   </span><span class="Apple-tab-span" style="white-space:pre">    </span>STP enabled<span class="Apple-tab-span" style="white-space:pre"> </span>interfaces<br>br100<span class="Apple-tab-span" style="white-space:pre">   </span><span class="Apple-tab-span" style="white-space:pre">    </span>8000.60eb69d22521<span class="Apple-tab-span" style="white-space:pre">   </span>no<span class="Apple-tab-span" style="white-space:pre">  </span><span class="Apple-tab-span" style="white-space:pre">    </span>eth1<br><span class="Apple-tab-span" style="white-space:pre">      </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span>vnet0<br><span class="Apple-tab-span" style="white-space:pre">     </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span>vnet1<br><span class="Apple-tab-span" style="white-space:pre">     </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span>vnet2<br><br><br>I do notice this in iptables:<br><br>Chain nova-network-POSTROUTING (1 references)<br>target     prot opt source               destination<br>ACCEPT     all  --  10.0.0.0/16          <a href="http://nova-5.csail.mit.edu">nova-5.csail.mit.edu</a><br>ACCEPT     all  --  10.0.0.0/16          10.128.0.0/24<br>ACCEPT     all  --  10.0.0.0/16          10.0.0.0/16          ! ctstate DNAT<br><br><br>my fixed range is 10.0.0.0/16 not sure where 10.128.0.0/24 comes into<br>it as I don't use that network, but can't see that as a problem.<br><br>Can any one tell me what I've looked?<br><br>-Jon<br><br>_______________________________________________<br>Mailing list: <a href="https://launchpad.net/~openstack">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">https://launchpad.net/~openstack</a><br>More help   : <a href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a><br></blockquote><br><br>_______________________________________________<br>Mailing list: <a href="https://launchpad.net/~openstack">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">https://launchpad.net/~openstack</a><br>More help   : <a href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a><br><br><br><br><br>_______________________________________________<br>Openstack-docs mailing list<br><a href="mailto:Openstack-docs@lists.openstack.org">Openstack-docs@lists.openstack.org</a><br>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs<br></blockquote></div><br></div></body></html>