i play with a multi-node devstack installation using nova-network and having quantum disabled.
my problem is that i cannot connect to a created instance in a node A from another node B of the installation
Some comments regarding the installation:
- for the fixed_ip and the floating_ip range i use two sets of private ips.
- fixed_ips seem to work and after the services are up i can see a related entry in the routing table
- floating_ips also work, meaning that they can be assigned to created instances however are not accesible from other nodes (or the same node) and no routing entry exists (or any other entry in the iptables)
should floating_ips be public ones ? why no routing entry is created for floating ips?