IPv6/ubuntu/gogocについて、ここに記述してください。 http://manpages.ubuntu.com/manpages/natty/man5/gogoc.conf.5.html https://colintw.wordpress.com/2011/06/08/ipv6-with-gogoc/ ---- IPv6へのトンネルサーバが問題になる。 http://gogonet.gogo6.com/page/freenet6-ipv6-services -- ToshinoriMaeno <> ----- == IPv6を止めていた == [[/設定]] net.ipv6.conf.all.disable_ipv6 = 1」 sysctl.conf root@u11:/home/tmaeno# sysctl net.ipv6.conf.all.forwarding {{{ net.ipv6.conf.all.forwarding = 0 }}} {{{ $ sudo sysctl -w net.ipv6.conf.all.forwarding=1 net.ipv6.conf.all.forwarding = 1 ちなみに、恒久的に変更するには、 /etc/sysctl.conf などに以下の1行を追加する必要があります。 (いま試すだけなら不要です。) net.ipv6.conf.all.forwarding=1 }}} == IPv6をenable == [[/起動]] ---- routing が必要なとき以外はいらないらしい。 == radvd == http://www.usupi.org/sysad/194.html {{{ wlan0 Link encap:Ethernet HWaddr 00:24:a5:50:26:14 inet addr:192.168.11.15 Bcast:192.168.11.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:34122 errors:134 dropped:0 overruns:0 frame:0 TX packets:2823 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:10441421 (10.4 MB) TX bytes:413908 (413.9 KB) }}} {{{ root@u11:/home/tmaeno# vi /etc/radvd.conf root@u11:/home/tmaeno# service radvd start Starting radvd: * IPv6 forwarding seems to be disabled. * See /usr/share/doc/radvd/README.Debian * radvd will *not* be started. root@u11:/home/tmaeno# sysctl net.ipv6.conf.all.forwarding net.ipv6.conf.all.forwarding = 0 $ sudo sysctl -w net.ipv6.conf.all.forwarding=1 net.ipv6.conf.all.forwarding = 1 ちなみに、恒久的に変更するには、 /etc/sysctl.conf などに以下の1行を追加する必要があります。 (いま試すだけなら不要です。) net.ipv6.conf.all.forwarding=1 }}} ---- # service radvd start {{{ Starting radvd: [Sep 04 18:03:49] radvd: no linklocal address configured for wlan0 [Sep 04 18:03:49] radvd: error parsing or activating the config file: /etc/radvd.conf [Sep 04 18:03:49] radvd: Exiting, failed to read config file. failed. }}}