From f7af8f68059df76edfe7c6ed096be1f6e478833c Mon Sep 17 00:00:00 2001 From: xHire Date: Fri, 19 Jul 2013 15:09:22 +0200 Subject: [PATCH] Installing basic config file and some doc stuff --- Makefile.am | 3 +++ wrapsix.conf | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 wrapsix.conf diff --git a/Makefile.am b/Makefile.am index 0a7b929..1908c39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src + +sysconf_DATA = wrapsix.conf +dist_doc_DATA = AUTHORS ChangeLog COPYING NEWS README diff --git a/wrapsix.conf b/wrapsix.conf new file mode 100644 index 0000000..cdbf68f --- /dev/null +++ b/wrapsix.conf @@ -0,0 +1,18 @@ +# MTU in your IPv6 network -- safe default is 1280, but if you know that +# everywhere in our IPv6 network can be carried packets bigger than that then +# you can rise it up to 1500. +#mtu 1280 + +# Standard prefix for NAT64 is 64:ff9b::/96 (it's reserved by IANA for this +# purpose), but if you want e.g. prefix from your own subnet, feel free to +# uncomment and change it (but remember: it must be at least /96 and unused!). +# Don't enter information about prefix length (/96). +#prefix 64:ff9b:: + +# WrapSix automatically detects first interface and uses it. Use this option to +# run WrapSix on different interace. +interface eth0 + +# Unassigned IPv4 address for sole usage by WrapSix. Even the OS mustn't have it +# assigned. +#ipv4_address 192.168.0.111