How can I add a 2nd internal/private ip address to a google cloud vm instance?
1 Answer
You can configure a static network address, where you can combine routes and an the 'can_ip_forward' ability. Take a look at this page https://developers.google.com/compute/docs/instances-and-network#staticnetworkaddress
1 Comment
Alex Cohen
cloud.google.com/compute/docs/… only discusses adding extra external IP addresses to instances. The only mention of internal IP addresses is about defining a desired internal IP address on instance creation. However it does not mention how to add extra internal ip addresses at all.