CT with IPv6 and firewall

Hetasser

New Member
May 18, 2025
2
0
1
Hi,
I'm currently installing a proxmox on an IPv6-only host (there is an IPV4 but only for emergencies)

some of my containers are supposed to be available from outside (nginx/apache servers mainly), but I would like some of them to be only accessible from other containers

to be clear : I have a few CT with an IP like <IPv6Range>:236:4 to <IPv6Range>:236:10 with nginx/apache installed, and my databases are on <IPv6Range>:236:90 to <IPv6Range>:236:99

I would like my databases to be only accessible from the nginx/apache containers, not from outside

I activated the firewall at Datacenter level
1747595971213.png

at host level

1747595999268.png
1747596054191.png

and at container level
1747596115658.png

I used "drop" as input policy to test

however I'm still able to connect from my PC

what am I missing here ?

thanks