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: ""
`