1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
{
"comment": "Sample configuration for the NAT64 Jool service.",
"instance": "default",
"framework": "netfilter",
"global": {
"comment": "Sample pool6 prefix",
"pool6": "64:ff9b::/96"
},
"comment": "Sample pool4 table",
"pool4": [
{
"protocol": "TCP",
"prefix": "192.0.2.1",
"port range": "61001-65535"
}, {
"protocol": "UDP",
"prefix": "192.0.2.1",
"port range": "61001-65535"
}
],
"comment": "Sample BIB table",
"bib": [
{
"protocol": "TCP",
"ipv6 address": "2001:db8::1#80",
"ipv4 address": "192.0.2.1#61080"
}, {
"protocol": "UDP",
"ipv6 address": "2001:db8::2#10000",
"ipv4 address": "192.0.2.1#65535"
}
]
}
|