google compute engine - How to allow HTTP requests from forwarding rule only -


i setting http load balancer compute engine instances. after basic setup works, want block external http access compute engine instances. http communication should go through forwarding rule. how configure network firewall achieve that?

so far network firewall looks like:

default-allow-http

allow source (0.0.0.0/0)

tcp:80 ; tcp:443

i tried change source filter 10.240.0.1/16 or forwarding rule ip (107.178.254.89). none of these works.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -