{ "comment": { "description": "Sample full NAT64 configuration.", "notes": [ "192.0.2/24 and 2001:db8::/32 are documentation blocks", "(RFC 5737 and RFC 3849), and you WILL need to change or", "remove them for your setup." ], "last update": "2022-03-20" }, "instance": "sample-nat64", "framework": "netfilter", "global": { "pool6": "64:ff9b::/96", "lowest-ipv6-mtu": 1280, "logging-debug": false }, "pool4": [ { "protocol": "TCP", "prefix": "192.0.2.1/32", "port range": "61001-65535" }, { "protocol": "UDP", "prefix": "192.0.2.1/32", "port range": "61001-65535" }, { "protocol": "ICMP", "prefix": "192.0.2.1/32" } ], "bib": [ { "protocol": "TCP", "ipv6 address": "2001:db8::1#80", "ipv4 address": "192.0.2.1#62000" }, { "protocol": "UDP", "ipv6 address": "2001:db8::2#10000", "ipv4 address": "192.0.2.1#62000" } ] }