[NETVIRT-1140] ping from VM instance to router interface failed Created: 08/Mar/18  Updated: 06/Apr/18  Resolved: 06/Apr/18

Status: Resolved
Project: netvirt
Component/s: General
Affects Version/s: Nitrogen-SR1, Nitrogen-SR2
Fix Version/s: Nitrogen-SR2

Type: Bug Priority: Medium
Reporter: balakrishnan k Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

ODL:Nitrogen

Openstack:Pike


Issue Links:
Duplicate
is duplicated by NETVIRT-1064 No connectivity to a router's interna... Resolved

 Description   

 

unable to ping router interface from VM instance.

step to reproduce the issue:

1. Create Network
openstack network create l2_network_1 --provider-network-type vxlan

openstack subnet create --network l2_network_1 --subnet-range 30.0.0.0/24 l2_subnet_1

2. Create VM
openstack server create --image <imageID> --flavor m1.tiny --nic net-id=l2_network_1 VM1 --security-group default

3. Create Router
openstack router create router1

Attaching Interfaces to router,
openstack router add subnet router1 l2_subnet_1

4.Ping from VM to router interface.

 

step 4 failed 


Generated at Wed Feb 07 20:23:20 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.