summaryrefslogtreecommitdiff
path: root/net/hf6to4/MESSAGE
diff options
context:
space:
mode:
authorhubertf <hubertf>2003-08-23 13:30:35 +0000
committerhubertf <hubertf>2003-08-23 13:30:35 +0000
commit9000b413d417b4ef20cd7ad491635f7cdbdf86a1 (patch)
tree9ac78f4801c0978ad8c11f2f93d8e0cb3452fc2b /net/hf6to4/MESSAGE
parentb2f04c35c70fdee8e47ee131b2ee146263efd169 (diff)
downloadpkgsrc-9000b413d417b4ef20cd7ad491635f7cdbdf86a1.tar.gz
Add hf6to4 1.0.
The hf6to4 script can be used to setup IPv6 on your home machine and net- work for exploring IPv6 without any registrations. 6to4 is a mechanism by which your IPv6 address(es) are derived from an assigned IPv4 address, and which involves automatic tunnelling to one or more remote 6to4 hubs, which will then forward your v6 packets on the 6bone etc. Replies are routed back to you over IPv4 via (possibly) other 6to4 capable remote gateways. As such, IPv6-in-IPv4-encapsulated packets are accepted from all v4-hosts. XXX this is a rewrite of 6to4 in /bin/sh, no more perl required.
Diffstat (limited to 'net/hf6to4/MESSAGE')
-rw-r--r--net/hf6to4/MESSAGE11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/hf6to4/MESSAGE b/net/hf6to4/MESSAGE
new file mode 100644
index 00000000000..5d9d52d6c1e
--- /dev/null
+++ b/net/hf6to4/MESSAGE
@@ -0,0 +1,11 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2003/08/23 13:30:35 hubertf Exp $
+
+To configure a 6to4 tunnel, modify the configuration file
+${PKG_SYSCONFDIR}/hf6to4.conf for your system, then run
+
+ ${RCD_SCRIPTS_DIR}/hf6to4 -v start
+
+You should then be able to ping6 www.kame.net.
+
+===========================================================================