携帯3キャリアとモバイルロボットのIPアドレス帯域
※実経験の記憶を頼りに自宅の PC 環境(VMWareなど)で再現している内容もあるのでご注意下さい
2008-08-30
久しぶりに携帯 3 キャリア(DoCoMo, SoftBank, au)の各携帯端末ブラウザによる IP アドレス帯域を調べてみました。ドコモは 2008 年の 9 月に、2 つの IP アドレス帯域を追加するとのことでタイミングがいいです。この IP アドレス帯域は、自動化するほど頻繁に更新されるわけではないので、月に 1 回くらいのチェックでも良さそうです。
(10 分もあれば 3 キャリアのチェックはできるでしょう)
・DoCoMoの情報 ・SoftBankの情報 ・auの情報
自動で管理したい人は下記の記事を参考にして下さい。
・[DSAS開発者の部屋] キャリアのゲートウェイアドレス管理 apache module hacking!
ついでに Google Mobile とモバイル版 Yahoo! のクローラーロボットの IP アドレス帯域も調べてみました。
[Google] Google モバイルウェブクローラーのIPアドレス帯域 [Yahoo!] モバイル版Yahoo!検索の検索エンジン用ロボットについて
Apache で Web サイトを管理している人は、2008 年 9 月時点で使える設定を書いておいたので使って下さい。httpd.conf, apache.conf, .htaccess などに記載する前に内容は確認して下さい。Yahoo! のアドレス帯域は、その内サブネットを整理しておきます。とりあえずベタ書き。
order deny,allow deny from all ## DoCoMo ## allow from 210.153.84.0/24 allow from 210.136.161.0/24 allow from 210.153.86.0/24 allow from 124.146.174.0/24 allow from 124.146.175.0/24 ## SoftBank ## allow from 123.108.236.0/24 allow from 123.108.237.0/27 allow from 202.179.204.0/24 allow from 202.253.96.224/27 allow from 210.146.7.192/26 allow from 210.146.60.192/26 allow from 210.151.9.128/26 allow from 210.169.130.112/28 allow from 210.175.1.128/25 allow from 210.228.189.0/24 allow from 211.8.159.128/25 ## au ## allow from 210.169.40.0/24 allow from 210.196.3.192/26 allow from 210.196.5.192/26 allow from 210.230.128.0/24 allow from 210.230.141.192/26 allow from 210.234.105.32/29 allow from 210.234.108.64/26 allow from 210.251.1.192/26 allow from 210.251.2.0/27 allow from 211.5.1.0/24 allow from 211.5.2.128/25 allow from 211.5.7.0/24 allow from 218.222.1.0/24 allow from 61.117.0.0/24 allow from 61.117.1.0/24 allow from 61.117.2.0/26 allow from 61.202.3.0/24 allow from 219.108.158.0/26 allow from 219.125.148.0/24 allow from 222.5.63.0/24 allow from 222.7.56.0/24 allow from 222.5.62.128/25 allow from 222.7.57.0/24 allow from 59.135.38.128/25 allow from 219.108.157.0/25 allow from 219.125.151.128/25 allow from 219.125.145.0/25 allow from 121.111.231.0/25 allow from 121.111.231.160/27 allow from 121.111.227.0/25 allow from 121.111.227.160/27 ## Google Mobile ## allow from 72.14.199.0/25 allow from 209.85.238.0/25 ## Yahoo Mobile ## allow from 124.83.159.146 allow from 124.83.159.147 allow from 124.83.159.148 allow from 124.83.159.149 allow from 124.83.159.150 allow from 124.83.159.151 allow from 124.83.159.152 allow from 124.83.159.153 allow from 124.83.159.154 allow from 124.83.159.155 allow from 124.83.159.156 allow from 124.83.159.157 allow from 124.83.159.158 allow from 124.83.159.159 allow from 124.83.159.160 allow from 124.83.159.161 allow from 124.83.159.162 allow from 124.83.159.163 allow from 124.83.159.164 allow from 124.83.159.165 allow from 124.83.159.166 allow from 124.83.159.167 allow from 124.83.159.168 allow from 124.83.159.169 allow from 124.83.159.170 allow from 124.83.159.171 allow from 124.83.159.172 allow from 124.83.159.173 allow from 124.83.159.174 allow from 124.83.159.175 allow from 124.83.159.176 allow from 124.83.159.177 allow from 124.83.159.178 allow from 124.83.159.179 allow from 124.83.159.180 allow from 124.83.159.181 allow from 124.83.159.182 allow from 124.83.159.183 allow from 124.83.159.184 allow from 124.83.159.185 allow from 124.83.159.224 allow from 124.83.159.225 allow from 124.83.159.226 allow from 124.83.159.227 allow from 124.83.159.228 allow from 124.83.159.229 allow from 124.83.159.230 allow from 124.83.159.231 allow from 124.83.159.232 allow from 124.83.159.233 allow from 124.83.159.234 allow from 124.83.159.235 allow from 124.83.159.236 allow from 124.83.159.237 allow from 124.83.159.238 allow from 124.83.159.239 allow from 124.83.159.240 allow from 124.83.159.241 allow from 124.83.159.242 allow from 124.83.159.243 allow from 124.83.159.244 allow from 124.83.159.245 allow from 124.83.159.246 allow from 124.83.159.247
関連記事
上記の記事に関連する記事(最新の10件)です。


