More
referral
Increase your income with Hive. Invite your friends and earn real cryptocurrency!

LXD Init LXC Containers

I am trying to initialize an LXC container and getting the following error:

Error: Failed to create network “lxdbr0” in project “default”: Failed adding DHCP/DNS access rules for network “lxdbr0” (ip): Failed apply nftables config: Failed to run: nft
table ip lxd {
chain in.lxdbr0 {
type filter hook input priority 0; policy accept;
iifname “lxdbr0” tcp dport 53 accept
iifname “lxdbr0” udp dport 53 accept
iifname “lxdbr0” udp dport 67 accept

}

chain out.lxdbr0 {
type filter hook output priority 0; policy accept;
oifname “lxdbr0” tcp sport 53 accept
oifname “lxdbr0” udp sport 53 accept
oifname “lxdbr0” udp sport 67 accept

}
}
: Error: Could not process rule: Operation not supported

  ^^^^^^^^^

Error: Could not process rule: Operation not supported

  ^^^^^^^^^^

Error: Could not process rule: No such file or directory

  ^^^^^^^^^

Error: Could not process rule: No such file or directory

  ^^^^^^^^^

Error: Could not process rule: No such file or directory

  ^^^^^^^^^

Error: Could not process rule: No such file or directory

  ^^^^^^^^^^

Error: Could not process rule: No such file or directory

  ^^^^^^^^^^

Error: Could not process rule: No such file or directory

  ^^^^^^^^^^

try lxd init