Skip to content

Commit ef879a6

Browse files
committed
Add RHOSP egress IP information
1 parent 67f808c commit ef879a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/nw-egress-router-about.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ If you deploy {product-title} on {rh-openstack}, you must allow traffic from the
9898
$ openstack port set --allowed-address \
9999
ip_address=<ip_address>,mac_address=<mac_address> <neutron_port_uuid>
100100
----
101+
[NOTE]
102+
====
103+
The {rh-openstack} egress IP address feature creates a neutron reservation port called `egressip-<IP address>`.
104+
When an egress IP address on an OpenStack network is moved from one node to another, because of a node failover for example, the neutron reservation port is removed and recreated. As a result, a floating IP address might be bound to the port, creating a SNAT mapping of the egress IP address to a public IP address. Because SNAT breaks the floating IP address, a system administrator must recreate the floating IP address.
105+
====
106+
107+
101108

102109
{rh-virtualization-first}::
103110

0 commit comments

Comments
 (0)