lliberty cannot ping qrouter gateway
Please refer the following outputs
[root@controller3 ~]# ip netns
qrouter-af524c91-516d-4375-aee9-75595bcba769 (id: 1)
qdhcp-cd9b17c1-f14d-4888-b925-ee9b52dbb48e (id: 3)
qdhcp-15f89395-6d8b-4576-8a4e-e3a4b64e1ef7 (id: 0)
[root@controller3 ~]# neutron router-port-list router
+--------------------------------------+------+-------------------+--------------------------------------------------------------------------------------+
| id | name | mac_address | fixed_ips |
+--------------------------------------+------+-------------------+--------------------------------------------------------------------------------------+
| 6abd55f0-f96d-4ec7-b980-0a9d20557ba3 | | fa:16:3e:ce:f1:12 | {"subnet_id": "2f58d428-5169-43fc-8104-ece124c6a26d", "ip_address": "192.168.0.254"} |
| d1349c65-d5ea-4124-8982-fcda9c9ecf8d | | fa:16:3e:0c:bf:59 | {"subnet_id": "85fa318b-d87e-4fd1-b53e-766383853cac", "ip_address": "172.27.0.7"} |
+--------------------------------------+------+-
I am unable to ping "172.27.0.7". Also on dashboard router icon does not show this interface. I am using my departmental network 172.27.0.0/16 as public network and 192.168.0.0/16 as private network. My compute nodes are using 2 NICs (one 10.0.0.x and other one in unnumbered) My controller has 3 NIC (10.0.0x, 172.27.16.x and one unnumbered) please see below.
[root@controller3 ~]# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
2: enp1s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master brqcd9b17c1-f1 state UP qlen 1000
link/ether a0:36:9f:a1:42:40 brd ff:ff:ff:ff:ff:ff
3: enp1s0f1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000
link/ether 00:1e:67:ad:ad:c3 brd ff:ff:ff:ff:ff:ff
4: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:1e:67:ad:ad:c2 brd ff:ff:ff:ff:ff:ff
inet 172.27.16.31/16 brd 172.27.255.255 scope global eno1
valid_lft forever preferred_lft forever
5: eno2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000
link/ether 00:1e:67:ad:ad:c3 brd ff:ff:ff:ff:ff:ff
6: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether 00:1e:67:ad:ad:c3 brd ff:ff:ff:ff:ff:ff
inet 10.0.0.13/24 brd 10.0.0.255 scope global bond0
valid_lft forever preferred_lft forever
7: tape2e82c07-71@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether aa:9a:ce:71:51:0e brd ff:ff:ff:ff:ff:ff link-netnsid 0
10: brqcd9b17c1-f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether 46:4f:a3:14:a4:47 brd ff:ff:ff:ff:ff:ff
11: tapa4b98a60-1b@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master brqcd9b17c1-f1 state UP qlen 1000
link/ether 46:4f:a3:14:a4:47 brd ff:ff:ff:ff:ff:ff link-netnsid 3
16: tap6abd55f0-f9@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 4e:7c:3e:b7:e2:7b brd ff:ff:ff:ff:ff:ff link-netnsid
----
[root@controller3 ~]# ip netns exec qrouter-af524c91-516d-4375-aee9-75595bcba769 ip a
1: lo: <LOOPBACK,UP,LOWER_UP ...