DevStack: Public-Private Network Topology, I Pay $10 for sollution
Hello, I've spend a lot of time with this and I would gladly pay 10$(paypal) for a solution to my problem:
I can't manage to deploy Openstack with Public and Private Network Topology
Host Machine: Windows 7 x64:
HOST IP: 192.168.2.106
GATEWAY: 192.168.2.1 (assign from 192.168.2.100-192.168.2.200)Installed Virtual Box:
Adapter 1 -Internal Network
Adapter 2 - Bridged Adapter
Guest Machine: Ubuntu x64
Primary Network Interface eth1 static; 192.168.2.110 gateway 192.168.2.1
and auto eth0 static; 10.0.0.1, netmask 255.255.255.0 (no gateway)
Can someone tell me what to write in my localrc to have a PUBLIC and PRIVATE NETWORK.
> My current localrc is:
> PUBLIC_NETWORK_NAME=public-net
> PUBLIC_INTERFACE=eth1
> FLOATING_RANGE=192.168.2.112/29
> Q_FLOATING_ALLOCATION_POOL=start=192.168.2.113,end=192.168.2.199
> PUBLIC_NETWORK_GATEWAY=192.168.2.1
> PRIVATE_NETWORK_NAME=private-net
> FLAT_INTERFACE=eth0
> FIXED_NETWORK_SIZE=256
> NETWORK_GATEWAY=10.0.0.1
Well...it didn't worked for me - I only see private-net in my Network Topology...Someone PLEASE HELP!