I am trying to setup internal load balancing on Google Cloud for windows backend servers but, when I add internal LB to instance group, all windows servers in that instance group get one additional IP (IP of internal LB). When then server tries to access to public sites, access fails if the server uses the IP from LB to access.
Only workaround I currently see is to create public load balancer and limit access to it but there has to be a better way.
Any hints?