LoginSignup
0
2

More than 5 years have passed since last update.

Google Cloud Platform のファイアウォールの設定方法

Posted at

VPC ネットワーク -> ファイアウォール ルール

gcloud_firewall_aug0601.png

ファイアウォール ルール を作成

gcloud_firewall_aug0602.png

例えば、5901-5905 ポートを、総てのサイトに対して開けるとすると、
ソースフィルタ
 IP 範囲 0.0.0.0/0
プロトコルとポート
 tcp:5901-5905
と設定します。

gcloud_firewall_aug0603.png

0
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2