cannot ping any neutron router interface
I am trying to install openstack using the instructions given in this link http://docs.openstack.org/juno/instal...
I am not able to ping the subnet from my controller node. I have a three node setup, all of which are virtual machines with single nics. I am running these VMs on VMware workstation. On my controller node, I can see that all the agents are active, as mentioned in the document. On the network node, I have 3 namespaces, a router namespace and two dhcp namespaces. The setup is as follows
I can ping the gateway to the external net from router namspace. I can also ping the subnet interface from router. However, I am not able to ping the subnet (192.168.1.1) from controller. Neither could I ping controller from router.
The output of 'ip a' is at http://paste.openstack.org/show/178514 The output of 'ovs-vsctl show' is at http://paste.openstack.org/show/178515
Can someone help me fix this issue?
Whats your ICMP rule, make sure it's not disabled, Check Access- Security Tab
I checked that! It is enabled :)