Lorenzo Colitti | 9808952 | 2014-10-09 22:29:45 +0900 | [diff] [blame] | 1 | # Host IID to use as the source of CLAT traffic. |
| 2 | # This is a /128 taken out of the /64 on the parent interface. |
| 3 | # A host IID of :: means to generate a checksum-neutral, random IID. |
| 4 | ipv6_host_id :: |
Daniel Drown | a45056e | 2012-03-23 10:42:54 -0500 | [diff] [blame] | 5 | |
| 6 | # 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] | 7 | ipv4_local_subnet 192.0.0.4 |
Daniel Drown | a45056e | 2012-03-23 10:42:54 -0500 | [diff] [blame] | 8 | |
| 9 | # get the plat_subnet from dns lookups (requires DNS64) |
| 10 | plat_from_dns64 yes |
| 11 | # hostname to use to lookup plat subnet. must contain only A records |
Lorenzo Colitti | 12c72b2 | 2013-11-21 19:16:45 +0900 | [diff] [blame] | 12 | plat_from_dns64_hostname ipv4only.arpa |
Daniel Drown | a45056e | 2012-03-23 10:42:54 -0500 | [diff] [blame] | 13 | |
| 14 | # plat subnet to send ipv4 traffic to. This is a /96 subnet. |
| 15 | # This setting only makes sense with: plat_from_dns64 no |
| 16 | #plat_subnet 2001:db8:1:2:3:4:: |