IPv6/ubuntu/gogoc/起動について、ここに記述してください。

1. ifconfig

tun deviceが出現した。 -- ToshinoriMaeno 2011-09-05 04:42:45

tun       Link encap:不明なネット  ハードウェアアドレス 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet6アドレス: ****/128 範囲:グローバル
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1280  メトリック:1
          RXパケット:7 エラー:0 損失:0 オーバラン:0 フレーム:0
          TXパケット:1 エラー:0 損失:0 オーバラン:0 キャリア:0
          衝突(Collisions):0 TXキュー長:500 
          RXバイト:480 (480.0 B)  TXバイト:64 (64.0 B)

# netstat -rn

Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.11.0    0.0.0.0         255.255.255.0   U         0 0          0 wlan0
169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 wlan0
0.0.0.0         192.168.11.1    0.0.0.0         UG        0 0          0 wlan0

root@u11:/home/tmaeno# netstat -rn -6

Kernel IPv6 routing table
Destination                    Next Hop                   Flag Met Ref Use If
****/128 ::                         U    256 0     0 tun
2000::/3                       ::                         U    1   0     0 tun
fe80::/64                      ::                         U    256 0     0 wlan0
fe80::/64                      ::                         U    256 0     0 tun
::/0                           ::                         U    1   0     0 tun
::/0                           ::                         !n   -1  1    17 lo
::1/128                        ::                         Un   0   1    20 lo
****/128 ::                         Un   0   1    16 lo
fe80::/128                     ::                         Un   0   1     0 lo
fe80::224:a5ff:fe50:2614/128   ::                         Un   0   1     0 lo
ff00::/8                       ::                         U    256 0     0 wlan0
ff00::/8                       ::                         U    256 0     0 tun
::/0                           ::                         !n   -1  1    17 lo

answer: m6.qmail.jp 86400 AAAA 2001:e41:3b6a:afde::1

tmaeno@:~$ ping6 2001:e41:3b6a:afde::1

PING 2001:e41:3b6a:afde::1(2001:e41:3b6a:afde::1) 56 data bytes
64 bytes from 2001:e41:3b6a:afde::1: icmp_seq=1 ttl=53 time=118 ms
64 bytes from 2001:e41:3b6a:afde::1: icmp_seq=2 ttl=53 time=117 ms
64 bytes from 2001:e41:3b6a:afde::1: icmp_seq=3 ttl=53 time=120 ms
64 bytes from 2001:e41:3b6a:afde::1: icmp_seq=4 ttl=53 time=120 ms
64 bytes from 2001:e41:3b6a:afde::1: icmp_seq=5 ttl=53 time=119 ms
64 bytes from 2001:e41:3b6a:afde::1: icmp_seq=6 ttl=53 time=119 ms
64 bytes from 2001:e41:3b6a:afde::1: icmp_seq=7 ttl=53 time=118 ms
64 bytes from 2001:e41:3b6a:afde::1: icmp_seq=8 ttl=53 time=120 ms
64 bytes from 2001:e41:3b6a:afde::1: icmp_seq=9 ttl=53 time=119 ms
64 bytes from 2001:e41:3b6a:afde::1: icmp_seq=10 ttl=53 time=117 ms
64 bytes from 2001:e41:3b6a:afde::1: icmp_seq=11 ttl=53 time=117 ms
^C
--- 2001:e41:3b6a:afde::1 ping statistics ---
11 packets transmitted, 11 received, 0% packet loss, time 10013ms
rtt min/avg/max/mdev = 117.652/119.155/120.830/1.145 ms

遅いけど、つながったらしい。 逆方向もできた。