GitHub user weizhouapache added a comment to the discussion: console not working after system vm has been recreated on a different cluster
> @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 ``` GitHub link: https://github.com/apache/cloudstack/discussions/10521#discussioncomment-12415178 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
