Lines 10-16
Link Here
|
10 |
<author title="Editor"> |
10 |
<author title="Editor"> |
11 |
<mail link="peesh@gentoo.org">Jorge Paulo</mail> |
11 |
<mail link="peesh@gentoo.org">Jorge Paulo</mail> |
12 |
</author> |
12 |
</author> |
13 |
<author title="Editor"> |
13 |
<author title="Editor, Reviewer"> |
14 |
<mail link="swift@gentoo.org">Sven Vermeulen</mail> |
14 |
<mail link="swift@gentoo.org">Sven Vermeulen</mail> |
15 |
</author> |
15 |
</author> |
16 |
|
16 |
|
Lines 21-27
Link Here
|
21 |
</abstract> |
21 |
</abstract> |
22 |
|
22 |
|
23 |
<version>1.0</version> |
23 |
<version>1.0</version> |
24 |
<date>8th of July 2003</date> |
24 |
<date>5th of August 2003</date> |
25 |
|
25 |
|
26 |
<chapter> |
26 |
<chapter> |
27 |
|
27 |
|
Lines 97-112
Link Here
|
97 |
|
97 |
|
98 |
<pre caption = "Checking the loopback device"> |
98 |
<pre caption = "Checking the loopback device"> |
99 |
# <i>ifconfig lo</i> |
99 |
# <i>ifconfig lo</i> |
100 |
lo Link encap:Local Loopback |
100 |
lo Link encap:Local Loopback |
101 |
inet addr:127.0.0.1 Mask:255.0.0.0 |
101 |
inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host |
102 |
inet6 addr: ::1/128 Scope:Host |
102 |
<codenote>The above line shows things are working</codenote> |
103 |
<codenote>The above line shows things are working</codenote> |
103 |
UP LOOPBACK RUNNING MTU:16436 Metric:1 |
104 |
UP LOOPBACK RUNNING MTU:16436 Metric:1 |
104 |
RX packets:6 errors:0 dropped:0 overruns:0 frame:0 |
105 |
RX packets:6 errors:0 dropped:0 overruns:0 frame:0 |
105 |
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0 |
106 |
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0 |
106 |
collisions:0 txqueuelen:0 |
107 |
collisions:0 txqueuelen:0 |
107 |
RX bytes:456 (456.0 b) TX bytes:456 (456.0 b) |
108 |
RX bytes:456 (456.0 b) TX bytes:456 (456.0 b) |
108 |
</pre> |
109 |
</pre> |
109 |
<p>Before going any further, make sure to add "ipv6" to your list of USE |
|
|
110 |
variables in make.conf, so that future emerges of packages will include |
111 |
IPv6 support.</p> |
110 |
|
112 |
|
111 |
</body> |
113 |
</body> |
112 |
</section> |
114 |
</section> |
Lines 631-638
Link Here
|
631 |
rebind-time 2400; |
633 |
rebind-time 2400; |
632 |
prefer-life-time 2000; |
634 |
prefer-life-time 2000; |
633 |
valid-life-time 3000; |
635 |
valid-life-time 3000; |
634 |
range 2001:470:1f00:296::10 to 2001:470:1f00:296::110/64; |
636 |
pool{ |
635 |
prefix 2001:470:1f00:296::/64; |
637 |
range 2001:470:1f00:296::10 to 2001:470:1f00:296::110/64; |
|
|
638 |
prefix 2001:470:1f00:296::/64; |
639 |
}; |
636 |
}; |
640 |
}; |
637 |
}; |
641 |
}; |
638 |
</pre> |
642 |
</pre> |