Lxd bridge not working

Hello,
I have been trying to successfully utilize containers via bridge setup but I keep failing.I checked everything on the web so far but nothing seems to be working. The bridge on the host machine is working but the containers are not connecting to the internet.
$ lxc list
±--------±--------±--------------------±----------------------------------------------±----------±----------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
±--------±--------±--------------------±----------------------------------------------±----------±----------+
| U1 | RUNNING | | | CONTAINER | 0 |
±--------±--------±--------------------±----------------------------------------------±----------±----------+
| vladoc7 | RUNNING | 10.86.248.29 (eth0) | fd42:c37a:d9db:bfe4:216:3eff:fe0c:1f30 (eth0) | CONTAINER | 0 |
±--------±--------±--------------------±----------------------------------------------±----------±----------+
| vladoc9 | RUNNING | | | CONTAINER | 0 |
±--------±--------±--------------------±----------------------------------------------±----------±----------+

$ lxc exec vladoc7 ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
11: eth0@if12: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 00:16:3e:0c:1f:30 brd ff:ff:ff:ff:ff:ff link-netnsid 0
inet 10.86.248.29/24 brd 10.86.248.255 scope global dynamic eth0
valid_lft 3131sec preferred_lft 3131sec
inet6 fd42:c37a:d9db:bfe4:216:3eff:fe0c:1f30/64 scope global mngtmpaddr dynamic
valid_lft forever preferred_lft forever
inet6 fe80::216:3eff:fe0c:1f30/64 scope link
valid_lft forever preferred_lft forever
$ lxc network list
±-------±---------±--------±---------------±--------------------------±------------±--------±--------+
| NAME | TYPE | MANAGED | IPV4 | IPV6 | DESCRIPTION | USED BY | STATE |
±-------±---------±--------±---------------±--------------------------±------------±--------±--------+
| lxdbr0 | bridge | YES | 10.86.248.1/24 | fd42:c37a:d9db:bfe4::1/64 | | 5 | CREATED |
±-------±---------±--------±---------------±--------------------------±------------±--------±--------+
| p8p1 | physical | NO | | | | 0 | |
±-------±---------±--------±---------------±--------------------------±------------±--------±--------+
@vladoc7 ~]# cat /etc/resolv.conf
; generated by /usr/sbin/dhclient-script
search lxd
nameserver 10.86.248.1
]# systemctl status network
● network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network; bad; vendor preset: disabled)
Drop-In: /run/systemd/generator.late/network.service.d
└─zzz-lxc-service.conf
Active: active (running) since Sat 2023-05-06 05:23:59 UTC; 10min ago

At this point i do not know where I am wrong but surely doing something incorrect…since its not working

Hope you can advise further on that

Thanks in advance

Very strange… I installed cenots 9 stream on the host and everything works except the c7 images and older ones that need Cgroupv1 but that is not a prob. The precious host was with Centos7.9 the physical lan card was identified as p8p1 device which is strange. On new Os host all runs automatic after creating the bridge with lxd init …will keep testing i guess with old Os to see where this goes wrong in case you don’t have any ideas

I’m not sure why you say it’s not working. What’s the evidence that it’s not working?