1
votes

I'm trying to configure an internal Load Balancer on Google Cloud but I'm not able to set a destination port different from the source one.

If I try to create an internal LB from the GCP wizard I cannot see any place in order to set the destination port.

Is there a way to do this?

1

1 Answers

2
votes

The TCP/UDP load balancing isn't a proxy, it performs port forwarding. It's explained into the documentation

A forwarding rule specifies the protocol and ports on which the load balancer accepts traffic. Because internal TCP/UDP load balancers are not proxies, they pass traffic to backends on the same protocol and port.