Ping bridge from other host

is it possible to ping lxdbr0 in local network?
i have a lxdbr0 with 10.93.140.1/24 . is it possible to reach this ip from other ubuntu (not in this host)?

If you add a static route to your host (or network router) that routes traffic for the lxdbr0 subnet to your LXD host’s IP then it should work. Effectively turning your LXD host into a router.

it’s not working. i add
routes:
- to: 10.44.213.1/24
via: 52.76.147.207
to my 01-netcfg.yaml
which lxdbr is 10.44.213.1 and my ip is the other.

my ip route s
is
default via 52.76.147.207 dev eno1 proto static
10.44.213.0/24 dev lxdbr0 proto kernel scope link src 10.44.213.1
52.76.147.207/24 dev eno1 proto kernel scope link src 52.76.147.207