summaryrefslogtreecommitdiff
path: root/net/6to4/pkg/MESSAGE
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-02-11 05:24:29 +0000
committerhubertf <hubertf@pkgsrc.org>2001-02-11 05:24:29 +0000
commit2c31f7bf0dac860200ec1d3a53c32e32cf21831c (patch)
tree62cd9d3dc064edbfdc39ad9c1db03ab9a454e4b9 /net/6to4/pkg/MESSAGE
parentb8c1d01a31328126c44c2e472f9ed28b43fa984c (diff)
downloadpkgsrc-2c31f7bf0dac860200ec1d3a53c32e32cf21831c.tar.gz
Add 6to4-1.0, a script to setup automatic 6to4 IPv6 tunneling.
For easy IPv6 connectivity, do: * make install * cd /usr/pkg/etc * cp 6to4.conf-example 6to4.conf * in 6to4.conf, change "out_if" to match your outgoing interface: ppp0 if you're on a modem, else your ethernet card's interface. * 6to4 -v start * ping6 www.kame.net
Diffstat (limited to 'net/6to4/pkg/MESSAGE')
-rw-r--r--net/6to4/pkg/MESSAGE3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/6to4/pkg/MESSAGE b/net/6to4/pkg/MESSAGE
new file mode 100644
index 00000000000..efca2e26942
--- /dev/null
+++ b/net/6to4/pkg/MESSAGE
@@ -0,0 +1,3 @@
+To configure this package, adjust ${PREFIX}/etc/6to4.conf from
+${PREFIX}/etc/6to4.conf-example, then start "6to4 -v start".
+You should be able to "ping6 www.kame.net" after that.