新幹線の中から無線LAN

今まで新幹線N700の中ではiPhone無線LANを使ってきましたが、やっぱりPCも使いたいなあということで、本日以下の契約をしてみました。

ワイヤレスゲート ヨドバシカメラオリジナルプラン
http://www.tripletgate.com/yodobashi/

登録は自宅で済ませておきました。特に問題なく10分そこそこで完了しました。
実際の接続も今のところ問題ありません。
現在新幹線の中でこの記事を書いています。

通信速度はとくに速くはありませんが、トンネルで切れないのが嬉しいです。

意外に新幹線は揺れるので、画面を凝視する人は酔ってしまうかもしれません。


(追記)
VPN経由で会社の自分のLinux機にsshでログインすると、けっこうキーが粘り着く感じがする。
pingするとこんな感じ。

 $ ping 192.168.xx.xx
 PING 192.168.xx.xx (192.168.xx.xx): 56 data bytes
 64 bytes from 192.168.xx.xx: icmp_seq=0 ttl=63 time=308.943 ms
 64 bytes from 192.168.xx.xx: icmp_seq=1 ttl=63 time=254.618 ms
 64 bytes from 192.168.xx.xx: icmp_seq=2 ttl=63 time=253.002 ms
 64 bytes from 192.168.xx.xx: icmp_seq=3 ttl=63 time=252.858 ms
 64 bytes from 192.168.xx.xx: icmp_seq=4 ttl=63 time=252.941 ms
 64 bytes from 192.168.xx.xx: icmp_seq=5 ttl=63 time=252.561 ms
 64 bytes from 192.168.xx.xx: icmp_seq=6 ttl=63 time=252.417 ms
 64 bytes from 192.168.xx.xx: icmp_seq=7 ttl=63 time=253.572 ms
 64 bytes from 192.168.xx.xx: icmp_seq=8 ttl=63 time=251.423 ms
 64 bytes from 192.168.xx.xx: icmp_seq=9 ttl=63 time=253.054 ms
 ^C
 --- 192.168.xx.xx ping statistics ---
 10 packets transmitted, 10 packets received, 0% packet loss
 round-trip min/avg/max/stddev = 251.423/258.539/308.943/16.819 ms
 $ 

平均して250msecか。ちょっといらつく。

プライベートアドレスだから特に意味はないけど自分のマシンのIPアドレスは192.168.xx.xxに置換しました。

(追記2)
比較のために自宅からVPNでつないで同じことをしてみました。11nの無線LANを経由して光ファイバーでインターネットにつながっています。

 $ ping 192.168.xx.xx
 PING 192.168.xx.xx (192.168.xx.xx): 56 data bytes
 64 bytes from 192.168.xx.xx: icmp_seq=0 ttl=63 time=29.645 ms
 64 bytes from 192.168.xx.xx: icmp_seq=1 ttl=63 time=28.936 ms
 64 bytes from 192.168.xx.xx: icmp_seq=2 ttl=63 time=28.929 ms
 64 bytes from 192.168.xx.xx: icmp_seq=3 ttl=63 time=29.399 ms
 64 bytes from 192.168.xx.xx: icmp_seq=4 ttl=63 time=29.136 ms
 64 bytes from 192.168.xx.xx: icmp_seq=5 ttl=63 time=29.330 ms
 ^C
 --- 192.168.xx.xx ping statistics ---
 6 packets transmitted, 6 packets received, 0% packet loss
 round-trip min/avg/max/stddev = 28.929/29.229/29.645/0.257 ms
 $

30msec未満ですね。これだとリモートでつないでいてもほとんど違和感がありません。

(追記3)
ついでに自分のWindows機からLinux機にpingしたときの様子です。2台は同じネットワークに属していて、物理的に同じハブ(ギガビットのハブ)につながっています。

 $ ping 192.168.xx.xx
 PING 192.168.xx.xx (192.168.xx.xx): 56 data bytes
 64 bytes from 192.168.xx.xx: icmp_seq=0 ttl=64 time=21 ms
 64 bytes from 192.168.xx.xx: icmp_seq=1 ttl=64 time=0 ms
 64 bytes from 192.168.xx.xx: icmp_seq=2 ttl=64 time=0 ms
 64 bytes from 192.168.xx.xx: icmp_seq=3 ttl=64 time=0 ms
 64 bytes from 192.168.xx.xx: icmp_seq=4 ttl=64 time=0 ms
 64 bytes from 192.168.xx.xx: icmp_seq=5 ttl=64 time=0 ms
 64 bytes from 192.168.xx.xx: icmp_seq=6 ttl=64 time=0 ms
 ^C
 ----192.168.xx.xx PING Statistics----
 7 packets transmitted, 7 packets received, 0.0% packet loss
 round-trip (ms)  min/avg/max/med = 0/3/21/0

1msec未満ですね。
なお、Windows7だと管理者権限でcygwinを開かないとpingがエラーになりました。


(2010.3.5追記4)
朝9時台の新幹線の中。みんな使うから激遅い。

 $ ping 192.168.xx.xx
 PING 192.168.xx.xx (192.168.xx.xx): 56 data bytes
 64 bytes from 192.168.xx.xx: icmp_seq=0 ttl=63 time=265.334 ms
 64 bytes from 192.168.xx.xx: icmp_seq=1 ttl=63 time=340.773 ms
 64 bytes from 192.168.xx.xx: icmp_seq=2 ttl=63 time=304.945 ms
 64 bytes from 192.168.xx.xx: icmp_seq=3 ttl=63 time=423.116 ms
 64 bytes from 192.168.xx.xx: icmp_seq=4 ttl=63 time=359.959 ms
 64 bytes from 192.168.xx.xx: icmp_seq=5 ttl=63 time=430.775 ms
 64 bytes from 192.168.xx.xx: icmp_seq=6 ttl=63 time=501.117 ms
 ^C
 --- 192.168.xx.xx ping statistics ---
 8 packets transmitted, 7 packets received, 12% packet loss
 round-trip min/avg/max/stddev = 265.334/375.146/501.117/75.274 ms
 $