Can't able to ping any IP of Openstack setup, not even Router IP
I have setup a 2 node openstack with Controller (10.180.6.231) and Compute (10.180.4.183). I created a public network with subnet (10.180.6.232/29) and a private network (192.168.12.0/24) a router with interfaces (192.168.12.1 and 10.180.6.237 ) both are Up and Active. But the instances created can't be pinged from Controller node.
ifconfig at Controller
root@controller-ESPRIMO-P400:~# ifconfig
br-ex Link encap:Ethernet HWaddr 00:19:99:fc:05:cd
inet addr:10.180.6.231 Bcast:10.180.7.255 Mask:255.255.252.0
inet6 addr: fe80::219:99ff:fefc:5cd/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:185488 errors:0 dropped:0 overruns:0 frame:0
TX packets:100368 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:59415391 (59.4 MB) TX bytes:37135703 (37.1 MB)
brq2a08be34-4f Link encap:Ethernet HWaddr 82:af:08:f1:44:84
UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1
RX packets:17 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1562 (1.5 KB) TX bytes:0 (0.0 B)
brq34431651-47 Link encap:Ethernet HWaddr 0e:62:f8:51:05:a3
UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1
RX packets:86 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7596 (7.5 KB) TX bytes:0 (0.0 B)
brq5e8f0f7b-06 Link encap:Ethernet HWaddr 8e:4a:f2:4f:91:52
UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1
RX packets:4133 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:119304 (119.3 KB) TX bytes:0 (0.0 B)
brqec44cfcd-bf Link encap:Ethernet HWaddr 0e:75:97:0b:bb:4e
UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1
RX packets:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:664 (664.0 B) TX bytes:0 (0.0 B)
enp2s0 Link encap:Ethernet HWaddr 00:19:99:fc:05:cd
inet addr:10.180.6.231 Bcast:10.180.7.255 Mask:255.255.252.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:979133 errors:0 dropped:0 overruns:0 frame:0
TX packets:417906 errors:0 dropped:1 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:451395795 (451.3 MB) TX bytes:177764547 (177.7 MB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:9892072 errors:0 dropped:0 overruns:0 frame:0
TX ...
Do you try to ping their floating IP addresses? Static addresses in tenant networks are normally not reachable from outside.