1. ping 8.8.8.8 from your container
2. on the host check with tcpdump -ni vmbr0 icmp if you see the packets
3. check if you see the packets on your external interface with tcpdump -ni enp1s0 icmp for the outgoing packets, the sender address should be changed to 192.168.178.126 by the masquerade...