Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to end network traffic in a stateless manner

fdr
Bronze 1
Bronze 1

I would like to be able to terminate all TCP sessions to a GCP VM in a few seconds, i.e. drop established connections, and thus the stateful firewall rules do not do the job.

I am able to do this on AWS (via the NACL feature) and Azure (via a null route). On GCP I am able to do it with IPv4 by use of address aliases, which is quite a bit different than the other implementations, but seems to work. However, I don't see a viable way to achieve this if using IPv6. Is there a way?

0 4 394