GNS3 under LXD network

Hi.
I deployed GNS3 server under LXD and it is work fun with nested virtualisation!
But i don’t understands how linux virtual interfaces work. In GNS3 i can’t creat nat or cloud interfaces available from my home real network.
If i right, lxc container network interface work under NAT from my real network interface and GNS3 creat in LXC container his own network interface working under NAT. I suppose, it will work correct if LXC network interface would be “bridge” and take a ip address from my home dhcp server.
Sorry for my misunderstandingб if I’m not right.
indent preformatted text by 4 spaces lxc profile show default
config: {}
description: Default LXD profile
devices:
eth0:
name: eth0
nictype: bridged
parent: lxdbr0
type: nic
root:
path: /
pool: default
type: disk
name: default
used_by:

  • /1.0/containers/gns3

lxc profile show default
config: {}
description: Default LXD profile
devices:
eth0:
name: eth0
nictype: bridged
parent: lxdbr0
type: nic
root:
path: /
pool: default
type: disk
name: default
used_by:

  • /1.0/containers/gns3

lxc network show virbr0
config: {}
description: “”
name: virbr0
type: bridge
used_by: []
managed: false
status: “”
locations: []

lxc network show enp3s0
config: {}
description: “”
name: enp3s0
type: physical
used_by: []
managed: false
status: “”
locations: []