LoginSignup
11
8

More than 5 years have passed since last update.

AzureのパブリックIPアドレス範囲

Posted at

概要

Microsoft AzureのパブリックIPアドレスの範囲は「Download Microsoft Azure Datacenter IP Ranges from Official Microsoft Download Center」でXMLファイルで配布されている。

詳細

Microsoft Azureで使われるパブリックIPアドレスの範囲は「Download Microsoft Azure Datacenter IP Ranges from Official Microsoft Download Center」で配布されている。このことは「Azure における IP アドレスの種類 | Microsoft Docs」で下記のように説明されている。

AzureリソースへのパブリックIPアドレス(動的/静的)の割り当てに使用するIPアドレス範囲のリストは、「AzureデータセンターのIPアドレス範囲」で公開されています。

配布形式

2017年8月1日確認時点で、配布形式はXMLファイルで、以下のような内容になっている。

<?xml version="1.0" encoding="utf-8"?>
<AzurePublicIpAddresses xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Region Name="europewest">
    <IpRange Subnet="40.112.124.0/24" />
    <IpRange Subnet="65.52.128.0/19" />
    :
  </Region>
  <Region Name="japanwest">
    <IpRange Subnet="23.98.56.0/26" />
    <IpRange Subnet="23.98.56.96/28" />
    :
  </Region>
</AzurePublicIpAddresses>

東日本/西日本データセンターのパブリックIPアドレス範囲

2017年8月1日確認時点で、以下になっていた。

東日本 西日本
13.71.128.0/19 13.73.232.0/21
13.73.0.0/19 23.98.56.0/26
13.78.0.0/17 23.98.56.96/28
23.98.57.0/27 23.98.56.128/26
23.98.57.64/26 23.100.104.0/21
23.98.57.128/27 40.74.64.0/19
23.100.96.0/21 40.74.96.0/19
23.102.64.0/20 40.74.128.0/20
23.102.80.0/24 52.175.128.0/19
40.115.128.0/17 52.239.146.0/26
52.155.96.0/19 52.245.92.0/27
52.156.32.0/20 52.253.172.0/22
52.156.48.0/21 104.46.224.0/20
52.156.56.0/23 104.214.128.0/19
52.185.128.0/18 104.215.0.0/18
52.239.144.0/26 138.91.16.0/20
52.239.144.64/27 191.233.32.0/19
52.243.32.0/20 191.237.236.0/24
52.243.48.0/28 191.238.68.0/26
52.243.49.0/24 191.238.80.0/21
52.243.50.0/23 191.238.88.0/22
52.243.52.0/24 191.238.92.0/23
52.243.56.0/21 191.239.96.0/20
52.245.36.0/25
52.245.36.128/27
52.246.160.0/19
52.253.176.0/22
104.41.160.0/19
104.46.208.0/20
138.91.0.0/20
191.234.138.0/24
191.237.240.0/26
191.237.240.64/28
191.237.241.0/24

参考


本ページ内容は作成者の個人的なメモです。内容を保証するものではありません。また作成者の所属組織等とは一切かかわりがありません。

11
8
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
11
8