Unable to ping router

Bug #1389690 reported by Venkata Seshadri
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
neutron
Expired
Undecided
Unassigned

Bug Description

I am unable to Ping my Router and when i go to dashboard and see my external network state is DOWN. I followed all the steps in open-stack documentation .i am Using CentOS 7 . what is the issue??

Revision history for this message
yalei wang (yalei-wang) wrote :

please give more info?

Revision history for this message
Eugene Nikanorov (enikanorov) wrote :

You need to provide more information in order for this bug to be actionable.
Neutron version, output of
 neutron net-show net-id
 neutron router-show router-id

Also, debug-level logs from neutron-server and l3 agent

Changed in neutron:
status: New → Incomplete
Revision history for this message
Venkata Seshadri (seshu9398) wrote :

I have configured my External Network as:

Revision history for this message
Venkata Seshadri (seshu9398) wrote :

neutron subnet-create ext-net --name ext-subnet \
  --allocation-pool start=202.177.169.242,end=202.177.169.254 \
  --disable-dhcp --gateway 202.177.169.241 202.177.169.240/27

Internal Network as:
neutron subnet-create demo-net --name demo-subnet \
  --gateway 192.168.1.1 192.168.1.0/27

But after this iam unable to Ping the router IP , And the status of my external Network is Down in Router,
How to make the external network Active.

PLEASE HELP IN THIS

Revision history for this message
Venkata Seshadri (seshu9398) wrote :

neutron net-list
+--------------------------------------+----------+----------------------------- ----------------------------+
| id | name | subnets |
+--------------------------------------+----------+----------------------------- ----------------------------+
| 2ed12701-278d-4dd3-b690-3a1747744889 | ext-net | 3d671c32-5e85-49a2-bc51-9dd9 1cc90c26 202.177.169.224/27 |
| 5749cdd1-5321-4d1d-ab06-2fca37d331eb | demo-net | 9528bc23-4076-4b18-b270-5dc7 c0356b40 192.168.1.0/24 |
+--------------------------------------+----------+----------------------------- ----------------------------+
[root@controller ~]# neutron net-show 2ed12701-278d-4dd3-b690-3a1747744889
+---------------------------+--------------------------------------+
| Field | Value |
+---------------------------+--------------------------------------+
| admin_state_up | True |
| id | 2ed12701-278d-4dd3-b690-3a1747744889 |
| name | ext-net |
| provider:network_type | flat |
| provider:physical_network | external |
| provider:segmentation_id | |
| router:external | True |
| shared | True |
| status | ACTIVE |
| subnets | 3d671c32-5e85-49a2-bc51-9dd91cc90c26 |
| tenant_id | 1e944351972f4e4895f7bae2a3289b97 |
+---------------------------+--------------------------------------+
[root@controller ~]# neutron net-show 5749cdd1-5321-4d1d-ab06-2fca37d331eb
+---------------------------+--------------------------------------+
| Field | Value |
+---------------------------+--------------------------------------+
| admin_state_up | True |
| id | 5749cdd1-5321-4d1d-ab06-2fca37d331eb |
| name | demo-net |
| provider:network_type | gre |
| provider:physical_network | |
| provider:segmentation_id | 1 |
| router:external | False |
| shared | False |
| status | ACTIVE |
| subnets | 9528bc23-4076-4b18-b270-5dc7c0356b40 |
| tenant_id | 1e944351972f4e4895f7bae2a3289b97 |
+---------------------------+--------------------------------------+

Revision history for this message
Venkata Seshadri (seshu9398) wrote :

Router:
neutron router-list
+--------------------------------------+-------------+-----------------------+-------------+-------+
| id | name | external_gateway_info | distributed | ha |
+--------------------------------------+-------------+-----------------------+-------------+-------+
| 4bad55bc-b183-410b-a44c-a03b44b8edbe | demo-router | null | False | False |
+--------------------------------------+-------------+-----------------------+-------------+-------+
[root@controller ~]# neutron router-show demo-router
+-----------------------+--------------------------------------+
| Field | Value |
+-----------------------+--------------------------------------+
| admin_state_up | True |
| distributed | False |
| external_gateway_info | |
| ha | False |
| id | 4bad55bc-b183-410b-a44c-a03b44b8edbe |
| name | demo-router |
| routes | |
| status | ACTIVE |
| tenant_id | 1e944351972f4e4895f7bae2a3289b97 |
+-----------------------+--------------------------------------+

Revision history for this message
Venkata Seshadri (seshu9398) wrote :

i am unable to ping my router,external network is Status Down in Router.

Revision history for this message
LuckyT (luckyhumain) wrote :

Even i'm facing the same issue

Changed in neutron:
status: Incomplete → Confirmed
Revision history for this message
yong sheng gong (gongysh) wrote :

to troubleshooting:
1. get the l3 agent hosting the router
neutron l3-agent-list-hosting-router <rtid>
2. go to the l3 agent, check the route ip
ip netns exec qrouter-<rtid> ip a

Revision history for this message
Venkata Seshadri (seshu9398) wrote :

Dude The external network of the router is down.

Revision history for this message
senthilmageswaran (senthilmageswaran-muthusamy) wrote :

hi Venkata seshadri,

from the CLI output, the external network status is shown as ACTIVE

Are you trying to ping your external network ip from your instance?
if so, did you run the following commands in controller node,

nova secgroup-add-rule default icmp -1 -1 0.0.0.0/0
nova secgroup-add-rule default tcp 22 22 0.0.0.0/0
neutron floatingip-create ext-net
nova floating-ip-associate <InstanceName> <floating_ip>

Changed in neutron:
status: Confirmed → Incomplete
Revision history for this message
Venkata Seshadri (seshu9398) wrote :

No actually iam trying to ping router from my contoller which was given as a part of verification process in openstack document.

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for neutron because there has been no activity for 60 days.]

Changed in neutron:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.