Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 375541
Collapse All | Expand All

(-)ipv6.xml (+36 lines)
Lines 634-639 Link Here
634
634
635
</body>
635
</body>
636
</section>
636
</section>
637
638
<section>
639
<title>Sateful Configuration</title>
640
<body>
641
642
<p>
643
If you'd like to have stateful configuration, you'll need to install and
644
configure net-misc/dibbler.
645
</p>
646
647
<pre caption="Installing dibbler">
648
#<i>emerge dibbler</i>
649
</pre>
650
651
<p>
652
New we must configure the dibbler client by editiing
653
<path>/etc/dibbler/client.conf</path>
654
</p>
655
<pre caption="Sample dibbler client configuration">
656
iface ppp0 {
657
	rapid-commit yes
658
	pd
659
	option dns-server
660
}
661
</pre>
662
663
<p>
664
We can now start the dibbler client, and configure it to start at boot.
665
</p>
666
667
<pre caption="Starting dibbler client">
668
# <i>/etc/init.d/dibbler-client start</i>
669
# <i>rc-update add dibbler-client default</i>
670
</pre>
671
</body>
672
</section>
637
</chapter>
673
</chapter>
638
674
639
<chapter>
675
<chapter>

Return to bug 375541