Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/faithd Renumber 6bone addresses to documentation pr...
details: https://anonhg.NetBSD.org/src/rev/2d411f7ef39a
branches: trunk
changeset: 748477:2d411f7ef39a
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sun Oct 25 01:09:09 2009 +0000
description:
Renumber 6bone addresses to documentation prefix.
Fix broken URL for totd site.
Add reference to pkgsrc/net/totd.
diffstat:
usr.sbin/faithd/faithd.8 | 23 ++++++++++++-----------
1 files changed, 12 insertions(+), 11 deletions(-)
diffs (71 lines):
diff -r eae488884f93 -r 2d411f7ef39a usr.sbin/faithd/faithd.8
--- a/usr.sbin/faithd/faithd.8 Sun Oct 25 00:18:38 2009 +0000
+++ b/usr.sbin/faithd/faithd.8 Sun Oct 25 01:09:09 2009 +0000
@@ -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 @@
.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 @@
.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 @@
# 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 @@
.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
Home |
Main Index |
Thread Index |
Old Index