Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 30259 | Differences between
and this patch

Collapse All | Expand All

(-)ipv6.xml.orig (-4 / +5 lines)
Lines 100-106 Link Here
100
<pre caption = "Checking the loopback device">
100
<pre caption = "Checking the loopback device">
101
# <i>ifconfig lo</i>
101
# <i>ifconfig lo</i>
102
lo    Link encap:Local Loopback 
102
lo    Link encap:Local Loopback 
103
      inet addr:127.0.0.1  Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host
103
      inet addr:127.0.0.1  Mask:255.0.0.0 
104
      inet6 addr: ::1/128 Scope:Host
104
      <codenote>The above line shows things are working</codenote>
105
      <codenote>The above line shows things are working</codenote>
105
      UP LOOPBACK RUNNING  MTU:16436  Metric:1
106
      UP LOOPBACK RUNNING  MTU:16436  Metric:1
106
      RX packets:6 errors:0 dropped:0 overruns:0 frame:0
107
      RX packets:6 errors:0 dropped:0 overruns:0 frame:0
Lines 222-232 Link Here
222
broker. Registration only requires a username and a valid email address.
223
broker. Registration only requires a username and a valid email address.
223
They have chosen to turn the tunnel management into a client/server 
224
They have chosen to turn the tunnel management into a client/server 
224
setup and have created the <c>tspc</c> client. The client is available 
225
setup and have created the <c>tspc</c> client. The client is available 
225
in portage but still masked pending more testing. To install it do:
226
in portage. To install it do:
226
</p>
227
</p>
227
228
228
<pre>
229
<pre>
229
# <i>USE="~x86" emerge freenet6</i>
230
# <i>emerge freenet6</i>
230
</pre>
231
</pre>
231
232
232
<p>
233
<p>
Lines 517-523 Link Here
517
<pre caption="Enabling forwarding">
518
<pre caption="Enabling forwarding">
518
# <i>echo 1 > /proc/sys/net/ipv6/conf/all/forwarding</i>
519
# <i>echo 1 > /proc/sys/net/ipv6/conf/all/forwarding</i>
519
or
520
or
520
# <i>sysctl -w net.ipv6.conf.all.forwarding</i>
521
# <i>sysctl -w net.ipv6.conf.all.forwarding=1</i>
521
</pre>
522
</pre>
522
523
523
<warn>
524
<warn>

Return to bug 30259