Talk:IPv6 (tutorial)

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 03:58, 10 November 2005 (edit)
200.119.38.116 (Talk)

← Previous diff
Current revision (14:35, 31 August 2009) (edit) (undo)
Joeblow750 (Talk | contribs)
(tunnel broker and the radvd prefix line)
 
(2 intermediate revisions not shown.)
Line 11: Line 11:
---- ----
 +
 +== 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!