summaryrefslogtreecommitdiffstats
path: root/clatd.conf
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2013-02-26 09:44:17 +0900
committerLorenzo Colitti <lorenzo@google.com>2013-02-26 09:44:17 +0900
commitd6ef91bef28020ec019a64561e8fb5e353e42980 (patch)
tree16c3d6bda7f9b513f5ed0999f4470cdc88dfbb99 /clatd.conf
parent559230ca44fa6a468d465d932f143ce95d12ab4c (diff)
downloadandroid_external_android-clat-d6ef91bef28020ec019a64561e8fb5e353e42980.tar.gz
android_external_android-clat-d6ef91bef28020ec019a64561e8fb5e353e42980.tar.bz2
android_external_android-clat-d6ef91bef28020ec019a64561e8fb5e353e42980.zip
Change the IP addresses used by CLAT.
- Change the IPv4 address to 192.0.0.4. This is one of the IPv4 addresses reserved by IANA for DS-Lite, so it's close enough. - Change the IPv6 IID to ::464. The current code uses an IID in the IANA reserved range. Change-Id: I6039f13efc7d20c433b03cd322fc82a3a45b84cf
Diffstat (limited to 'clatd.conf')
-rw-r--r--clatd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/clatd.conf b/clatd.conf
index e6336d7..086d39a 100644
--- a/clatd.conf
+++ b/clatd.conf
@@ -1,9 +1,9 @@
# host ID to use as the source of CLAT traffic
# this is a /128 taken out of the /64 routed to the phone
-ipv6_host_id ::200:5E10:0:0
+ipv6_host_id ::464
# ipv4 subnet for the local traffic to use. This is a /32 host address
-ipv4_local_subnet 192.168.255.1
+ipv4_local_subnet 192.0.0.4
# get the plat_subnet from dns lookups (requires DNS64)
plat_from_dns64 yes