Talk:IPv6 (tutorial)

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 15:39, 9 July 2006 (edit)
219.240.12.173 (Talk)

← Previous diff
Current revision (14:35, 31 August 2009) (edit) (undo)
Joeblow750 (Talk | contribs)
(tunnel broker and the radvd prefix line)
 
(One intermediate revision not shown.)
Line 11: Line 11:
---- ----
-879458941580390301997532+ 
 +== tunnel broker and the radvd prefix line ==
 + 
 +When using hurricane engine tunnel broker, I believe that the radvd.conf prefix line should be changed FROM:
 + ...
 + prefix 0:0:0:1::/64
 + ...
 + 
 +TO:
 + ...
 + prefix"2001:470:1f0f:5cd::/64" # change me
 + ...
 + 
 +where the address is same as MY_ROUTED_ADDR, being the "Routed /64" on the Tunnel Details page on HE's website
 + 
 +At least this seems to work for me. Thoughts?
 + 
 +Cheers!

Current revision


Hi.

Only is possible have a ipv6 conection with sixx tunnel broker? if i need another as freenet i must be install tspc client and other things?

Thanks,

ChanGux


[edit] tunnel broker and the radvd prefix line

When using hurricane engine tunnel broker, I believe that the radvd.conf prefix line should be changed FROM:

  ...
  prefix 0:0:0:1::/64
  ...

TO:

  ...
  prefix"2001:470:1f0f:5cd::/64" # change me
  ...

where the address is same as MY_ROUTED_ADDR, being the "Routed /64" on the Tunnel Details page on HE's website

At least this seems to work for me. Thoughts?

Cheers!