From 36c6b4e4bde6e84ebea595b7a70ec646035a4882 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 11 Apr 2008 19:16:58 +0000 Subject: added client1 config --- etc/anytun/client1/config | 49 +++++++++++++++++++++++++++++++++++++++++++ etc/anytun/client1/post-up.sh | 0 2 files changed, 49 insertions(+) create mode 100644 etc/anytun/client1/config create mode 100644 etc/anytun/client1/post-up.sh (limited to 'etc') diff --git a/etc/anytun/client1/config b/etc/anytun/client1/config new file mode 100644 index 0000000..91dab8a --- /dev/null +++ b/etc/anytun/client1/config @@ -0,0 +1,49 @@ +## Global Parameters +## don't run in background +#nodaemonize +## the sender id to use (has to be unique for multible anycast servers) +sender-id 1 +## local anycast ip address to bind to +#interface +## local anycast(data) port to bind to +#port 4444 +## local unicast(sync) ip address to bind to +# sync-interface +## local unicast(sync) port to bind to +#sync-port 1234 +## remote hosts to sync with +#sync-hosts :[,:[...]] +## Device name +#dev anytun0 +# device type tun = ip/ipv6, tap = ethernet +type tun +## payload encryption algorithm +cipher aes-ctr +# cipher null +## key derivation pseudo random function +kd-prf aes-ctr +# kd-prf null +## message authentication algorithm +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) +#ifconfig +## Controll Host for multi client support +#control-host 127.0.0.1:4445 + +### Connection Parameters (for clients without config server) +## remote host +remote-host 127.0.0.1 +## remote port +remote-port 4444 +##seqence number window size +## 0 turns off replay protection (for manualk keying) +window-size 0 +## the multiplex id to use +mux 1 +## master key to use for encryption +key 0123456789ABCDEF0123456789ABCDEF +## master salt to use for encryption +salt 0123456789ABCD0123456789ABCD diff --git a/etc/anytun/client1/post-up.sh b/etc/anytun/client1/post-up.sh new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3