Hi Everyone,
Hope you are all doing well.
I’m a beginner to Openstack and Neutron and now run into an issue about SNAT and shared floating IP.
I’ve already deployed a neutron network which use BGP to announce floating IP to PE (Provider Edge router), and everything works as expected when I assigned the public floating IP (e.g., 123.0.0.10/24) to VMs.
But when I tried to use floating IP port-forwarding function with floating IP 123.0.0.20/24 and rule (internal_ip 10.10.10.10, internal_port 5555, external_port 64000), and assign a private IP (10.10.10.10/24) to a VM. The floating IP 123.0.0.20
won’t be advertised through BGP.
May I have some suggestions about how could I get this fixed, or the neutron just won’t work this way?
FYI,
Sincerely,
Alex