I have a pretty fresh install of LXD v4.14 , and using it via the default networking… I was under the impression that if I am browsing on my host OS where LXD is installed with the IP and port listed in lxc list
I shouldn’t need to use port forwarding devices… but when I attempt to hit a website within a container I’m getting blocked.
I can confirm inside the container the webserver is up, running, returning HTML etc…
Did I remember wrong or… is there something wrong with the default bridge I have?
$ lxc network list
+----------+----------+---------+-----------------+------+-------------+---------+
| NAME | TYPE | MANAGED | IPV4 | IPV6 | DESCRIPTION | USED BY |
+----------+----------+---------+-----------------+------+-------------+---------+
| enp4s0 | physical | NO | | | | 0 |
+----------+----------+---------+-----------------+------+-------------+---------+
| enp5s0f1 | physical | NO | | | | 0 |
+----------+----------+---------+-----------------+------+-------------+---------+
| lxdbr0 | bridge | YES | 10.XXX.XXX.X/24 | none | | 9 |
+----------+----------+---------+-----------------+------+-------------+---------+