Duplicate packet when ping to external with out floating ip
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Expired
|
Undecided
|
Unassigned |
Bug Description
i build openstack yoga cluster: 3 node control, 2 node network, 2 node compute.
i create network and router success.
i create Instance and ping to external network
- when use floating ip: ok
- without floating ip: packer respond is duplicate ubuntu@msql:~$ ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=56 time=26.1 ms
64 bytes from 1.1.1.1: icmp_seq=1 ttl=56 time=26.1 ms (DUP!)
64 bytes from 1.1.1.1: icmp_seq=2 ttl=56 time=26.0 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=56 time=26.0 ms (DUP!)
64 bytes from 1.1.1.1: icmp_seq=3 ttl=56 time=25.0 ms
64 bytes from 1.1.1.1: icmp_seq=3 ttl=56 time=25.0 ms (DUP!)
64 bytes from 1.1.1.1: icmp_seq=4 ttl=56 time=24.6 ms
64 bytes from 1.1.1.1: icmp_seq=4 ttl=56 time=24.6 ms (DUP!)
64 bytes from 1.1.1.1: icmp_seq=5 ttl=56 time=24.5 ms
64 bytes from 1.1.1.1: icmp_seq=5 ttl=56 time=24.5 ms (DUP!)
Changed in neutron: | |
status: | New → Incomplete |
Hi KienHoang:
What ML2 mech driver are you using? What type of router do you have: legacy, DVR, HA, DVR+HA? What is the ping source and destination (port IPs, location, etc)?
Did you happen to track the ping in the VM TAP interface? Did you check the source MAC of the ping replies?
Regards.