Re: [openstack-dev] [neutron] Add static routes on neutron router to devices in the external network

2014-07-24 Thread Kevin Benton
I think external gateway routes are accepted now. The code just checks against the CIDRs of all ports belonging to the router. [1] 1. https://github.com/openstack/neutron/blob/a2fff6ee728db57f0e862548aac9296899ef0fc7/neutron/db/extraroute_db.py#L106 On Wed, Jul 23, 2014 at 8:12 PM, Carl Baldwin

Re: [openstack-dev] [neutron] Add static routes on neutron router to devices in the external network

2014-07-23 Thread Carl Baldwin
I wondered the same as Kevin. Could you confirm that the vpn gateway is directly connected to the external subnet or not? The diagram isn't quite clear Assuming it is directly connected then it is probable that routes through the external gateway are not considered, hence the error you received.

Re: [openstack-dev] [neutron] Add static routes on neutron router to devices in the external network

2014-07-22 Thread Kevin Benton
The issue (if I understand your diagram correctly) is that the VPN GW address is on the other side of your home router from the neutron router. The nexthop address has to be an address on one of the subnets directly attached to the router. In this topology, the static route should be on your home r

[openstack-dev] [neutron] Add static routes on neutron router to devices in the external network

2014-07-22 Thread Ricardo Carrillo Cruz
Hello guys I have the following network setup at home: [openstack instances] -> [neutron router] -> [ [home router] [vpn gw] ] TENANT NETWORK EXTERNAL NETWORK I need my instances to connect to machines that are connected thru the vpn gw server. By default, al