Code: Select all
inet6 addr: fe80::ba27:ebff:fe4f:64bf/64 Scope:Link
Code: Select all
inet6 addr: 2001:db8:b33f:cafe:ba27:ebff:fe4f:64bf/64 Scope:Global
Code: Select all
traceroute -n 8.8.8.8
traceroute google-public-dns-a.google.com.

No, that's just one person's opinion. Most people don't use IPV6. Eventually we will have to, but that day is still a few years away.Woflie wrote:Haha, so there is an IPV6 clique eh?
Either the router already supports it or you can do some magic with an IPV6 tunnel to an outside server. I don't bother.I wonder just how many people could config their home router n stuff for IPV6?
Try the traceroute commands I gave earlier as that will test your routing and dns setup, I suspect there's an issue with one of those.Woflie wrote:But at this early stage and in the absence of other information, I have to accept what I hear as being "how it is".. sorting "wheat from chaff" comes with experience.
I hold no judgement on information received. I'm just glad that someone out there takes the time to help others climb the knowledge ladder.
Thanks so far guys.
As rpdom IPv6 is going to happen (it's been slowly building up for a number of years, a lot of big sites started running IPv6 in 2012 and it's been building since then). For the majority of users who just use the router provided by the ISP IPv6 will likely just roll out an updated firmware and config that enables IPv6 (I think Sky in the UK have been starting that process already).Woflie wrote:
Haha, so there is an IPV6 clique eh?I wonder just how many people could config their home router n stuff for IPV6?
Ah well each to their own.
Code: Select all
pi@raspberrypi:~ $ sudo route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.11.1 0.0.0.0 UG 202 0 0 eth0
192.168.11.0 0.0.0.0 255.255.255.0 U 202 0 0 eth0Code: Select all
pi@raspberrypi:~ $ sudo dhclient -v
Internet Systems Consortium DHCP Client 4.3.1
Copyright 2004-2014 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/eth0/b8:27:eb:b9:bc:51
Sending on LPF/eth0/b8:27:eb:b9:bc:51
Sending on Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.11.1
RTNETLINK answers: File exists
bound to 192.168.11.21 -- renewal in 1573 seconds.
pi@raspberrypi:~ $
Code: Select all
blacklist ipv6Read the first para of the OP again. I don't know if IP6 is the problem in this case, but disabling it removes one possibility of error.Heater wrote:I think I have missed a point here.
Could somebody explain exactly why any one would need to disable IPv6?
OK. But that does not tell us anything. It's not very helpful. I'd rather find out the root cause of the problem if possible. I'd rather remove that nail from my foot than cut my leg off to cure the pain, as it were.Short answer: If it causes a problem, it is a problem.