Hmm, why have `deltarpm off`?
My problem was actually that i didn't understood that in `dnf` you must specify with mirrors to use with fastmirror, and now I've just added a few repos for alternative use, and now fastmirror just chooses the best.

dnf config-manager --add-repo

On 11/22/2015 12:01 PM, sirdeiu@bydeiu.net wrote:
Hi, sorry for the late, late, late reply. What I've done is to modify dnf.conf with the following: 

fastestmirror=true
deltarpm=false
minrate=2M
timeout=5s

This works better in just skipping over Telekom's mirror (or others) and using another mirror that goes faster.

I have a lot of bandwidth available so usually this gets a working mirror with great speed.
I guess you should adjust minrate and timeout depending on your connection and available bandwidth.

Since using this, I've removed the firewall blocking of the Telekom mirror IP address.

Andrei Amuraritei

Pe Mie, oct. 21, 2015 la 23:39, Mihuleac Sergiu <mihuleac.sergiu@gmail.com> a scris:
On 10/21/2015 11:03 PM, sirdeiu@bydeiu.net wrote:


Sergiu, does the change below work for you, in getting better speeds from telekom? 



Yes, after I made the changes mentioned my speed goes up to 7 mb/s, and stable. That is only one configuration, I also configured the file /etc/yum.repos.d/fedora.repo
/etc/yum.repos.d/fedora.repo
[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
baseurl=http://fedora.mirrors.telekom.ro/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
enabled=1
#metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
failovermethod=priority
baseurl=http://fedora.mirrors.telekom.ro/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

[fedora-source]
name=Fedora $releasever - Source
failovermethod=priority
baseurl=http://fedora.mirrors.telekom.ro/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
The downfall is that telekom doesn’t uses https, so the connection is not encrypted. A solution might be to use the rsync address instead of the http one. Tell me how it goes.