http://dan.drown.org/android/clat/

https://sites.google.com/site/tmoipv6/464xlat

This project is for 464xlat support for android. It is useful for ipv4 applications running on an IPv6-only network using NAT64/DNS64 to provide IPv4 access.

当应用不支持64位DNS,通过CLAT 处理从IPV4到IPV6的转换。 CLAT是IPV4在GSM网络使用NAT64转换到IPV6 的入口. Android CLAT 实现了android平台的CLAT。

Below, you can see how CLAT fits in to the other pieces of 464xlat (RFC6877)


Android CLAT_第1张图片

 Android 4.3 jellybean 和之后的版本都已经存在。


How can I test that 464xlat is operating properly?

While on the IPv6 APN, visit this helpful ipv6 test page

Can I use clat/464xlat with a wifi connection?

Android does not (yet) support IPv6-only wifi connections, and this software was not designed to offer CLAT services via a wifi connection. It can be made to work by giving CLAT an IP to use in the config file, along with answering ND for that IP on the handset (set the proxy_ndp sysctl and use ip -6 neighbor add proxy ...). Please note that running this CLAT implementation requires IPv6 forwarding turned on, so if you're relying on RA autoconfiguration (SLAAC) you'll need to configure a static IPv6 global address on the wifi interface. Also note that multiple handsets running 464xlat on the same wifi network will result in IPv6 address conflicts if you don't make sure each one has a unique hostid for its clat function.

Can I use the same IPv6 IP for my handset's global traffic and CLAT traffic?

Not for this implementation. It relies on the routing table of the handset to separate traffic to the handset and traffic to the CLAT process. You will need one global IPv6 address for the handset and one for the CLAT process.



更多相关文章

  1. 【Android Studio】Android Studio和Gradle版本兼容性说明
  2. Android7.0升级版本适配问题
  3. Android 版本号对应的SDK版本
  4. Android 各个版本号WebView
  5. android sdk adt 版本
  6. Android com.android.support 版本不一致
  7. android系统中“关于设备”中android版本和android安全补丁信息
  8. Android O 版本(Android 8.0) 存储空间不足时提醒
  9. 最新android版本对应的API等级

随机推荐

  1. 视口、定位和模态框
  2. android pull解析
  3. Android日历(Calendar,dataPicker)
  4. 浅谈android的selector背景选择器
  5. Android(安卓)本地广播动作
  6. Android(安卓)Handler机制 - handleMessa
  7. Android通过Alpha实现渐变效果的几个方法
  8. Android(安卓)最火的快速开发框架XUtils
  9. Android学习(2)EditView属性
  10. android性能测试bootchart篇