存档

‘ipv6’ 标签的文章

App Engine joins the Google over IPv6 Program

三月 11th, 2010 云在天边 0 条评论

The Google over IPv6 program allows ISPs with good connectivity to request IPv6 access for most Google services. In about a week, we'll be adding Google App Engine and the appspot.com domain to this program. This means that all App Engine apps will become accessible over IPv6 to anyone participating in the program!

For most people, this won't require any changes to your code at all. If your App Engine code reads os.environ["REMOTE_ADDR"] in Python, or HttpServletRequest.getRemoteAddr() in Java, be aware that this value may be an IPv4 address, like "192.0.2.1", or an IPv6 address, like "2001:db8::1". Now is the time to verify that your code doesn't make any IPv4-specific assumptions, so that your IPv6-ready users will have a seamless transition.

Some libraries for manipulating IP addresses, should your app require one, include ipaddr and java.net.InetAddress.

Q: My app doesn't handle IP addresses at all. Can I ignore this announcement?
A: Yes.

Q: I have a third-party domain hosted through Google Apps and the ghs.google.com CNAME. Will this affect me?
A: This particular change only affects appspot.com domains, but you should still make sure your code is IPv6-safe, as we're always working to add IPv6 to more services.

Q: Will everyone see an IPv6 AAAA record for my app?
A: No, the AAAA record is visible to less than 1% of users, whose ISPs are participating in the Google over IPv6 program.

Q: Does this mean each app will get its own unique IPv6 address?
A: No, we try to keep our IPv4 and IPv6 services as similar as possible.

Q: My ISP isn't a Google over IPv6 participant. How can I verify that that my code doesn't choke on IPv6 addresses?
A: You should include IPv6 addresses in your unit tests. After the launch, you'll be able to use the IPv4-IPv6 Website Gateway provided by the SixXS project. It's accessed by appending .ipv4.sixxs.org to any IPv6-enabled hostname. For example, the "Shoutout" sample app will be visible at http://shoutout.appspot.com.ipv4.sixxs.org/.

Q: Why does the previous link report a "does not have an IPv6 address" error?
A: That means we haven't launched yet. The delay is meant to give developers time to review their address-handling code.

给自己的博客添加了IPV6地址!(blog.wer.pp.ru)

九月 4th, 2009 云在天边 4 条评论
今天我在自己的dns里队本站域名添加了IPv6记录,如果你是在高校或者有IPV6网络的话,你可以使用IPv6访问本网站,本网站(只限自定义域名)使用双栈网络,IPV6/IPv4均可访问。欢迎大家的访问交流!

(..More)

用IPv6网络最快速度下载最新Ubuntu光盘镜像

九月 4th, 2009 云在天边 1 条评论

你有IPv6网络吗?如果你有的话,恭喜你有了最快的速度下载Ubuntu的方法,以下种子文件均仅支持IPV6网络,欢迎使用!注:Ubuntu为开源软件,欢迎使用!

(..More)

如何解决获取到IPV6地址而无法使用

九月 2nd, 2009 云在天边 0 条评论
最近我的 Windows 7 经常无法连接 IPV6 站点,但是 IPV6 地址的获取是正常的,同一台电脑上的 Ubuntu IPV6 工作也正常。经过一些摸索发现可能是以下两个原因造成的: 1. 分配到 2002 开头的 IPV6 地址并使用了它。2002::/16 格式的地址是 6to4 的地址,不是 native 的 IPV6 地址,所以在 IPV4+V6 双栈网络中不应该使用 2002::/16 格式的地址。执行 ping6 ipv6.google.com 可以看到自己使用的是什么 IPV6 地址。 之所以会产生 2002::/16 格式的地址,一个很可能的原因是网络中的 Windows Vista 操作系统默认会发送 IPV6 的路由器公告。使用

(..More)

rr.nu免费二级域名(可支持IPv6)

九月 1st, 2009 云在天边 0 条评论
Sitelutions提供数种免费二级域名(Free subdomain),例如简短好记的YourName.rr.nu, YourName.fw.nu,或是YourName.FindHere.org, YourName.Lookin.At等等,使用者除了简单的网域名称转址功能,还可以设置DNS,例如A记录 , CNAME , MX记录 , TXT Records , AAAA(IPv6) , NS Records ,如果你的网站缺少一个域名,若不想花钱,可以试试看Sitelutions提供的免费域名。申请地址:https://www.sitelutions.com/申请很简单的。就简单的英文,GG翻译一下就OK了。我弄了几个嘿嘿。演示:http://lzq.rr.nu目前没绑定。因为备案问题- -除RR.NU外。还有很多,比如fw.nu还有长的。很不错哈~注意:URl跳转不怎么支持中文~

(..More)