From 78d5d6ac9bfc8a7bee7e5c7ddd2e5ef9489d0557 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 23 Dec 2008 15:27:33 +0000 Subject: some documentation --- etc/anytun/client1/config | 4 ++++ etc/anytun/client2/config | 4 ++++ etc/anytun/client3/config | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'etc') diff --git a/etc/anytun/client1/config b/etc/anytun/client1/config index ae08ac8..ff36b38 100644 --- a/etc/anytun/client1/config +++ b/etc/anytun/client1/config @@ -31,6 +31,10 @@ auth-algo sha1 #control-host 127.0.0.1:4445 ### Connection Parameters (for clients without config server) +## Allow all ipv4 and ipv6 traffic +## this does not set operating system routes +route 0.0.0.0/0 +route ::/0 ## remote host remote-host example.com ## remote port diff --git a/etc/anytun/client2/config b/etc/anytun/client2/config index 6c2a1b5..b1351f0 100644 --- a/etc/anytun/client2/config +++ b/etc/anytun/client2/config @@ -31,6 +31,10 @@ auth-algo sha1 #control-host 127.0.0.1:4445 ### Connection Parameters (for clients without config server) +## Allow all ipv4 and ipv6 traffic +## this does not set operating system routes +route 0.0.0.0/0 +route ::/0 ## remote host remote-host example.com ## remote port diff --git a/etc/anytun/client3/config b/etc/anytun/client3/config index 3d8ab04..b19b109 100644 --- a/etc/anytun/client3/config +++ b/etc/anytun/client3/config @@ -31,6 +31,10 @@ auth-algo sha1 #control-host 127.0.0.1:4445 ### Connection Parameters (for clients without config server) +## Allow all ipv4 and ipv6 traffic +## this does not set operating system routes +route 0.0.0.0/0 +route ::/0 ## remote host remote-host example.com ## remote port -- cgit v1.2.3