Wrong Gateway IP Specified for External Neutron Network
Problem
- Floating IPs are unreachable for VMs on a particular external network or subnet.
- VMs with Floating IPs on this subnet are unable to reach the internet or otherwise don't possess any external connectivity.
- The gateway IP is unreachable from the corresponding 'fip-' namespace (residing on the hypervisor for DVR environments, which is default).
Environment
- Platform9 Managed OpenStack - All Versions
- Neutron
Cause
The wrong gateway IP is specified for the Neutron subnet which is associated with the affected VM(s) or networking is misconfigured such that the gateway IP isn't reachable.
Resolution
Clarity UI
- Login to Clarity UI.
- Navigate to > Networks.
- Click on the name of the network.
- Navigate to > Subnets.
- Choose the subnet that needs to be modified.
- Click on "Edit Subnet"
- Edit the "Gateway IP" field.
- Click "Update Subnet".

Screen_Shot_2021-04-09_at_9_47_18_AM.png
OpenStack CLI
1. List the networks.
2. Show the subnet based on the list of subnet UUIDs returned.
3. Edit the subnet's gateway IP.
Additional Information
Was this page helpful?