Virtual Problem

Home » CentOS » Virtual Problem
CentOS 1 Comment

Hello list.

I have already install winserver 2019 on CentOS 7 qemu and works fine.

Now I install a second image with win 2019 and It connects to internet but I cant ping it or connect to it.

Both installations use the same br0. Is that correct?

Any other suggestions?

Thank you.

Nikos.

One thought on - Virtual Problem

  • If the VM’s only network connection is on a bridge on its hosts, then it will only be reachable from the local host or other VMs that are also connected to that bridge (assuming you have not setup routing the network of the bridge to the rest of your LAN).  If you want to be able to connect to the VM from other hosts on your LAN, then you probably want to give the VM an interface on one of the LAN interfaces on your HOST.

    Nataraj