Daniel Drown | a45056e | 2012-03-23 10:42:54 -0500 | [diff] [blame] | 1 | # host ID to use as the source of CLAT traffic |
| 2 | # this is a /128 taken out of the /64 routed to the phone |
Lorenzo Colitti | d6ef91b | 2013-02-26 09:44:17 +0900 | [diff] [blame^] | 3 | ipv6_host_id ::464 |
Daniel Drown | a45056e | 2012-03-23 10:42:54 -0500 | [diff] [blame] | 4 | |
| 5 | # ipv4 subnet for the local traffic to use. This is a /32 host address |
Lorenzo Colitti | d6ef91b | 2013-02-26 09:44:17 +0900 | [diff] [blame^] | 6 | ipv4_local_subnet 192.0.0.4 |
Daniel Drown | a45056e | 2012-03-23 10:42:54 -0500 | [diff] [blame] | 7 | |
| 8 | # get the plat_subnet from dns lookups (requires DNS64) |
| 9 | plat_from_dns64 yes |
| 10 | # hostname to use to lookup plat subnet. must contain only A records |
| 11 | plat_from_dns64_hostname ipv4.google.com |
| 12 | |
| 13 | # plat subnet to send ipv4 traffic to. This is a /96 subnet. |
| 14 | # This setting only makes sense with: plat_from_dns64 no |
| 15 | #plat_subnet 2001:db8:1:2:3:4:: |