Custom Search

Wednesday, June 10, 2015

OpenStack Difference between static routes and host routes

1)
Host routes:
Host routes added to a subnet get pushed to the instances in that subnet via dhcp.


http://xuhanp.tumblr.com/post/107088879052/openstack-neutron-subnet-extra-routes-usage


https://github.com/numansiddique/snat_test/wiki/Site-to-Site-VPN-in-OpenContrail


2)
Static routes:
A route added to a router via router-create or router-update is added to the routing table within the qrouter namespace and affects all connected subnets/instances.

No comments:

Post a Comment