diff options
author | Christian Pointner <equinox@anytun.org> | 2009-03-17 16:13:11 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-03-17 16:13:11 +0000 |
commit | b0a4f8f8f7912b6904185b1047cc653a7b2bbdb3 (patch) | |
tree | 17a8e0e1d43ab0eef7bf4b2908d64fd263d74920 /openwrt/kamikaze/uanytun | |
parent | updated manpage and sample configs (diff) |
added deprecated warning for anytun02-compat
updated configs (new option auth-tag-length)
Diffstat (limited to 'openwrt/kamikaze/uanytun')
-rw-r--r-- | openwrt/kamikaze/uanytun/files/uanytun.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/kamikaze/uanytun/files/uanytun.config b/openwrt/kamikaze/uanytun/files/uanytun.config index 423e7a3..199db76 100644 --- a/openwrt/kamikaze/uanytun/files/uanytun.config +++ b/openwrt/kamikaze/uanytun/files/uanytun.config @@ -15,6 +15,7 @@ config "client1" # option cipher 'aes-ctr-256' option auth_algo 'sha1' # option auth_algo 'null' +# option auth_tag_length 10 # option dev 'anytun0' option type 'tun' @@ -27,6 +28,7 @@ config "client1" option window_size 0 option mux 1 + option role 'client' # option kd_prf 'null' # option kd_prf 'aes-ctr' # option kd_prf 'aes-ctr-128' @@ -55,6 +57,7 @@ config "client2" option window_size 0 option mux 2 + option role 'client' option passphrase 'Creating_VPN_Tunnels_With_Anytun_Is_Easy' option log 'syslog:3,anytun-client2,daemon' @@ -75,6 +78,7 @@ config "client3" option window_size 0 option mux 3 + option role 'client' option passphrase 'Creating_VPN_Tunnels_With_Anytun_Is_Easy' option log 'syslog:3,anytun-client3,daemon' @@ -94,6 +98,7 @@ config "p2p-a" option remote_port '4444' option window_size 0 + option role 'alice' option passphrase 'Creating_P2P_VPN_Tunnels_With_Anytun_Is_Easy' option log 'syslog:3,anytun-p2p-a,daemon' @@ -113,6 +118,7 @@ config "p2p-b" option remote_port '4444' option window_size 0 + option role 'bob' option passphrase 'Creating_P2P_VPN_Tunnels_With_Anytun_Is_Easy' option log 'syslog:3,anytun-p2p-b,daemon' |