メモとして、メモメモ…φ(._.*)y-。o0
Windows
http://morimorigameblogg.blogspot.jp/2014/06/ipv4ipipv6.html
http://freesoft.tvbok.com/tips/web/ipv6_ipv4.html
Linux
http://lists.opensuse.org/opensuse-ja/2012-05/msg00001.html
Ubuntu 14.04では、設定変更すると、即時反映されるみたい
自分のubuntu 14.04はこんな感じ
root@ssd:~# cat /etc/gai.conf | grep -v \'#\' reload yes label ::1/128 0 label ::/0 1 label 2002::/16 2 label ::/96 3 label ::ffff:0:0/96 4 label fec0::/10 5 label fc00::/7 6 label 2001:0::/32 7 precedence ::1/128 50 precedence ::/0 40 precedence 2002::/16 30 precedence ::/96 20 precedence ::ffff:0:0/96 100
Ubuntu 14.04LTSでは、ちゃんと /etc/gai.conf に下記のようなコメントが書いてあるので、自明ですね
# For sites which prefer IPv4 connections change the last line to # # precedence ::ffff:0:0/96 100