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

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

This project is for464xlatsupport for android. It is useful foripv4 applicationsrunning 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 of464xlat (RFC6877)



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


How can I test that 464xlat is operating properly?

While on the IPv6 APN, visit thishelpful 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(Java) GMT时间转换
  2. Android(Java) GMT时间转换
  3. 系出名门Android(8) - 控件(View)之TextSwitcher, Gallery, Imag
  4. 关于android应用程序的入口
  5. Android(安卓): dip/dp与px(pixel)之间的相互转换
  6. Android(安卓)使用 Application
  7. 系出名门Android(8) - 控件(View)之TextSwitcher, Gallery, Imag
  8. Coroutines in Android(安卓)- One Shot and Multiple Values
  9. 关于android应用程序的入口

随机推荐

  1. 花样Android ProgressBar 史上最强大讲解
  2. Android常用的15个框架
  3. Android(安卓)camera 默认显示黑白的问题
  4. 软键盘默认不弹出,点击别的控件让EditText
  5. Android基本控件和事件以及消息总结
  6. android切换到后台图片纹理丢失的解决方
  7. Android : 登录并保存密码
  8. Android SQLite数据库升级的问题
  9. Android下USB Accessory的实现分析 (四)---
  10. Android 修改app图标和名称的方法