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.

Azureでの「yum update」のエラーについて

Posted at

Azure RHUIサーバーへのアクセスはAzureデータセンターのIP範囲内に制限されています。

AzureでRedHatイメージを使用してVMをデプロイし、yumコマンドが失敗した場合は、①プロキシをセットアップしたか、②NSGルールを制限したか、③またはExpressRouteトンネリングを使用しているかを確認してください。

以下3つの点について説明します。

①プロキシサーバーを使用している場合は、このプロキシサーバーはAzureでホストされていることを確認してください。

NSGルールを制限している場合は、RHUIサーバーのIPアドレスごとに例外を追加してください。

ExpressRouteトンネリングを使用している場合は、RHUIサーバーのIPアドレスごとにUDR(User Definited Route)を必ず追加してください。

RHUI の情報

Azure RHUIのIPアドレスは以下の通りです。プロトコルは「HTTPS] 、ポートは「443」です。

# Azure Global
13.91.47.76
40.85.190.91
52.187.75.218
52.174.163.213
52.237.203.198

Azure RHUIのURLリストは以下の通りです。

https://rhui-1.microsoft.com/
https://rhui-2.microsoft.com/
https://rhui-3.microsoft.com/

以上です。

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?