<div dir="ltr"><div>I'll give it a go.<br></div><div>For starters, your management network would actually be <a href="http://10.0.0.0/8">10.0.0.0/8</a>, not <a href="http://10.3.7.0/8">10.3.7.0/8</a>. /8 means that only the first octet is significant for the network portion. You'd need to make it a /24 network if you want 10.3.7.0 (/24 is perfectly fine for that address by the way).</div>
<div><br></div><div>Personally I would look here:</div><div><a href="http://docs.openstack.org/grizzly/openstack-network/admin/content/ch_install.html">http://docs.openstack.org/grizzly/openstack-network/admin/content/ch_install.html</a></div>
<div><br></div><div>Just follow those steps for the OVS plugin. When it comes time to install the L3 agent, you do:</div><div><div>ovs-vsctl add-br br-ex</div><div>ovs-vsctl add-port br-ex eth1</div></div><div><br></div><div>
eth1 doesn't need to have an IP address assigned.</div><div>Once everything is setup, you can do this:</div><div><br></div><div>quantum net-create public --router:external=True<br></div><div>quantum subnet-create --gateway 192.168.100.254 public <a href="http://192.168.100.0/24">192.168.100.0/24</a> --allocation-pool start=192.168.100.25,end=192.168.100.250 --disable-dhcp --name public-subnet<br>
</div><div><br></div><div>Then in Horizon you can create a Router, attach one interface to the internal network, and then set it's gateway to the "public" network, you should be good to go.</div><div class="gmail_extra">
<br></div><div class="gmail_extra">You can then assign your instances floating IP's from the <a href="http://192.168.100.0/24">192.168.100.0/24</a> subnet. Traffic will be routed through the virtual router, out the eth1 interface.<br>
<br><div class="gmail_quote">On Fri, Jul 19, 2013 at 1:39 AM, Jake G. <span dir="ltr"><<a href="mailto:dj_dark_junglist@yahoo.com" target="_blank">dj_dark_junglist@yahoo.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><div style="font-size:12pt;font-family:'times new roman','new york',times,serif"><div>Hi all,</div><div><br></div><div style="background-color:transparent">I am having issues with networking. I have a single node Openstack Grizzly server with two NICs.</div>
<div style="background-color:transparent"><br></div><div style="background-color:transparent">-NIC1</div><div style="background-color:transparent">eth0</div><div style="background-color:transparent">IP address: 10.3.7.24</div>
<div style="background-color:transparent">Mask: 255.0.0.0</div><div style="background-color:transparent">GW: none</div><div style="background-color:transparent"><br></div><div style="background-color:transparent">-NIC2</div>
<div style="background-color:transparent">eth1</div><div style="background-color:transparent">IP address: 192.168.100.24</div><div style="background-color:transparent">Mask:
 255.255.255.0</div><div style="background-color:transparent">GW: 192.168.100.254</div><div style="background-color:transparent"><br></div><div style="background-color:transparent">1. Instances should use the <a href="http://192.168.100.0/24" target="_blank">192.168.100.0/24</a> subnet for access to the internet.</div>
<div style="background-color:transparent"><span style="background-color:transparent">2. My Management network should use the <a href="http://10.3.7.0/8" target="_blank">10.3.7.0/8</a> subnet and does not need access to the internet.</span><br>
</div><div style="background-color:transparent"><br></div><div style="background-color:transparent">Could somone help me with setting this up? or a link pointing to something similar?</div><div style="background-color:transparent">
<br></div><div style="background-color:transparent">Thank you</div></div></div><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>
<br></blockquote></div><br></div></div>