Hello list.
Have someone installed windows server 2019 desktop on centos 7 kvm? Any tips?
I have done it but I'm not sure if everything is OK. First of all, I cant ping the virt IP, although I connect through remote! Second, I cant activate windows and I'm pretty sure I have the right code...
Thank you in advance, Nikos.
On 15/07/2019 12:06, Nikos Gatsis - Qbit wrote:
Hello list.
Have someone installed windows server 2019 desktop on centos 7 kvm? Any tips?
I have done it but I'm not sure if everything is OK. First of all, I cant ping the virt IP, although I connect through remote! Second, I cant activate windows and I'm pretty sure I have the right code...
Thank you in advance, Nikos.
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
How is the VM connected to the internet? If it's NATted, then you won't be able to ping from outside. If the VM is bridged on the host then it will appear as another machine in the external network.
(ASCII art)
NAT:
VM ----+ 192.168.76.XX VM ----+ ... | Host ----+ 192.168.1.XX ... | router
Bridge:
VM ----+ VM ----+ ... | 192.168.1.XX Host --+ ... | router