izenk edited a comment on issue #2862: VR stop/start/reboot commands failed
URL: https://github.com/apache/cloudstack/issues/2862#issuecomment-430556491
 
 
   I tried to ping 169.254.0.1 from "Starting" VR
   At the same time, on the KVM host I ran
   `tcpdump -nn -i any icmp`
   
   an result is:
   ~~~
   11:23:43.492824 IP 10.9.2.206 > 169.254.0.1: ICMP echo request, id 1760, seq 
0, length 64
   11:23:43.492843 IP 10.9.2.206 > 169.254.0.1: ICMP echo request, id 1760, seq 
0, length 64
   11:23:43.492846 ethertype IPv4, IP 10.9.2.206 > 169.254.0.1: ICMP echo 
request, id 1760, seq 0, length 64
   11:23:43.492849 ethertype IPv4, IP 10.9.2.206 > 169.254.0.1: ICMP echo 
request, id 1760, seq 0, length 64
   11:23:44.493918 IP 10.9.2.206 > 169.254.0.1: ICMP echo request, id 1760, seq 
1, length 64
   11:23:44.493936 IP 10.9.2.206 > 169.254.0.1: ICMP echo request, id 1760, seq 
1, length 64
   11:23:44.493939 ethertype IPv4, IP 10.9.2.206 > 169.254.0.1: ICMP echo 
request, id 1760, seq 1, length 64
   11:23:44.493942 ethertype IPv4, IP 10.9.2.206 > 169.254.0.1: ICMP echo 
request, id 1760, seq 1, length 64
   11:23:45.495031 IP 10.9.2.206 > 169.254.0.1: ICMP echo request, id 1760, seq 
2, length 64
   11:23:45.495056 IP 10.9.2.206 > 169.254.0.1: ICMP echo request, id 1760, seq 
2, length 64
   11:23:45.495060 ethertype IPv4, IP 10.9.2.206 > 169.254.0.1: ICMP echo 
request, id 1760, seq 2, length 64
   11:23:45.495063 ethertype IPv4, IP 10.9.2.206 > 169.254.0.1: ICMP echo 
request, id 1760, seq 2, length 64
   ~~~
   
   10.9.2.206 is public IP(SNAT) on eth0 on "Starting" VR
   iptables does not have any lines related to 10.9.2.206  and even eth0
   so, from my side it looks like a routing problem (taken into account that 
arping is wokring)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to