Skip to content

Instantly share code, notes, and snippets.

@suma
Last active August 29, 2015 14:04
Show Gist options
  • Save suma/c471a0be0ea2f18cc769 to your computer and use it in GitHub Desktop.
Save suma/c471a0be0ea2f18cc769 to your computer and use it in GitHub Desktop.
ipv6ルーティングがいまいち → VPSの管理画面から再起動したら有効になった
suma@obfuscatism:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 52:54:09:01:31:89
inet addr:133.242.184.203 Bcast:133.242.185.255 Mask:255.255.254.0
inet6 addr: fe80::5054:9ff:fe01:3189/64 Scope:Link
inet6 addr: 2401:2500:102:1113:133:242:184:203/64 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:73587 errors:0 dropped:0 overruns:0 frame:0
TX packets:5146 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4632759 (4.6 MB) TX bytes:6228102 (6.2 MB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
suma@obfuscatism:~$ route -n -A inet6
Kernel IPv6 routing table
Destination Next Hop Flag Met Ref Use If
2401:2500:102:1113::/64 :: U 256 1 0 eth0
fe80::/64 :: U 256 0 0 eth0
::/0 fe80::1 UG 1024 0 0 eth0
::/0 :: !n -1 1 98 lo
::1/128 :: Un 0 1 15 lo
2401:2500:102:1113::/128 :: Un 0 1 0 lo
2401:2500:102:1113:133:242:184:203/128 :: Un 0 1 0 lo
fe80::/128 :: Un 0 1 0 lo
fe80::5054:9ff:fe01:3189/128 :: Un 0 1 0 lo
ff00::/8 :: U 256 2 0 eth0
::/0 :: !n -1 1 98 lo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment