w3m 可以打开ipv6.google.com,chrome 为什么不可以?

上网、浏览、聊天、下载等
回复
头像
[email protected]
帖子: 286
注册时间: 2008-06-24 21:00

w3m 可以打开ipv6.google.com,chrome 为什么不可以?

#1

帖子 [email protected] » 2014-07-19 14:46

sudo apt-get install miredo
之后,
w3m ipv6.google.com是可以的。但是chrome却打不开。
有帖子说chrome://net-internals/#dns可以设置开启关闭ipv6。
但是我却看不到这个选项。
要上谷歌,有朋友知道怎么样让chrome可以支持 teredo的ipv6吗?
搜尽全网无结果啊!
头像
[email protected]
帖子: 286
注册时间: 2008-06-24 21:00

Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?

#3

帖子 [email protected] » 2014-07-19 15:02

这个方法没有用。显示的是Default address family: UNSPECIFIED
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?

#4

帖子 poloshiao » 2014-07-19 15:19

显示的是Default address family: UNSPECIFIED
這一篇有提報 (不知能否打開下面的網頁)
https://code.google.com/p/chromium/issu ... ?id=171346
Built-in DNS uses the wrong DNS server
主要是內建的 dns 引起的問題
头像
[email protected]
帖子: 286
注册时间: 2008-06-24 21:00

Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?

#5

帖子 [email protected] » 2014-07-19 15:35

poloshiao 写了:
显示的是Default address family: UNSPECIFIED
這一篇有提報 (不知能否打開下面的網頁)
https://code.google.com/p/chromium/issu ... ?id=171346
Built-in DNS uses the wrong DNS server
主要是內建的 dns 引起的問題
开启ipv6是会影响DNS的速度。据说chrome V20之后都有这个问题了。
因为这个ipv6并不是真正的ipv6.对于chrome 来说就是没有ipv6网络。所以就强行关掉。
看来我得换成低版本的chrome试试。
头像
bzhao
帖子: 252
注册时间: 2008-07-05 2:15
系统: XUbuntu

Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?

#6

帖子 bzhao » 2015-06-17 19:35

我试了chrome --enable-ipv6 启动程序就可以了(Ubuntu下)
chrome://net-internals/#dns
use_local_ipv6 false (这个选项什么意思啊!)
Bill Z
stat -c %a filename
\_.\{-}
头像
bzhao
帖子: 252
注册时间: 2008-07-05 2:15
系统: XUbuntu

Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?

#7

帖子 bzhao » 2015-06-17 19:35

我试了chrome --enable-ipv6 启动程序就可以了(Ubuntu下)
chrome://net-internals/#dns
use_local_ipv6 false (这个选项什么意思啊!)
Bill Z
stat -c %a filename
\_.\{-}
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?

#8

帖子 poloshiao » 2015-06-18 7:10

我试了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.
回复