Pings not work from controller
Hi,
After installing OpenStack IceHouse --all-in-one mode using packstack, I cannot ping the VMs from the system (controller and compute at same time)
We can ping using "ip netns exec qrouter-blablabla ping VM_IP"
My router table after launching instances is:
[root@IH-Server ~(keystone_admin)]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
MY_NETWORK 0.0.0.0 255.255.240.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 eth0
0.0.0.0 MY_GW 0.0.0.0 UG 0 0 0 eth0
ovs-vsctl show:
Any help will be highly appreciated.
Thanks.
Have you added All ICMP rule in security group.
Yes, of course:
[root@IH-Server ~(keystone_admin)]# nova secgroup-list-rules default +-------------+-----------+---------+-----------+--------------+ | IP Protocol | From Port | To Port | IP Range | Source Group | +-------------+-----------+---------+-----------+--------------+ | | | | | default | | tcp | 22 | 22 | 0.0.0.0/0 | | | | | | | default | | icmp | -1 | -1 | 0.0.0.0/0 | | +-------------+-----------+---------+-----------+--------------+
Please don't paste pictures of text. Just put the actual output of
ovs-vsctl show
in your question. This makes questions much more searchable.