summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-04-11 19:30:41 +0000
committerOthmar Gsenger <otti@anytun.org>2008-04-11 19:30:41 +0000
commit115a2a4330f3240e08d5940003612df17020a888 (patch)
tree984fe378f6e6e0d671683efa435eaeaa0c5c36d7
parentadded post up script (diff)
working demo no crypto
-rw-r--r--etc/anytun/server/conf.d/client14
-rw-r--r--etc/anytun/server/conf.d/client24
-rw-r--r--etc/anytun/server/conf.d/client34
-rw-r--r--etc/anytun/server/config10
4 files changed, 11 insertions, 11 deletions
diff --git a/etc/anytun/server/conf.d/client1 b/etc/anytun/server/conf.d/client1
index abebcdb..cce4baa 100644
--- a/etc/anytun/server/conf.d/client1
+++ b/etc/anytun/server/conf.d/client1
@@ -1,9 +1,9 @@
-prefix 192.168.12.1
+prefix 192.168.123.1
prefix-len 32
window-size 0
mux 1
key 0123456789ABCDEF0123456789ABCDEF
-salt 0123456789AB0123456789AB
+salt 0123456789ABCD0123456789ABCD
## remote host (autodetect if skiped)
#remote-host <hostname|ip>
## remote host (autodetect if skiped)
diff --git a/etc/anytun/server/conf.d/client2 b/etc/anytun/server/conf.d/client2
index f6b2e2a..8f6356e 100644
--- a/etc/anytun/server/conf.d/client2
+++ b/etc/anytun/server/conf.d/client2
@@ -1,9 +1,9 @@
-prefix 192.168.12.2
+prefix 192.168.123.2
prefix-len 32
window-size 0
mux 2
key 0123456789ABCDEF0123456789ABCDEF
-salt 0123456789AB0123456789AB
+salt 0123456789ABCD0123456789ABCD
## remote host (autodetect if skiped)
#remote-host <hostname|ip>
## remote host (autodetect if skiped)
diff --git a/etc/anytun/server/conf.d/client3 b/etc/anytun/server/conf.d/client3
index aeb437a..1ea25f5 100644
--- a/etc/anytun/server/conf.d/client3
+++ b/etc/anytun/server/conf.d/client3
@@ -1,9 +1,9 @@
-prefix 192.168.12.3
+prefix 192.168.123.3
prefix-len 32
window-size 0
mux 3
key 0123456789ABCDEF0123456789ABCDEF
-salt 0123456789AB0123456789AB
+salt 0123456789ABCD0123456789ABCD
## remote host (autodetect if skiped)
#remote-host <hostname|ip>
## remote host (autodetect if skiped)
diff --git a/etc/anytun/server/config b/etc/anytun/server/config
index 449568f..df6169a 100644
--- a/etc/anytun/server/config
+++ b/etc/anytun/server/config
@@ -18,14 +18,14 @@ dev anytun0
# device type tun = ip/ipv6, tap = ethernet
type tun
## payload encryption algorithm
-cipher aes-ctr
-# cipher null
+#cipher aes-ctr
+cipher null
## key derivation pseudo random function
-kd-prf aes-ctr
+#kd-prf aes-ctr
# kd-prf null
## message authentication algorithm
-auth-algo sha1
-# auth-algo null
+#auth-algo sha1
+auth-algo null
## Automaticaly configure the interface an set a route
## 1st argument the local address for the tun/tap device
## 2nd argument is either the remote address(tun) or netmask(tap)