HI all, Another day of failed attempts to get this right. Would appreciate any
help you can give. Its been almost 3 weeks and I haven't been able to get past
this point.
I have an All-in-one Devstack grizzly deployment here, but I cannot get the
networking right no matter how I configure it.
My Physical Host NIC settings are:
-----------------------------------------
auto eth0
iface eth0 inet static
address 192.168.100.24
netmask 255.255.255.0
network 192.168.100.0
broadcast 192.168.100.255
gateway 192.168.100.254
#Secondary network not connected to anything(cable not plugged in)
auto eth1
iface eth1 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
------------------------------------------
What should my localrc file correctly look like? I really dont understand this.
Should the floating IPs be on the same subnet as my host IP?
for example, HOST_IP=192.168.100.24/24 with the GW 192.168.100.254
FLOATING_RANGE=192.168.100.0/24
if I dont configure any ips ranges then I always get a 172. IP for my public
network and my instances do not get a IP from DHCP services.
Thank you for your help
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack