multiple fixed-ip without filter
Hi, I'm using icehouse with neutron and linux bridge, VLAN networks.
My goal is that an instance can bind secondary ip's dynamically. DHCP is using only an allocation pool segment of the subnet,leaving the rest for dynamic binding.
Currently I don't find any method to reach those dynamic ip's from outside. I've opened all communication via security rules - no effect. Seems like neutron is filtering letting only the assigned ip(s) in.
As a workaround if's used nova add-fixed-ip but this command doesn't allow to specify an ip and is using only ip's from the allocation-pool.
Is there a way to switch of the filter? Or any other method to accomplish this?
Thanks Bernd