summaryrefslogtreecommitdiff
path: root/net/hf6to4/files/hf6to4.html
AgeCommit message (Collapse)AuthorFilesLines
2007-10-07fix obsolete URLs for www.NetBSD.orgkano1-1/+1
close PR pkg/37071 reviewd by xtraeme@
2005-05-30 * Copyright maintenancehubertf1-51/+75
* make "stf-start" and "stf-stop" aliases to "start" and "stop" * don't use RFC 1918 or 3927 IPs as outer address Inspired by OpenDarwin/MacOS X's ip6config (== old perl version of hf6to4! :-).
2004-01-31s/seperate/separate/; s/adresses/addresses/;snj1-1/+1
Technically, this generates a different binary package, but the changes trivial, so I'm not going to bother with a PKGREVISION bump.
2003-08-23Add hf6to4 1.0.hubertf1-0/+264
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.