summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-03-17 12:28:56 +0000
committerChristian Pointner <equinox@anytun.org>2009-03-17 12:28:56 +0000
commit3ace50d8eef058d378169c913d727bcb7d25a07e (patch)
tree8b744858c5a7f4546cf3795d4e70e6f96d91be71 /etc
parentadded SIGERROR to signal Controller (diff)
removed key derivation rate entirely
added new role based label updated configs and manpages
Diffstat (limited to 'etc')
-rw-r--r--etc/anytun/client1/config2
-rw-r--r--etc/anytun/client2/config2
-rw-r--r--etc/anytun/client3/config2
-rw-r--r--etc/anytun/p2p-a/config2
-rw-r--r--etc/anytun/p2p-b/config2
-rw-r--r--etc/anytun/server/conf.d/client12
-rw-r--r--etc/anytun/server/conf.d/client22
-rw-r--r--etc/anytun/server/conf.d/client32
8 files changed, 16 insertions, 0 deletions
diff --git a/etc/anytun/client1/config b/etc/anytun/client1/config
index 8e7970a..3f19a85 100644
--- a/etc/anytun/client1/config
+++ b/etc/anytun/client1/config
@@ -2,6 +2,8 @@
## Main options #
#############################
+role client
+
## Client ID
## (has to be unique for each client)
mux 1
diff --git a/etc/anytun/client2/config b/etc/anytun/client2/config
index a33419e..ff6b809 100644
--- a/etc/anytun/client2/config
+++ b/etc/anytun/client2/config
@@ -2,6 +2,8 @@
## Main options #
#############################
+role client
+
## Client ID
## (has to be unique for each client)
mux 2
diff --git a/etc/anytun/client3/config b/etc/anytun/client3/config
index 5799470..670ae85 100644
--- a/etc/anytun/client3/config
+++ b/etc/anytun/client3/config
@@ -2,6 +2,8 @@
## Main options #
#############################
+role client
+
## Client ID
## (has to be unique for each client)
mux 3
diff --git a/etc/anytun/p2p-a/config b/etc/anytun/p2p-a/config
index 1fa5763..59c35e6 100644
--- a/etc/anytun/p2p-a/config
+++ b/etc/anytun/p2p-a/config
@@ -2,6 +2,8 @@
## Main options #
#############################
+role alice
+
## device type tun = ip/ipv6, tap = ethernet
type tun
diff --git a/etc/anytun/p2p-b/config b/etc/anytun/p2p-b/config
index 340545a..3a92711 100644
--- a/etc/anytun/p2p-b/config
+++ b/etc/anytun/p2p-b/config
@@ -2,6 +2,8 @@
## Main options #
#############################
+role bob
+
## device type tun = ip/ipv6, tap = ethernet
type tun
diff --git a/etc/anytun/server/conf.d/client1 b/etc/anytun/server/conf.d/client1
index fd56071..5099cef 100644
--- a/etc/anytun/server/conf.d/client1
+++ b/etc/anytun/server/conf.d/client1
@@ -2,6 +2,8 @@
## main options #
#############################
+role server
+
## Client ID
## (has to be unique for each client)
mux 1
diff --git a/etc/anytun/server/conf.d/client2 b/etc/anytun/server/conf.d/client2
index 59d2e21..e0b05d2 100644
--- a/etc/anytun/server/conf.d/client2
+++ b/etc/anytun/server/conf.d/client2
@@ -2,6 +2,8 @@
## main options #
#############################
+role server
+
## Client ID
## (has to be unique for each client)
mux 2
diff --git a/etc/anytun/server/conf.d/client3 b/etc/anytun/server/conf.d/client3
index a3a4fa0..8f22de0 100644
--- a/etc/anytun/server/conf.d/client3
+++ b/etc/anytun/server/conf.d/client3
@@ -2,6 +2,8 @@
## main options #
#############################
+role server
+
## Client ID
## (has to be unique for each client)
mux 3