• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

TP-Link TL-WR1043ND & DD-WRT & IPV6 tunnel

Started by samip, October 12, 2013, 02:21:58 PM

Previous topic - Next topic

samip

Hello,


I'm having some problems with Radvd setup.

Radvd config:

interface he-ipv6
{
AdvSendAdvert on;
prefix 2001:470:XX:740::2/64
{
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
};
};

(XX are censored numbers due to privazy reasons.)

Ipconfig from Windows Machine:

Ethernet adapter Local Area Connection 5:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast Ethernet
NIC #2
   Physical Address. . . . . . . . . : XX-XX-XX-XX-XX-X3
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IPv6 Address. . . . . . . . . . . : 2001:470:27:XXX:XXXX:XXXX:XXXX:567a(Prefe
rred)
   Temporary IPv6 Address. . . . . . : 2001:470:27:XXX:XXXX:XXXX:XXXX:f50d(Prefe
rred)
   Link-local IPv6 Address . . . . . : XX(Preferred)
   IPv4 Address. . . . . . . . . . . : 192.168.1.115(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : 12. lokakuuta 2013 23:46:59
   Lease Expires . . . . . . . . . . : 14. lokakuuta 2013 0:11:04
   Default Gateway . . . . . . . . . : fe80::6666:b3ff:fefa:2ad2%22
                                       192.168.1.1
   DHCP Server . . . . . . . . . . . : 192.168.1.1
   DNS Servers . . . . . . . . . . . : 2001:4860:4860::8888
                                       2001:4860:4860::8844
                                       8.8.8.8
   NetBIOS over Tcpip. . . . . . . . : Enabled


DD-WRT Ping over ipv6:

root@DD-WRT:~# ping6 google.fi
PING google.fi (2607:f8b0:400b:806::1018): 56 data bytes
64 bytes from 2607:f8b0:400b:806::1018: seq=0 ttl=55 time=137.720 ms
64 bytes from 2607:f8b0:400b:806::1018: seq=1 ttl=55 time=138.163 ms
64 bytes from 2607:f8b0:400b:806::1018: seq=2 ttl=55 time=137.571 ms
64 bytes from 2607:f8b0:400b:806::1018: seq=3 ttl=55 time=138.364 ms
^C
--- google.fi ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 137.571/137.954/138.364 ms


Traceroute over ipv6 on DD-WRT:

root@DD-WRT:~# traceroute6 google.fi
traceroute to google.fi (2607:f8b0:400b:806::1018), 30 hops max, 16 byte packets
1  x.ipv6.he.net (2001:470:XX:XXX::1)  20.322 ms  21.637 ms  20.285 ms
2  gige-g2-20.core1.sto1.he.net (2001:470:0:11e::1)  20.228 ms  17.227 ms  23.533 ms
3  10gigabitethernet3-1.core1.cph1.he.net (2001:470:0:2ad::2)  34.262 ms  24.574 ms  23.960 ms
4  10gigabitethernet16-1.core1.fra1.he.net (2001:470:0:2ac::1)  48.843 ms  55.835 ms  49.727 ms
5  de-cix10.net.google.com (2001:7f8::3b41:0:1)  41.647 ms  40.230 ms  42.459 ms
6  2001:4860::1:0:4ca3 (2001:4860::1:0:4ca3)  41.209 ms  41.396 ms  40.648 ms
7  2001:4860::8:0:5039 (2001:4860::8:0:5039)  46.377 ms  44.092 ms  45.927 ms
8  2001:4860::8:0:3df4 (2001:4860::8:0:3df4)  56.347 ms  94.955 ms  60.413 ms
9  2001:4860::1:0:4a3a (2001:4860::1:0:4a3a)  57.516 ms  58.098 ms  64.408 ms
10  2001:4860::1:0:3be (2001:4860::1:0:3be)  123.664 ms  133.192 ms  124.944 ms
11  2001:4860::8:0:4398 (2001:4860::8:0:4398)  121.306 ms  121.701 ms  121.793 ms
12  2001:4860::1:0:28 (2001:4860::1:0:28)  137.775 ms  137.691 ms  136.955 ms
13  2001:4860:0:1::4a9 (2001:4860:0:1::4a9)  137.247 ms  137.931 ms  137.585 ms
14  2607:f8b0:8000:25::5 (2607:f8b0:8000:25::5)  139.987 ms  138.524 ms  142.778 ms


So any suggestions?

cholzhauer

Do you have a more specific question?

And obfuscating the address makes it harder to help.