It appears the firewall may not work correctly for outgoing traffic if DHCP is used.
Set the default egress policy to reject, allow DHCP (UDP 66,67,68) and allow local subnet only.
firewall enabled on NIC and in firewall options.
Start container and container has no eth0/ip,
dhclient eth0 in container, container gets IP
Container is able to access internet, yet it shouldn't be as only local subnet was allowed on firewall and default action was set to reject.
Set the default egress policy to reject, allow DHCP (UDP 66,67,68) and allow local subnet only.
firewall enabled on NIC and in firewall options.
Start container and container has no eth0/ip,
dhclient eth0 in container, container gets IP
Container is able to access internet, yet it shouldn't be as only local subnet was allowed on firewall and default action was set to reject.