On 23/08/2019 14:07, Peter wrote:
>
> If you try
> ping
www.macfh.co.uk -4
> does that force use of the IPv4 address?
Now that's very interesting, yes! This from a cold boot, rather than a
hibernation ...
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\TEMP>ipconfig /all
[...]
Ethernet adapter Local Area Connection (Wired):
Connection-specific DNS Suffix . : lan
Description . . . . . . . . . . . : Broadcom NetXtreme 57xx
Gigabit Controller
Physical Address. . . . . . . . . : 00-11-43-44-FE-DA
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.16
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . :
fd67:c0c5:ae16:0:155b:ef07:b40:943e
IP Address. . . . . . . . . . . . :
fd67:c0c5:ae16:0:211:43ff:fe44:feda
IP Address. . . . . . . . . . . . : fe80::211:43ff:fe44:feda%4
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.1
fec0:0:0:ffff::1%1
fec0:0:0:ffff::2%1
fec0:0:0:ffff::3%1
Lease Obtained. . . . . . . . . . : 23 August 2019 15:50:38
Lease Expires . . . . . . . . . . : 24 August 2019 15:50:38
[...]
C:\TEMP>ping -4
www.macfh.co.uk
Pinging
www.macfh.co.uk [217.160.0.33] with 32 bytes of data:
Reply from
217.160.0.33: bytes=32 time=64ms TTL=51
Reply from
217.160.0.33: bytes=32 time=112ms TTL=51
Reply from
217.160.0.33: bytes=32 time=112ms TTL=51
Reply from
217.160.0.33: bytes=32 time=136ms TTL=51
Ping statistics for
217.160.0.33:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 64ms, Maximum = 136ms, Average = 106ms
C:\TEMP>ping
www.macfh.co.uk
Pinging
www.macfh.co.uk [64:ff9b::d9a0:21] with 32 bytes of data:
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Ping statistics for 64:ff9b::d9a0:21:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\TEMP>ping6
www.macfh.co.uk
from fd67:c0c5:ae16:0:155b:ef07:b40:943e with 32 bytes of data:
Reply from fd67:c0c5:ae16:0:155b:ef07:b40:943e: Destination address
unreachable.
Reply from fd67:c0c5:ae16:0:155b:ef07:b40:943e: Destination address
unreachable.
Reply from fd67:c0c5:ae16:0:155b:ef07:b40:943e: Destination address
unreachable.
Reply from fd67:c0c5:ae16:0:155b:ef07:b40:943e: Destination address
unreachable.
Ping statistics for 64:ff9b::d9a0:21:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\TEMP>ping -4
www.bbc.co.uk
Pinging
www.bbc.net.uk [212.58.249.212] with 32 bytes of data:
Reply from
212.58.249.212: bytes=32 time=34ms TTL=50
Reply from
212.58.249.212: bytes=32 time=43ms TTL=50
Reply from
212.58.249.212: bytes=32 time=43ms TTL=50
Reply from
212.58.249.212: bytes=32 time=100ms TTL=50
Ping statistics for
212.58.249.212:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 34ms, Maximum = 100ms, Average = 55ms
C:\TEMP>ping
www.bbc.co.uk
Pinging
www.bbc.net.uk [64:ff9b::d43a:f446] with 32 bytes of data:
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Ping statistics for 64:ff9b::d43a:f446:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\TEMP>ping6
www.bbc.co.uk
Pinging
www.bbc.net.uk [64:ff9b::d43a:f9d4]
from fd67:c0c5:ae16:0:155b:ef07:b40:943e with 32 bytes of data:
Reply from fd67:c0c5:ae16:0:155b:ef07:b40:943e: Destination address
unreachable.
Reply from fd67:c0c5:ae16:0:155b:ef07:b40:943e: Destination address
unreachable.
Reply from fd67:c0c5:ae16:0:155b:ef07:b40:943e: Destination address
unreachable.
Reply from fd67:c0c5:ae16:0:155b:ef07:b40:943e: Destination address
unreachable.
Ping statistics for 64:ff9b::d43a:f9d4:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
So, it looks like a problem particularly with IPv6.
> Another thing to look at is how DNS resolution is working - using
> nslookup
www.macfh.co.uk
C:\TEMP>nslookup
www.macfh.co.uk
Server: MacFH-HH5a.lan
Address: 192.168.1.1
Non-authoritative answer:
Name:
www.macfh.co.uk
Address: 217.160.0.33
By constrast, this W7 64-bit PC connected to the live rather than the
test router, where DNS-or-related problem is not occurring, gives:
C:\TEMP>nslookup
www.macfh.co.uk
Server: MacFH-HH5a.lan
Address: fd67:c0c5:ae16::1
Non-authoritative answer:
Name:
www.macfh.co.uk
Address: 217.160.0.33
> If that works then your problem is not a failure of DNS, but the fact
> that your PC is trying to use IPv6, which presumably does not route over
> your network. You could try unbinding IPv6.
I could, but I'd rather fix whatever the problem with IPv6 is.
> I think you say you are using XP, I don't have any XP to check against
> so my comments may be wrong.
So far, they've been spot on! Many thanks!
I'll look into Andy's logging suggestion next.