分页: 1 / 1
w3m 可以打开ipv6.google.com,chrome 为什么不可以?
发表于 : 2014-07-19 14:46
由 jinhongchao@gmail.com
sudo apt-get install miredo
之后,
w3m ipv6.google.com是可以的。但是chrome却打不开。
有帖子说chrome://net-internals/#dns可以设置开启关闭ipv6。
但是我却看不到这个选项。
要上谷歌,有朋友知道怎么样让chrome可以支持 teredo的ipv6吗?
搜尽全网无结果啊!
Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?
发表于 : 2014-07-19 14:56
由 poloshiao
Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?
发表于 : 2014-07-19 15:02
由 jinhongchao@gmail.com
这个方法没有用。显示的是Default address family: UNSPECIFIED
Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?
发表于 : 2014-07-19 15:19
由 poloshiao
显示的是Default address family: UNSPECIFIED
這一篇有提報 (不知能否打開下面的網頁)
https://code.google.com/p/chromium/issu ... ?id=171346
Built-in DNS uses the wrong DNS server
主要是內建的 dns 引起的問題
Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?
发表于 : 2014-07-19 15:35
由 jinhongchao@gmail.com
开启ipv6是会影响DNS的速度。据说chrome V20之后都有这个问题了。
因为这个ipv6并不是真正的ipv6.对于chrome 来说就是没有ipv6网络。所以就强行关掉。
看来我得换成低版本的chrome试试。
Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?
发表于 : 2015-06-17 19:35
由 bzhao
我试了chrome --enable-ipv6 启动程序就可以了(Ubuntu下)
chrome://net-internals/#dns
use_local_ipv6 false (这个选项什么意思啊!)
Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?
发表于 : 2015-06-17 19:35
由 bzhao
我试了chrome --enable-ipv6 启动程序就可以了(Ubuntu下)
chrome://net-internals/#dns
use_local_ipv6 false (这个选项什么意思啊!)
Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?
发表于 : 2015-06-18 7:10
由 poloshiao
我试了chrome --enable-ipv6 启动程序就可以了(Ubuntu下)
chrome://net-internals/#dns
use_local_ipv6 false (这个选项什么意思啊!)
1.
http://www.chromestory.com/2011/02/how- ... le-chrome/
How To Enable IPV6 Using Google Chrome
Its pretty simple. Go to about:net-internals on your Chrome address bar. Click on DNS tab, you will see the following message
Default address family:Â ADDRESS_FAMILY_IPV4Â (
IPv6 disabled)
Click on “
Enable IPV6” to get IPV6 going on your system.
2. use_local_ipv6 false
可能就是
Default address family:Â ADDRESS_FAMILY_IPV4Â (IPv6 disabled)
3. 把
use_local_ipv6 改為 true
可能就是
Click on “
Enable IPV6” to get IPV6 going on your system.