LoginSignup
2
2

More than 5 years have passed since last update.

iTunesにRemoteAppで接続できない

Last updated at Posted at 2015-07-15

とりあえずメモる

  • iPhone6とiPad mini3で確認
  • 親機はwin7
  • モバイル側でパスコードを発行し、親機で入力するも「間違っています」的な感じになる
  • そもそもちょっと前は何もしなくてもモバイル側に表示されなかったっけ…?

ぐぐったら「arpがー」という記事が散見されたので手元でも試した。

参考:
http://re-boost.cocolog-nifty.com/blog/2010/11/ipadremote-a5fa.html
http://blog.sato0123.com/2015/04/29/Connect_Watch_to_iTunes_on_Win7/

> arp -av
...
  192.168.~~.~~         00-00-00-00-00-00     無効
  192.168.~~.~~         00-00-00-00-00-00     無効
...

私のもっばいる達は無効とされていた。
arpキャッシュ消す。

> arp -d 192.168.~~.~~

けどすぐ登録されて無効になる?っぽい。
なにやらよくわからないがarp問い合わせに対してiOSデバイス達がうまく応答していないらしく、無効になっちゃうみたい。

根本的な解決方法はよくわからなかったので、とりあえず

  • iOSデバイスに手動でlocal IP付与(家庭用無線ルータのレベルで)
  • arpテーブルに静的なエントリを追加

として対応した。

> arp -s [IPアドレス] [MACアドレス]

で追加。

> arp -av
...
  [IPアドレス]         [MACアドレス]     静的
...

これでとりあえずRemoteAppは使えてる。

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