alynio commented on issue #5868:
URL: https://github.com/apache/cloudstack/issues/5868#issuecomment-1016552689


   I have made same diagnostics and and find out:
   1. connection from systemvm:
   
   > root@v-21-VM:/var/log/cloud# curl -kv http://www.onet.pl
   > *  Trying 54.192.230.48:80...
   > * Connected to www.onet.pl (54.192.230.48) port 80 (#0)
   > > GET / HTTP/1.1
   > > Host: www.onet.pl
   > > User-Agent: curl/7.74.0
   > > Accept: */*
   > >
   > * Mark bundle as not supporting multiuse
   > < HTTP/1.1 301 Moved Permanently
   > < Content-Type: text/html
   > < Content-Length: 162
   > < Connection: keep-alive
   > < Server: Ring Publishing - Accelerator
   > < Date: Wed, 19 Jan 2022 14:45:34 GMT
   > < Location: https://www.onet.pl/
   > < set-cookie: acc_segment=93; Path=/; Max-Age=604800
   > < vary: user-agent
   > < X-Cache: Miss from cloudfront
   > < Via: 1.1 2e8f70eb03b681aa6bd8c18fff081f80.cloudfront.net (CloudFront)
   > < X-Amz-Cf-Pop: WAW50-C1
   > < X-Amz-Cf-Id: P3dUXCWKwekRRvjmZEFTYvjsxcpqNP1PSCyV_uNERnSN3e_QezBq5g==
   > <
   > <html>
   > <head><title>301 Moved Permanently</title></head>
   > <body>
   > <center><h1>301 Moved Permanently</h1></center>
   > <hr><center>nginx</center>
   > </body>
   > </html>
   > * Connection #0 to host www.onet.pl left intact
   > 
   2. next 
   
   > root@v-21-VM:/var/log/cloud# curl -kv http://192.168.0.252:8250
   > *   Trying 192.168.0.252:8250...
   > * connect to 192.168.0.252 port 8250 failed: No route to host
   > * Failed to connect to 192.168.0.252 port 8250: No route to host
   > * Closing connection 0
   > curl: (7) Failed to connect to 192.168.0.252 port 8250: No route to host
   > 
   
   3. next
   
   > root@v-21-VM:/var/log/cloud# ping 192.168.0.252
   > PING 192.168.0.252 (192.168.0.252): 56 data bytes
   > 64 bytes from 192.168.0.252: icmp_seq=0 ttl=64 time=0.070 ms
   > 64 bytes from 192.168.0.252: icmp_seq=1 ttl=64 time=0.055 ms
   > 64 bytes from 192.168.0.252: icmp_seq=2 ttl=64 time=0.062 ms
   > ^C--- 192.168.0.252 ping statistics ---
   > 3 packets transmitted, 3 packets received, 0% packet loss
   > round-trip min/avg/max/stddev = 0.055/0.062/0.070/0.000 ms
   > 
   
   4. again test
   
   > root@v-21-VM:/var/log/cloud# curl -kv http://192.168.0.252:8250
   > *   Trying 192.168.0.252:8250...
   > * connect to 192.168.0.252 port 8250 failed: No route to host
   > * Failed to connect to 192.168.0.252 port 8250: No route to host
   > * Closing connection 0
   > curl: (7) Failed to connect to 192.168.0.252 port 8250: No route to host
   > 
   
   5. check routes
   
   > root@v-21-VM:/var/log/cloud# ip r
   > default via 192.168.12.252 dev eth2
   > 8.8.8.8 via 192.168.0.1 dev eth1
   > 169.254.0.0/16 dev eth0 proto kernel scope link src 169.254.143.165
   > 192.168.0.0/24 dev eth1 proto kernel scope link src 192.168.0.53
   > 192.168.12.0/24 dev eth2 proto kernel scope link src 192.168.12.20
   > 
   
   Any idea why it dosn't work correctly?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to