bilelmsekni / OpenStack-Grizzly-Install-Guide

A full install guide for OpenStack Grizzly
352 stars 218 forks source link

Issues in networking node which is creating issues in spawning VMs #161

Closed noah8713 closed 10 years ago

noah8713 commented 10 years ago

Hi ,

I am able to run my set up as per the instructions suggested using OVS_SingleNode. However, there is one conflict I get for spawing my VMs.

My gateway is 10.211.16.1 and my internet ip is 10.211.19.19.

I see your guide where in you give the gateway following the same range for 192.168.100.51 and 192.168.100.1 as the gateway.

All the configurations work fine and I do have internet connectivity after restart.

However issue in VM's internet. Please suggest any changes if I am missing.

Pleas find mu interface files:

auto lo iface lo inet loopback

auto eth0 iface eth0 inet manual up ifconfig $IFACE 0.0.0.0 up up ip link set $IFACE promisc on down ip link set $IFACE promisc off down ifconfig $IFACE down

auto br-ex iface br-ex inet static address 10.211.19.19 netmask 255.255.248.0 gateway 10.211.16.1 dns-nameservers 8.8.8.8

Looking forward for your reply