From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ql3qx-0003PG-TZ for garchives@archives.gentoo.org; Sun, 24 Jul 2011 18:56:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF8E121C139; Sun, 24 Jul 2011 18:56:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B699A21C11E for ; Sun, 24 Jul 2011 18:56:29 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 240361BC00A for ; Sun, 24 Jul 2011 18:56:29 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2104) id D82992004B; Sun, 24 Jul 2011 18:56:27 +0000 (UTC) From: "Joshua Saddler (nightmorph)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: ipv6.xml X-VCS-Repository: gentoo X-VCS-Files: ipv6.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: <20110724185627.D82992004B@flycatcher.gentoo.org> Date: Sun, 24 Jul 2011 18:56:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: e1c54ec768956a8d41454b8d4472b7de nightmorph 11/07/24 18:56:27 Modified: ipv6.xml Log: add stateful configuration to the guide, patch from hwoarang on bug 375= 541 Revision Changes Path 1.39 xml/htdocs/doc/en/ipv6.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6= .xml?rev=3D1.39&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6= .xml?rev=3D1.39&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6= .xml?r1=3D1.38&r2=3D1.39 Index: ipv6.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ipv6.xml 15 Jul 2011 05:51:25 -0000 1.38 +++ ipv6.xml 24 Jul 2011 18:56:27 -0000 1.39 @@ -1,6 +1,6 @@ - + =20 Gentoo IPv6 Router Guide @@ -23,6 +23,9 @@ + + + =20 This guide shows how to setup IPv6 on a Gentoo system. This includes @@ -34,8 +37,8 @@ =20 -5 -2011-07-14 +6 +2011-07-24 =20 Preliminaries @@ -634,6 +637,43 @@ =20 +
+Stateful Configuration + + +

+If you'd like to have stateful configuration, you'll need to install and +configure net-misc/dibbler. +

+ +
+# emerge dibbler
+
+ +

+New we must configure the dibbler client by editiing +/etc/dibbler/client.conf. +

+ +
+iface ppp0 {
+	rapid-commit yes
+	pd
+	option dns-server
+}
+
+ +

+We can now start the dibbler client, and configure it to start at boot. +

+ +
+# /etc/init.d/dibbler-client start
+# rc-update add dibbler-client default
+
+ + +
=20