Setting everything manually..
$ ip address show eth0
inet6 2001:470:XXXX:1:4216:7eff:fead:286c/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::4216:7eff:fead:286c/64 scope link
valid_lft forever preferred_lft forever
$ ip -6 route show
2001:470:XXXX:1::/64 dev eth0 proto kernel metric 256
2000::/3 via 2001:470:XXXX:1::1 dev eth0 proto static metric 1
fe80::/64 dev eth0 proto kernel metric 256
default via 2001:470:XXXX:1::1 dev eth0 proto static metric 1024
Still no joy...
$ ping6 -c 5 2001:4860:4860::8888
PING 2001:4860:4860::8888(2001:4860:4860::8888) 56 data bytes
>From 2001:470:XXXX:1::1 icmp_seq=1 Time exceeded: Hop limit
>From 2001:470:XXXX:1::1 icmp_seq=2 Time exceeded: Hop limit
>From 2001:470:XXXX:1::1 icmp_seq=3 Time exceeded: Hop limit
>From 2001:470:XXXX:1::1 icmp_seq=4 Time exceeded: Hop limit
>From 2001:470:XXXX:1::1 icmp_seq=5 Time exceeded: Hop limit
--- 2001:4860:4860::8888 ping statistics ---
5 packets transmitted, 0 received, +5 errors, 100% packet loss, time 3999ms
Any other ideas?
--
Christopher Tyler
MTCRE/MTCNA/MTCTCE/MTCWE
Total Highspeed Internet Services
417.851.1107
----- Original Message -----
From: "Scott Reed" <[email protected]>
To: "Mikrotik discussions" <[email protected]>
Sent: Wednesday, July 15, 2015 12:48:57 PM
Subject: Re: [Mikrotik] HE Tunnel Broker Setup
Default route is from the link local address, not the global address.
Last line in route information.
On 7/15/2015 1:44 PM, Christopher Tyler wrote:
> I'm just now dipping my toes into the IPv6 water and I've hit a wall...
>
> First off, I followed the manual at
> http://wiki.mikrotik.com/wiki/Manual:My_First_IPv6_Network
>
> The tunnel is working fine and from the router at least everything works
> fine. I can ping 2001:4860:4860::8888 and other sites. So I proceeded to set
> up a /48 subnet on he.net and added one /64 subnet to my router with
> advertise=yes.
>
> The PC gets a link local and a global address and I can ping the PC's
> addresses from the router, and the PC can ping the routers address.
>
> Here is the problem, I cannot get the PC to ping or access anything past the
> router.
>
> $ ping6 -c 5 2001:4860:4860::8888
> PING 2001:4860:4860::8888(2001:4860:4860::8888) 56 data bytes
> >From 2001:470:XXXX:1::1 icmp_seq=1 Time exceeded: Hop limit
> >From 2001:470:XXXX:1::1 icmp_seq=2 Time exceeded: Hop limit
> >From 2001:470:XXXX:1::1 icmp_seq=3 Time exceeded: Hop limit
> >From 2001:470:XXXX:1::1 icmp_seq=4 Time exceeded: Hop limit
> >From 2001:470:XXXX:1::1 icmp_seq=5 Time exceeded: Hop limit
>
> --- 2001:4860:4860::8888 ping statistics ---
> 5 packets transmitted, 0 received, +5 errors, 100% packet loss, time 4032ms
>
> $ /sbin/ifconfig eth0
> inet addr:X.X.X.X Bcast:X.X.X.X Mask:255.255.255.248
> inet6 addr: fe80::4216:7eff:fead:286c/64 Scope:Link
> inet6 addr: 2001:470:XXXX:1:4216:7eff:fead:286c/64 Scope:Global
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:323016851 errors:5 dropped:0 overruns:0 frame:4
> TX packets:100741665 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:468908409946 (436.7 GiB) TX bytes:10871913606 (10.1 GiB)
> Interrupt:20 Memory:f4100000-f4120000
>
> $ ip -6 route show
> 2001:470:XXXX:1::/64 dev eth0 proto ra metric 1
> fe80::/64 dev eth0 proto kernel metric 256
> default via fe80::4e5e:cff:fe03:25d5 dev eth0 proto static metric 1024
>
> Any ideas or comments are appreciated...
>
--
Scott Reed
Wireless Networking
Network Design, Installation and Administration
Mikrotik Advanced Certified
_______________________________________________
Mikrotik mailing list
[email protected]
http://mail.butchevans.com/mailman/listinfo/mikrotik
Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS
_______________________________________________
Mikrotik mailing list
[email protected]
http://mail.butchevans.com/mailman/listinfo/mikrotik
Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS