From 5c520828c7b26860ddc57a9977774bea119baad9 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 23 Feb 2009 17:24:20 +0000 Subject: updated example configs (--log) --- etc/anytun/client1/config | 2 ++ etc/anytun/client2/config | 2 ++ etc/anytun/client3/config | 2 ++ etc/anytun/server/config | 3 +++ 4 files changed, 9 insertions(+) (limited to 'etc') diff --git a/etc/anytun/client1/config b/etc/anytun/client1/config index ff36b38..0b3c2d1 100644 --- a/etc/anytun/client1/config +++ b/etc/anytun/client1/config @@ -3,6 +3,8 @@ #nodaemonize ## the sender id to use (has to be unique for multible anycast servers) #sender-id 1 +## log to syslog with level of 3 +log syslog:3,anytun-client1,daemon ## local anycast ip address to bind to #interface ## local anycast(data) port to bind to diff --git a/etc/anytun/client2/config b/etc/anytun/client2/config index b1351f0..007c58b 100644 --- a/etc/anytun/client2/config +++ b/etc/anytun/client2/config @@ -3,6 +3,8 @@ #nodaemonize ## the sender id to use (has to be unique for multible anycast servers) #sender-id 1 +## log to syslog with level of 3 +log syslog:3,anytun-client2,daemon ## local anycast ip address to bind to #interface ## local anycast(data) port to bind to diff --git a/etc/anytun/client3/config b/etc/anytun/client3/config index b19b109..972364c 100644 --- a/etc/anytun/client3/config +++ b/etc/anytun/client3/config @@ -3,6 +3,8 @@ #nodaemonize ## the sender id to use (has to be unique for multible anycast servers) #sender-id 1 +## log to syslog with level of 3 +log syslog:3,anytun-client3,daemon ## local anycast ip address to bind to #interface ## local anycast(data) port to bind to diff --git a/etc/anytun/server/config b/etc/anytun/server/config index a23ddfb..2736b15 100644 --- a/etc/anytun/server/config +++ b/etc/anytun/server/config @@ -33,6 +33,9 @@ auth-algo sha1 ## make sure to use a different port for every server and client! port 4444 +## log to syslog with level of 3 +log syslog:3,anytun-server,daemon + ############################# ## Debug options # ############################# -- cgit v1.2.3