我需要在我的Google Compute引擎上使用多個IP,才能使用我的SSL證書。我需要做什麼來在我的實例上添加Secundary IP?在Google Compute Engine上添加Secundary IP
感謝
我需要在我的Google Compute引擎上使用多個IP,才能使用我的SSL證書。我需要做什麼來在我的實例上添加Secundary IP?在Google Compute Engine上添加Secundary IP
感謝
您的配置static network address,這個鏈接將指導您如何做到這一點。
據我所知,你試圖給你的實例分配一個額外的外部(互聯網)IP。
協議轉發(轉發規則)正是爲此設計的。這裏是相關的文件:https://cloud.google.com/compute/docs/protocol-forwarding/#targetinstances
嘗試這裏!即將更新 – 2014-10-21 12:15:07
如何在Google Console中執行此操作?沒有gcloud命令? – 2014-10-21 13:01:59
要在Developers Console中創建您的實例,您需要點擊'顯示高級選項'以設置'--can-ip-forward'標誌。對於路線,您還可以點擊'網絡'>爲您的實例選擇網絡>在'路線'部分>點擊'創建新路線 – Marilu 2014-10-30 15:17:55