libvirt 아래의 Windows 10 게스트는 네트워크를 사용할 수 없습니다.

libvirt 아래의 Windows 10 게스트는 네트워크를 사용할 수 없습니다.

libvirt(libvirtd 3.0.0)를 설치하고 kvm 아래에 여러 게스트 가상 머신을 설치했습니다. 저는 호스트에서 브리지 네트워킹을 사용하여 네트워크에 대한 전체 액세스를 허용하고 있습니다. 호스트 운영 체제는 Debian(stretch)입니다.

auto br0
iface br0 inet static
    bridge_ports eno1
    bridge_stp on
    bridge_waitport 0
    bridge_maxwait 0
    address [redacted]
    netmask 255.255.255.0
    gateway [redacted]
    dns-nameservers [redacted]

방금 Windows 10 Pro VM(버전 1809, 빌드 17763.379)을 설치했는데 네트워크에 액세스할 수 없는 것 같습니다. Windows 인터페이스 문제 해결사는 "하드웨어"에 문제가 없음을 보여 주지만 기본 게이트웨이(호스트 OS와 동일한 서브넷)를 ping할 수 없습니다.

호스트와 다른 게스트는 모두 듀얼 스택이지만 현재는 Windows 게스트만 IPv4로 구성하려고 합니다.

내 가상 머신의 네트워크 인터페이스 구성은 다음과 같습니다.

    <interface type='bridge'>
      <mac address='52:54:00:f7:46:de'/>
      <source bridge='br0'/>
      <model type='rtl8139'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </interface>
    <interface type='bridge'>
      <mac address='52:54:00:f9:0c:28'/>
      <source bridge='br1'/>
      <model type='rtl8139'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
    </interface>

운영 체제 드라이버는 VM의 XML 정의에 나열된 드라이버와 일치합니다.

무엇을 시청해야 하나요?

관련 정보