Set router gateway for non-external networks
Is there a way to set a network as router gateway that is not external?
First time here? Check out the FAQ!
Is there a way to set a network as router gateway that is not external?
I am more interested in the use case than the question itself. Can you elaborate ?
Asked: 2015-02-11 09:12:31 -0500
Seen: 150 times
Last updated: Jun 16 '16
maybe if NEXT_HOP_IP is reachable from some VLAN provider net that is attached as an internal interface to the router, then
neutron router-update $ROUTER_ID --routes type=dict list=true destination=0.0.0.0/0,nexthop=$NEXT_HOP_IP