I’ve been trying to give my virtual machine a static ip so I can remote into it via a SSH tunnel so I can setup Windows on it. I’ve tried using
lxc config device set Windows10LTSC eth0 ipv4.address 10.128.182.4
but that doesn’t do anything to it. Here is my profile that it’s using. Also I’m running LXD version 4.11 on Ubuntu Server 20.04 LTS
config: {}
description: “”
devices:
eth0:
name: eth0
nictype: bridged
parent: lxdbr0
type: nic
root:
path: /
pool: DefaultStorage
type: disk
name: default
used_by:
- /1.0/instances/GameServer
- /1.0/instances/WebServer
- /1.0/instances/extDB3Build
- /1.0/instances/Windows10LTSC