nightmorph 11/07/15 05:51:25 Modified: ipv6.xml Log: remove sections on ipv6 servers, since dhcpv6 is being removed from portage
Revision Changes Path 1.38 xml/htdocs/doc/en/ipv6.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.37&r2=1.38 Index: ipv6.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ipv6.xml 2 Mar 2011 09:53:25 -0000 1.37 +++ ipv6.xml 15 Jul 2011 05:51:25 -0000 1.38 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.37 2011/03/02 09:53:25 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.38 2011/07/15 05:51:25 nightmorph Exp $ --> <guide> <title>Gentoo IPv6 Router Guide</title> @@ -34,8 +34,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>4</version> -<date>2011-03-02</date> +<version>5</version> +<date>2011-07-14</date> <chapter> <title>Preliminaries</title> @@ -634,59 +634,6 @@ </body> </section> - -<section> -<title>Stateful Configuration</title> -<body> - -<p> -If you'd like to use stateful configuration, you'll need to install and -configure dhcpv6. -</p> - -<pre caption="Installing dhcpv6"> -# <i>emerge dhcpv6</i> -</pre> - -<p> -Next we must configure the DHCPv6 server by editing -<path>/etc/dhcp6s.conf</path>. -</p> - -<pre caption="Sample dhcp6s.conf"> -prefer-life-time 10000; -valid-life-time 20000; -renew-time 5000; -rebind-time 8000; -interface eth1 { - link AAA { - allow unicast; - send unicast; - allow rapid-commit; - send server-preference 5; - renew-time 1000; - rebind-time 2400; - prefer-life-time 2000; - valid-life-time 3000; - pool{ - range 2001:470:1f00:296::10 to 2001:470:1f00:296::110/64; - prefix 2001:470:1f00:296::/64; - }; - }; -}; -</pre> - -<p> -We can now start dhcp6s, and configure it to start at boot. -</p> - -<pre caption="Starting dhcp6s"> -# <i>/etc/init.d/dhcp6s start</i> -# <i>rc-update add dhcp6s default</i> -</pre> - -</body> -</section> </chapter> <chapter> @@ -717,28 +664,6 @@ </body> </section> - -<section> -<title>Using DHCPv6</title> -<body> - -<p> -If your router is set up to use DHCPv6, your clients will also need to have the -<c>net-misc/dhcpv6</c> package installed. After having done this, you need to -configure your client by editing <path>/etc/dhcp6c.conf</path>. -</p> - -<pre caption="Sample dhcp6c.conf"> -interface eth0 { - send rapid-commit; - request domain-name-servers; - iaid 11111; - renew-time 11000; -}; -</pre> - -</body> -</section> </chapter> <chapter>
