VM windows 11 doesn't have internet although the host machine does

I followed this instruction to set up Windows 11 VM, but my VM doesn’t have an internet. I have no idea how to fix it. I have been googling and trying everything for 2 days to no avail. I hope local experts might help me. Thanks.
My config using the command lxc config show win11 is:
`

architecture: x86_64
config:
  limits.cpu: "4"
  limits.memory: 8GiB
  volatile.cloud-init.instance-id: f3819c04-b792-4717-89ba-a4554b7ee7c4
  volatile.eth0.host_name: tapa95c14ad
  volatile.eth0.hwaddr: 00:16:3e:d9:04:1d
  volatile.last_state.power: RUNNING
  volatile.last_state.ready: "false"
  volatile.lxdbr0.hwaddr: 00:16:3e:f1:42:3a
  volatile.uuid: cbab87ef-1a54-46c1-a1ae-026fa873a9e0
  volatile.uuid.generation: cbab87ef-1a54-46c1-a1ae-026fa873a9e0
  volatile.vsock_id: "955792756"
devices:
  eth0:
    nictype: bridged
    parent: lxdbr0
    type: nic
  install:
    boot.priority: "10"
    source: /home/becks_ddf/Downloads/win11.lxd.iso
    type: disk
  root:
    path: /
    pool: default
    size: 53GiB
    type: disk
  vtpm:
    path: /dev/tpm0
    type: tpm
ephemeral: false
profiles:
- default
stateful: false
description: ""

`

Welcome!

Over a year ago, this support forum has switched to Incus, which is a continuation of LXD that you are using, and it is actively developed. You can migrate to Incus with Migrating from LXD - Incus documentation.

There are several details and nuances when you run a Windows VM. See How to run a Windows virtual machine on Incus on Linux – Mi blog lah!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.