[Openstack] [Neutron] How to setup the neutron with provider network and get it work?

2014-03-26 Thread Alex Yang
Hi All, I had try to setup a environment of neutron provider network. I follow some instructions as belows. http://trickycloud.wordpress.com/2013/11/12/setting-up-a-flat-network-with-neutron http://developer.rackspace.com/blog/neutron-networking-simple-flat-network.html There are three nodes in

Re: [Openstack] Neutron network node setup

2014-04-01 Thread Alex Yang
Hi Erich, I think this following articles may helpful for you. http://developer.rackspace.com/blog/categories/networking/ 2014-04-02 5:59 GMT+08:00 Erich Weiler : > Hey Y'all, > > I'm setting up a dedicated neutron network node and I'm having a bit of > trouble understanding the way the netwo

Re: [Openstack] networking problem while creating multiple external networks using multiple l3 agents

2014-06-15 Thread Alex Yang
Hi Kim, You should check the firewall rule of the vm at first. Then, If the qrouter and vm are not in the same host, you should check the connection of tunnel between the two host by using ovs-vsctl show. Using tcpdump to inspect the packets in br-ext, br-int is also useful. 2014-06-13 14:51 GM