weizhouapache commented on issue #10050:
URL: https://github.com/apache/cloudstack/issues/10050#issuecomment-2538679807

   > @weizhouapache no firewall on hosts
   
   can you also check these steps ?
   
   - on the kvm host (another cluster), run "virsh domdisplay <vm name>" or 
"virsh vncdisplay <vm name>"
   ```
   root@kvm1:~# virsh domdisplay i-2-1192-VM
   vnc://10.0.xxx.xxx:2
   ```
   
   - in CPVM, try ping and telnet
   ```
   root@v-296-VM:~# ping -c1 10.0.xxx.xxx
   # if it does not work, can you share output of  `ip route`  in the CPVM ?
   
   root@v-296-VM:~# telnet 10.0.xxx.xxx 5902
   Trying 10.0.xxx.xxx...
   Connected to 10.0.xxx.xxx.
   Escape character is '^]'.
   RFB 003.008
   ```
   


-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to