Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/neutron/+spec/l3-dual-nat-mode. Description: With dual-NAT mode enabled, each router has a 'private' gateway port, which is not maintained by Quantum. All those gateway ports of the routers in a L3 agent are bridged to br-ex and belong to the same local subnet (e.g. 169.254.4.0/24). The subnet's gateway is another tap device in the network node host and bridged to br-ex as well. There will be two NAT ops when a VM access outside network, one is between tenant network and "private" subnet, and the other is between "private" subnet and destination network. Dual-NAT mode could bring two benefits: * reduce the usage of public IP address * VMs can access all the networks that can be accessed by network node host Specification URL (additional information): None