Reputation: 1
I have an instance with a fixed IP, I need to insert a second IP to configure my DNS for hosting a website, how to configure this second IP on eth1? I tried to enter an IP but I can not put in the same instance. I use google-compute-engine. tks!!!!!
Upvotes: 0
Views: 224
Reputation: 1110
you can create a target pool and add your instance to it. This will create a "second external address" for your instance, and create a forwarding rule to it.
Upvotes: 1