aboutsummaryrefslogtreecommitdiffstats
path: root/community/jool-tools/jool.conf
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-11-09 15:48:40 +0100
committerJakub Jirutka <jakub@jirutka.cz>2019-11-09 16:07:06 +0100
commitb1c0dca45d25efc6688e675249c9201f6cfd8e75 (patch)
tree5cacdbacf5fb9f199d7b2fbd9a2910d7f0d57e83 /community/jool-tools/jool.conf
parent4c11b21fb95fe5a73a4f231a025d4762bbe6e68d (diff)
downloadaports-b1c0dca45d25efc6688e675249c9201f6cfd8e75.tar.bz2
aports-b1c0dca45d25efc6688e675249c9201f6cfd8e75.tar.xz
community/jool-tools: add init scripts for jool and jool_siit
Diffstat (limited to 'community/jool-tools/jool.conf')
-rw-r--r--community/jool-tools/jool.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/community/jool-tools/jool.conf b/community/jool-tools/jool.conf
new file mode 100644
index 0000000000..cedef7340a
--- /dev/null
+++ b/community/jool-tools/jool.conf
@@ -0,0 +1,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"
+ }
+ ]
+}