andresmorago
Senior Member
hello guys
im curious about enabling ipv6 on my router since my isp recently started offering it.
I connect to my isp with a technicolor cablemodem on bridge mode. and i currently have static ipv4 assignment for my wan.
So far, i have enabled Native ipv6 on the router but i cant pass the tests on ipv6 websites. this is what i have so far:
this is my ifconfig output on the router
i cant seem to get ipv6 connectivity. pinging google dns from either router or any lan device doesnt give any output
could i be missing something on my setup?
im curious about enabling ipv6 on my router since my isp recently started offering it.
I connect to my isp with a technicolor cablemodem on bridge mode. and i currently have static ipv4 assignment for my wan.
So far, i have enabled Native ipv6 on the router but i cant pass the tests on ipv6 websites. this is what i have so far:
this is my ifconfig output on the router
Code:
andresmorago@RT-AC3100-0548:/tmp/home/root# ifconfig
br0 Link encap:Ethernet HWaddr 4C:ED:FB:AC:05:48
inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::4eed:fbff:feac:548/64 Scope:Link
inet6 addr: 2800:484:XXXX:XXXX::1/56 Scope:Global
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:281565 errors:0 dropped:0 overruns:0 frame:0
TX packets:400716 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:172409744 (164.4 MiB) TX bytes:427187906 (407.3 MiB)
eth0 Link encap:Ethernet HWaddr 4C:ED:FB:AC:05:48
inet addr:181.xxx.xxx.xxx Bcast:181.xxx.xxx.xxx Mask:255.255.255.0
inet6 addr: 2800:485:0:5e:XXXX:XXXX:3e1:de47/128 Scope:Global
inet6 addr: fe80::4eed:fbff:feac:548/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4798108 errors:0 dropped:0 overruns:0 frame:0
TX packets:3067484 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3172697875 (2.9 GiB) TX bytes:3217395551 (2.9 GiB)
Interrupt:181 Base address:0x6000
eth1 Link encap:Ethernet HWaddr 4C:ED:FB:AC:05:48
inet6 addr: fe80::4eed:fbff:feac:548/64 Scope:Link
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:165846 errors:0 dropped:8335 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:150468535 (143.4 MiB)
eth2 Link encap:Ethernet HWaddr 4C:ED:FB:AC:05:4C
inet6 addr: fe80::4eed:fbff:feac:54c/64 Scope:Link
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:2081369 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:2647895004 (2.4 GiB)
fwd0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:172848 errors:0 dropped:0 overruns:0 frame:0
TX packets:67242 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:21062428 (20.0 MiB)
Interrupt:179 Base address:0x4000
fwd1 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:2079968 errors:0 dropped:0 overruns:0 frame:0
TX packets:820984 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:383671855 (365.8 MiB)
Interrupt:180 Base address:0x5000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MULTICAST MTU:16436 Metric:1
RX packets:105715 errors:0 dropped:0 overruns:0 frame:0
TX packets:105715 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:21413178 (20.4 MiB) TX bytes:21413178 (20.4 MiB)
lo:0 Link encap:Local Loopback
inet addr:127.0.1.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MULTICAST MTU:16436 Metric:1
vlan1 Link encap:Ethernet HWaddr 4C:ED:FB:AC:05:48
inet6 addr: fe80::4eed:fbff:feac:548/64 Scope:Link
UP BROADCAST RUNNING PROMISC ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:915198 errors:0 dropped:0 overruns:0 frame:0
TX packets:2246654 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:400860538 (382.2 MiB) TX bytes:2812448811 (2.6 GiB)
vlan2 Link encap:Ethernet HWaddr 4C:ED:FB:AC:05:48
inet6 addr: fe80::4eed:fbff:feac:548/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:34 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:3568 (3.4 KiB)
andresmorago@RT-AC3100-0548:/tmp/home/root#
i cant seem to get ipv6 connectivity. pinging google dns from either router or any lan device doesnt give any output
Code:
andresmorago@RT-AC3100-0548:/tmp/home/root# ping 2001:4860:4860::8888
PING 2001:4860:4860::8888 (2001:4860:4860::8888): 56 data bytes
ping: sendto: Network is unreachable
andresmorago@RT-AC3100-0548:/tmp/home/root#
could i be missing something on my setup?