2
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【OCI】oracle cloud -仮想クラウド・ネットワーク構築編(ネットワーク・セキュリティグループ)-【初心者向け】

Last updated at Posted at 2019-09-25

ネットワーク・セキュリティグループ

仮想ファイアウォール
アクセスを許可したり、トラフィックを制御することができます。

前回の記事でインターネットゲートウェイを作成しました。

インターネットゲートウェイの作成を見たい方はこちらから
インターネットゲートウェイ編

ネットワーク・セキュリティグループの作成

サブネットを作成したいVCNの詳細ページ
左側のリソース→ネットワーク・セキュリティグループをクリック
instance_16.png
ネットワーク・セキュリティグループの作成をクリック
instance_17.png

項目 概要
名前 任意のセキュリティグループ名を入力します。
コンパートメントに作成 作成するコンパートメントが間違っていないか確認
次をクリック
instance_18.png
項目 概要
方向 イングレス OR エグレス(エグレスは基本設定しないかと思います)
ソース・タイプ 他のセキュリティグループなどを選択することもできます(今回はCIDR)
IPプロトコル 許可したいプロトコルを選択(今回は仮想マシンへSSHするための22番を指定)
ソース・ポート範囲 何番ポートからを通すか(基本はALL)
宛先ポート範囲 許可するポート範囲を指定

作成をクリック
instance_20.png

これでセキュリティグループの作成は完了
instance_21.png

次回

セキュリティ・リストの修正を行っていきます。

セキュリティリスト編はこちら

2
5
0

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
2
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?