Hi, can you please post the network configuration of the Proxmox VE `cat /etc/network/interface` and the LXC config `pct config <CTID>`?
In general you can do that as the following in the network configuration of Proxmox VE:
post-up iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport <PORT>...