Hi,
I have the following setup
LXD version 3.0.3
Two containers each with a different profile as follows
lxc profile show container2
devices:
eth0:
name: eth0
nictype: physical
parent: eth1
type: nic
lxc profile show container3
devices:
eth0:
name: eth0
nictype: physical
parent: eth2
type: nic
- The two containers have received IP address via dhcp
- I can ping other LAN computers from the two containers
- I can ping the internet from the two containers
- BUT other LAN computers cannot ping the two containers
- BUT the containers cannot ping each other
Any help.
Thanks