diff options
author | Steven King <kingrst@gmail.com> | 2014-03-16 23:57:07 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-21 13:01:17 -0500 |
commit | 994d31af5d56cfc19181da6e94cd53f32034d796 (patch) | |
tree | fc825fbf74c53b50990f0a32f10d7e6c7d14ea75 /network/aiccu/README | |
parent | 46d257e01bcfc76016a00f005686790d8aa9c580 (diff) | |
download | slackbuilds-994d31af5d56cfc19181da6e94cd53f32034d796.tar.gz |
network/aiccu: Added (Automatic IPv6 Client Utility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/aiccu/README')
-rw-r--r-- | network/aiccu/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/network/aiccu/README b/network/aiccu/README new file mode 100644 index 0000000000..692b399f18 --- /dev/null +++ b/network/aiccu/README @@ -0,0 +1,21 @@ +SixXS AICCU: Automatic IPv6 Connectivity Configuration Utility +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +AICCU makes it very easy for anybody to get IPv6 connectivity +everywhere they want. It uses the TIC (Tunnel Information & Control) +protocol to request the information needed to setup a tunnel through +which the connectivity is created. + +AICCU supports the following tunneling protocols: + - 6in4 static (RFC 2893) + - 6in4 heartbeat (RFC 2893 + draft-massar-v6ops-heartbeat) + - AYIYA (draft-massar-v6ops-ayiya) + +As AYIYA even works from behind NAT's, thus unless there is a very +restrictive firewall in place, anybody should be able to get IPv6 +connectivity without problems and everywhere they want. + +WARNING: never run AICCU from DaemonTools or a similar automated +'restart' tool/script. When AICCU does not start, it has a reason +not to start which it gives on either the stdout or in the (sys)log +file. The TIC server *will* automatically disable accounts which +are detected to run in this mode. |