i realise that I am at risk of turning this into a Networking forum. But I don't seem to have any joy downloading this image directly on to my windows PC.
Code:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>netsh interface ipv4 show subinterfaces
MTU MediaSenseState Bytes In Bytes Out Interface
------ --------------- --------- --------- -------------
1488 1 2585852 591111 Wireless Network Connection
1500 5 0 0 Local Area Connection* 6
4294967295 1 0 28196 Loopback Pseudo-Interface 1
1500 5 0 0 Local Area Connection* 7
1500 5 0 0 Bluetooth Network Connection
1488 5 0 0 Local Area Connection
C:\WINDOWS\system32>ping google.com -f -l 1488
Pinging google.com [172.217.23.46] with 1488 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Ping statistics for 172.217.23.46:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\WINDOWS\system32>ping google.com -f -l 1460
Pinging google.com [172.217.23.46] with 1460 bytes of data:
Reply from 172.217.23.46: bytes=64 (sent 1460) time=11ms TTL=54
Reply from 172.217.23.46: bytes=64 (sent 1460) time=11ms TTL=54
Reply from 172.217.23.46: bytes=64 (sent 1460) time=12ms TTL=54
Reply from 172.217.23.46: bytes=64 (sent 1460) time=11ms TTL=54
Ping statistics for 172.217.23.46:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 11ms, Maximum = 12ms, Average = 11ms
C:\WINDOWS\system32>ping google.com -f -l 1460
Pinging google.com [216.58.208.174] with 1460 bytes of data:
Reply from 216.58.208.174: bytes=64 (sent 1460) time=60ms TTL=54
Reply from 216.58.208.174: bytes=64 (sent 1460) time=63ms TTL=54
Reply from 216.58.208.174: bytes=64 (sent 1460) time=534ms TTL=54
Reply from 216.58.208.174: bytes=64 (sent 1460) time=887ms TTL=54
Ping statistics for 216.58.208.174:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 60ms, Maximum = 887ms, Average = 386ms
C:\WINDOWS\system32>ping google.com -f -l 1461
Pinging google.com [216.58.208.174] with 1461 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Ping statistics for 216.58.208.174:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
This is why I set my MTU to 1488 which seems to work fine on the MBP.