I made a custom configuration in order to have a larger storage pool. Here is the profile I made:

config: {}
description: B970Pro LXD profile
devices:
eth0:
nictype: bridged
parent: lxdbr0
type: nic
root:
path: /
pool: B970Pro
type: disk
name: B970Pro
used_by:
- /1.0/instances/handy-pipefish
- /1.0/instances/faithful-bedbug
- /1.0/instances/stable-ostrich

I am able to ping the instances from the host, but not outside of the host. If I perform: lxc network show lxdbr0, I get this:
config:
ipv4.address: 10.93.5.1/24
ipv4.nat: "true"
ipv4.routes: 10.122.135.135/32
ipv6.address: fd42:22b0:3deb:3bc6::1/64
ipv6.nat: "true"
description: ""
name: lxdbr0
type: bridge
used_by:
- /1.0/instances/handy-pipefish
- /1.0/instances/stable-ostrich
- /1.0/profiles/B970Pro
- /1.0/profiles/default
managed: true
status: Created
locations:
- none

Can someone please help me troubleshoot this issue?

Thanks.