sudo apt-get install miredo
之后,
w3m ipv6.google.com是可以的。但是chrome却打不开。
有帖子说chrome://net-internals/#dns可以设置开启关闭ipv6。
但是我却看不到这个选项。
要上谷歌,有朋友知道怎么样让chrome可以支持 teredo的ipv6吗?
搜尽全网无结果啊!
w3m 可以打开ipv6.google.com,chrome 为什么不可以?
- [email protected]
- 帖子: 286
- 注册时间: 2008-06-24 21:00
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
- [email protected]
- 帖子: 286
- 注册时间: 2008-06-24 21:00
Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?
这个方法没有用。显示的是Default address family: UNSPECIFIEDpoloshiao 写了:試試
http://www.chromestory.com/2011/02/how- ... le-chrome/
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?
這一篇有提報 (不知能否打開下面的網頁)显示的是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 为什么不可以?
开启ipv6是会影响DNS的速度。据说chrome V20之后都有这个问题了。poloshiao 写了:這一篇有提報 (不知能否打開下面的網頁)显示的是Default address family: UNSPECIFIED
https://code.google.com/p/chromium/issu ... ?id=171346
Built-in DNS uses the wrong DNS server
主要是內建的 dns 引起的問題
因为这个ipv6并不是真正的ipv6.对于chrome 来说就是没有ipv6网络。所以就强行关掉。
看来我得换成低版本的chrome试试。
- bzhao
- 帖子: 252
- 注册时间: 2008-07-05 2:15
- 系统: XUbuntu
Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?
我试了chrome --enable-ipv6 启动程序就可以了(Ubuntu下)
chrome://net-internals/#dns
use_local_ipv6 false (这个选项什么意思啊!)
chrome://net-internals/#dns
use_local_ipv6 false (这个选项什么意思啊!)
Bill Z
stat -c %a filename
\_.\{-}
stat -c %a filename
\_.\{-}
- bzhao
- 帖子: 252
- 注册时间: 2008-07-05 2:15
- 系统: XUbuntu
Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?
我试了chrome --enable-ipv6 启动程序就可以了(Ubuntu下)
chrome://net-internals/#dns
use_local_ipv6 false (这个选项什么意思啊!)
chrome://net-internals/#dns
use_local_ipv6 false (这个选项什么意思啊!)
Bill Z
stat -c %a filename
\_.\{-}
stat -c %a filename
\_.\{-}
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: w3m 可以打开ipv6.google.com,chrome 为什么不可以?
1. http://www.chromestory.com/2011/02/how- ... le-chrome/我试了chrome --enable-ipv6 启动程序就可以了(Ubuntu下)
chrome://net-internals/#dns
use_local_ipv6 false (这个选项什么意思啊!)
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.