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 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.

Android CLAT相关推荐

  1. 谷歌 地图 android studio,Android Studio百度地图开发(一)

    该楼层疑似违规已被系统折叠 隐藏此楼查看此楼 本人用Android Studio做百度地图开发,调试了一整天,始终无法通过.然后怀疑代码有问题,就换Eclipse进行代码编写,毕竟网上关于Eclips ...

  2. [Android 基础] -- Android 属性系统简介

    一.简介 在 android 系统中,为同一管理系统的属性,设计了一个统一的属性系统.每个属性都有一个名字和值,他们都是字符串格式.属性被大量使用在 Android 系统中,用来记录系统设置或进程之间 ...

  3. android 百度地图切换城市地图,android百度地图:卫星地图普通地图交通地图切换...

    在基础地图模式上,增加了普通图和卫星图的切换,以及是否增加交通图的图层. public class LayersDemo extends Activity { /** * MapView 是地图主控件 ...

  4. Android属性系统简介

    点击打开链接 1.简介 在android 系统中,为统一管理系统的属性,设计了一个统一的属性系统.每个属性都有一个名称和值,他们都是字符串格式.属性被大量使用在Android系统中,用来记录系统设置或 ...

  5. android百度地图:卫星地图普通地图交通地图切换

    在基础地图模式上,增加了普通图和卫星图的切换,以及是否增加交通图的图层. public class LayersDemo extends Activity {/*** MapView 是地图主控件*/ ...

  6. Android连载43-网络管理相关分析

    一.常用adb命令 // 用于查询网络状态以及网络连接等相关日志 adb shell dumpsys connectivity 例如:下面是查询我的huawei P20的详情 NetworkFacto ...

  7. Unity5.6+ 导出Android 应用程序apk的环境配置及导出过程

    首先下载并安装安卓SDK和java的JDK 安卓sdk下载: http://www.android-studio.org/ 也可以在这下载: 链接:http://pan.baidu.com/s/1bp ...

  8. Android 的NDK的Makefile编写

    Android.mk 是google根据Linux GNU Makefile精简编译脚本.具体来说:这就是GNU Makefile的一小部分. 举一个简单例子: LOCAL_PATH := $(cal ...

  9. Android Animation (安卓动画)概念简介

    Android Animation Android 四种动画分别为逐帧动画和补间动画.属性动画.过渡动画: Frame Animation (逐帧动画) 实现方式:xml 和 Java代码 图片跳转的 ...

最新文章

  1. 千万别中招!手把手教你复现Log4j2漏洞!
  2. asp.net url重写相关技术问题整理
  3. centos安装gitlab详解-2017
  4. 【并查集】打击犯罪(ssl 2342)
  5. Tip of the day的bug
  6. java excel 取值_java实现Excel 单元格取值工具类
  7. java 实例的生命周期_[Java教程]Vue实例生命周期
  8. Semantic Analysis
  9. 【树状数组 思维题】luoguP3616 富金森林公园
  10. javascript 常用小例子收集
  11. windows下svn server的安装和配置
  12. Originpro使用技巧
  13. 实现用python给微信指定联系人在指定时间发送消息(仅供学习)
  14. 如何查看SSH key
  15. amr转换mp3格式文件
  16. 普度大学计算机科学博士,Purdue的Computer Sciences「普渡大学西拉法叶分校计算机科学系」...
  17. Windows安装hadoop
  18. 蓝桥杯-决赛B组第七届java
  19. JAVA生成安卓签名证书
  20. [ZROJ-955]折纸 Solution

热门文章

  1. CSS3之size属性
  2. 微信小程序wx:else无效问题
  3. Stitch Fix的创新和突破——用数据的心智经营公司
  4. XLua Coroutine协程
  5. 图像处理——图像滤波
  6. linux中运行GPartediso,使用gparted 调整Linux分区扩容
  7. CF3C--Tic-tac-toe翻译
  8. 菲波那切数列(Java)
  9. 什么是WFS服务,发布WFS服务有什么用
  10. 统计学中数据分布的偏度(skewness)和峰度(kurtosis)