Renumber 6bone addresses to documentation prefix.

Fix broken URL for totd site.
Add reference to pkgsrc/net/totd.
This commit is contained in:
jakllsch 2009-10-25 01:09:09 +00:00
parent 74c9be690a
commit 96c2887e36
1 changed files with 12 additions and 11 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: faithd.8,v 1.24 2009/04/08 14:36:41 joerg Exp $
.\" $NetBSD: faithd.8,v 1.25 2009/10/25 01:09:09 jakllsch Exp $
.\" $KAME: faithd.8,v 1.37 2002/05/09 14:21:23 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -63,13 +63,13 @@ connection will be determined by the last 4 octets of the original
.Tn IPv6
destination.
For example, if
.Li 3ffe:0501:4819:ffff::
.Li 2001:0db8:4819:ffff::
is reserved for
.Nm ,
and the
.Tn TCPv6
destination address is
.Li 3ffe:0501:4819:ffff::0a01:0101 ,
.Li 2001:0db8:4819:ffff::0a01:0101 ,
the traffic will be relayed to IPv4 destination
.Li 10.1.1.1 .
.Pp
@ -112,7 +112,7 @@ An implementation called
.Nm totd
is available
at
.Pa http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html .
.Pa http://www.vermicelli.pasta.cs.uit.no/software/totd.html .
Make sure you do not propagate translated DNS records to normal DNS cloud,
it is highly harmful.
.Ss Daemon mode
@ -287,8 +287,8 @@ interface has to be configured properly.
# sysctl -w net.inet6.ip6.forwarding=1
# sysctl -w net.inet6.ip6.keepfaith=1
# ifconfig faith0 create up
# route add -inet6 3ffe:501:4819:ffff:: -prefixlen 96 ::1
# route change -inet6 3ffe:501:4819:ffff:: -prefixlen 96 -ifp faith0
# route add -inet6 2001:0db8:4819:ffff:: -prefixlen 96 ::1
# route change -inet6 2001:0db8:4819:ffff:: -prefixlen 96 -ifp faith0
.Ed
.Ss Daemon mode samples
To translate
@ -350,19 +350,20 @@ The following illustrates a simple
.Pa faithd.conf
setting.
.Bd -literal
# permit anyone from 3ffe:501:ffff::/48 to use the translator,
# permit anyone from 2001:0db8:ffff::/48 to use the translator,
# to connect to the following IPv4 destinations:
# - any location except 10.0.0.0/8 and 127.0.0.0/8.
# Permit no other connections.
#
3ffe:501:ffff::/48 deny 10.0.0.0/8
3ffe:501:ffff::/48 deny 127.0.0.0/8
3ffe:501:ffff::/48 permit 0.0.0.0/0
2001:0db8:ffff::/48 deny 10.0.0.0/8
2001:0db8:ffff::/48 deny 127.0.0.0/8
2001:0db8:ffff::/48 permit 0.0.0.0/0
.Ed
.Sh SEE ALSO
.Xr faith 4 ,
.Xr route 8 ,
.Xr sysctl 8
.Xr sysctl 8 ,
.Pa pkgsrc/net/totd
.Rs
.%A Jun-ichiro itojun Hagino
.%A Kazu Yamamoto