From e474bd05afa8659ca27aa1c75e0dd721db9ecb9f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 17 Mar 2009 02:47:56 +0000 Subject: updated manpage and sample configs --- etc/uanytun/client1/config | 2 ++ etc/uanytun/client2/config | 2 ++ etc/uanytun/client3/config | 2 ++ etc/uanytun/p2p-a/config | 2 ++ etc/uanytun/p2p-b/config | 2 ++ 5 files changed, 10 insertions(+) (limited to 'etc/uanytun') diff --git a/etc/uanytun/client1/config b/etc/uanytun/client1/config index 9fa8edd..b6b417d 100644 --- a/etc/uanytun/client1/config +++ b/etc/uanytun/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/uanytun/client2/config b/etc/uanytun/client2/config index f5283d8..0a62e07 100644 --- a/etc/uanytun/client2/config +++ b/etc/uanytun/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/uanytun/client3/config b/etc/uanytun/client3/config index 23c722b..e386210 100644 --- a/etc/uanytun/client3/config +++ b/etc/uanytun/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/uanytun/p2p-a/config b/etc/uanytun/p2p-a/config index 64f82ad..07eb51b 100644 --- a/etc/uanytun/p2p-a/config +++ b/etc/uanytun/p2p-a/config @@ -2,6 +2,8 @@ ## Main options # ############################# +role alice + ## device type tun = ip/ipv6, tap = ethernet type tun diff --git a/etc/uanytun/p2p-b/config b/etc/uanytun/p2p-b/config index 4b611d2..aefcf10 100644 --- a/etc/uanytun/p2p-b/config +++ b/etc/uanytun/p2p-b/config @@ -2,6 +2,8 @@ ## Main options # ############################# +role bob + ## device type tun = ip/ipv6, tap = ethernet type tun -- cgit v1.2.3