0
0

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.

仮想マシンへの接続

0
Posted at

●仮想マシンへの接続
■リモートデスクトップ接続(RDP)
Windows仮想マシンへの接続で使用する基本的な方法。既定ポート番号は3389。

■SSH接続
Linux仮想マシンへの接続に使用する基本的な方法。既定ポート番号は22。

■Bastion接続
PaaSサービスのBastionを用いて仮想マシンに接続する方法。仮想マシンのRDPやSSHのポート番号を外部に公開することなく、仮想マシンにたいする安全なリモートっ接続が提供される。
ポート番号は443。

組織のオンプレミスネットワークでは、リモートデスクトップ接続で使用されるポート番号3389が経路上のファイアウォールなどでブロックされている場合がある。
Bastion接続は、そのゆなネットワーク環境でのリモート接続手段で活用できる。
Bastion接続ではポート番号443が使用され、ブラウザーから仮想マシンに接続して操作が可能。

※Bastion専用のサブネットでは、サブネット名を「AzureBastionSubnet」、アドレス範囲のプレフィックスの値を/26以下にする必要がある。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?