Fixing corrupt downloads with your ISP

About 3 days ago my internet connection with telenet started being really slow, and gave me corrupted downloads if files were larger then a few megabytes. Every file I tried to download gave me corrupt files.

As this problem appeared on 4 different PC's simultaneously, I knew the problem was not related to a specific PC configuration.

As one of my PC's was wired (through a router), and that one was not working either, I decided to shortcut the router, and connect directly to the telenet router (without my own router), and that seemed to work.

So the problem had to be located within my router. After checking the logs and upgrading the firmware, the issue still remained, so I started looking around on the net.

After some browsing I found the cause of my connection problems; apparently telenet lowered the MTU? UPDATE: lowering my MTU might work...

What's MTU?

This would bring us down to networking, and layer 2, the data layer, but I assume wikipedia can explain it way better (here).

What it comes down to is that large packages on the network fail, so you need to find out how large your packages can be when you send them over the network.

How can you do this?

First of all you have to find out your MTU setting of your router; it's probably at 1500 for cable or 1492 for DSL. Next you have to find the size that works with your provider. For now I settled on a size of 1200.

You can find out this size by doing the following (min is at 500-something AFAIK):

start a command window and start pinging with a packet that can not be separated (IPv4 only, BTW):

You get the picture I presume.

After finding the matching packet size, you should set the MTU in your router to your value; problem solved...

Update: 

While my big downloads now are fixed, @dvaneven mentioned his internet with the same provider still worked on MTU 1500, so I think I probably might need to replace my router.

For now my workaround works, but I will buy another router ASAP.

Update 2:

I installed another router... problem solved !!