NTTドコモ mopera U 用の IPv6対応APN構成プロファイル
mopera U 向けのプロファイルの生成する
NTTドコモのモバイル向けISPサービスのうちspmodeに先行して、mopera UではIPv6インターネット接続サービスが始まっている。IIJがてくろぐで公開した、IPv6対応APN構成プロファイルの内容[1]を参考に、mopera U 向けのIPv6対応APN構成プロファイルを Apple Configurator 2 で作ってみた。GUIではプロトコルを設定できなかったので、DefaultProtocolMask, AllowedProtocolMask=3 (IPv4/IPv6 dual の意味[2])の記述を手動で差し込んだ。
<key>DefaultProtocolMask</key>
<integer>3</integer>
<key>AllowedProtocolMask</key>
<integer>3</integer>
動作状況と環境について
- iPhone 6s (ドコモ版)
- iOSバージョン 10.3
- キャリア設定 ドコモ28.3
試したドコモSIMは2種類
その1 Xi音声契約あり + mopera U スタンダード
IPv6でのデータ通信も、VoLTE端末と通話可能でした。動作させたのはVoLTE圏内にいたときのみ試している。なお、mopera U はデフォルトではIPv6 offなので、http://start.mopera.net/ にアクセスしてIPv6アドレスONの設定を入れている。
その2 Xiデータ契約 + mopera U シンプル
その1と同様に、ChromeでのIPv6でのデータ通信OK, インターフェイス (pdp_ip0) インターネットアクセス用のIPv6アドレスが付与されていました。
chromeでbgp.he.netへアクセス
インターフェイスごとに付与されているIPアドレスが分かるアプリ myIPs
自分のIPアドレスを表示するアプリはたくさんあるが、これはインターフェイスごとに表示してくれる。getifaddrs() 相当の情報が取れるのでとても有用
myIPs https://itunes.apple.com/jp/app/myips/id573252618
- pdp_ip0: インターネットアクセス用
- pdp_ip1: VoLTE用のインターフェイス (IPv6 only)
mopera-u-cellular6.mobileconfig の内容
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ConsentText</key>
<dict>
<key>default</key>
<string>APN構成プロファイル (IPv6/Cellular Payload版)</string>
</dict>
<key>PayloadContent</key>
<array>
<dict>
<key>AttachAPN</key>
<dict>
<key>Name</key>
<string>mopera.net</string>
<key>DefaultProtocolMask</key>
<integer>3</integer>
<key>AllowedProtocolMask</key>
<integer>3</integer>
</dict>
<key>APNs</key>
<array>
<dict>
<key>Name</key>
<string>mopera.net</string>
<key>DefaultProtocolMask</key>
<integer>3</integer>
<key>AllowedProtocolMask</key>
<integer>3</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>Provides customization of carrier Access Point Name.</string>
<key>PayloadDisplayName</key>
<string>Advanced Settings</string>
<key>PayloadIdentifier</key>
<string>com.apple.cellular.A7DB9FCE-47EE-4B48-A792-017F2DA0B7AC</string>
<key>PayloadType</key>
<string>com.apple.cellular</string>
<key>PayloadUUID</key>
<string>6B08253E-D5BB-4FC4-A5CD-825FB965B5AA</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>(IPv6対応) mopera U APN設定プロファイル</string>
<key>PayloadDisplayName</key>
<string>(IPv6対応) mopera U</string>
<key>PayloadIdentifier</key>
<string>localhost.EF017163-D2A9-4E44-97DA-706B577CD15B</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>9C832E2F-FCB0-4F4B-84FB-51D6596CA455</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
リファレンス
- [1] iOS 10.3登場 iPhoneでもIPv6が使えるように (iPhone・iPad動作確認) 2017年3月28日, http://techlog.iij.ad.jp/archives/2175
- [2] Configuration Profile Reference, https://developer.apple.com/library/content/featuredarticles/iPhoneConfigurationProfileRef/Introduction/Introduction.html
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ConsentText</key>
<dict>
<key>default</key>
<string>APN構成プロファイル (IPv6/Cellular Payload版)</string>
</dict>
<key>PayloadContent</key>
<array>
<dict>
<key>AttachAPN</key>
<dict>
<key>Name</key>
<string>mopera.net</string>
<key>DefaultProtocolMask</key>
<integer>3</integer>
<key>AllowedProtocolMask</key>
<integer>3</integer>
</dict>
<key>APNs</key>
<array>
<dict>
<key>Name</key>
<string>mopera.net</string>
<key>DefaultProtocolMask</key>
<integer>3</integer>
<key>AllowedProtocolMask</key>
<integer>3</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>Provides customization of carrier Access Point Name.</string>
<key>PayloadDisplayName</key>
<string>Advanced Settings</string>
<key>PayloadIdentifier</key>
<string>com.apple.cellular.A7DB9FCE-47EE-4B48-A792-017F2DA0B7AC</string>
<key>PayloadType</key>
<string>com.apple.cellular</string>
<key>PayloadUUID</key>
<string>6B08253E-D5BB-4FC4-A5CD-825FB965B5AA</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>(IPv6対応) mopera U APN設定プロファイル</string>
<key>PayloadDisplayName</key>
<string>(IPv6対応) mopera U</string>
<key>PayloadIdentifier</key>
<string>localhost.EF017163-D2A9-4E44-97DA-706B577CD15B</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>9C832E2F-FCB0-4F4B-84FB-51D6596CA455</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
- [1] iOS 10.3登場 iPhoneでもIPv6が使えるように (iPhone・iPad動作確認) 2017年3月28日, http://techlog.iij.ad.jp/archives/2175
- [2] Configuration Profile Reference, https://developer.apple.com/library/content/featuredarticles/iPhoneConfigurationProfileRef/Introduction/Introduction.html
Author And Source
この問題について(NTTドコモ mopera U 用の IPv6対応APN構成プロファイル), 我々は、より多くの情報をここで見つけました https://qiita.com/ip6/items/f2e5d718d11032158b1b著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .