Has anyone experienced download issues using Cloudflare DNS in OpenWRT
I don't experience any problems while browsing normal websites; I only experience extreme speed limitations during downloads with Cloudflare. (Türk Telekom ISP TURKEY)
Has anyone experienced download issues using Cloudflare DNS in OpenWRT
I don't experience any problems while browsing normal websites; I only experience extreme speed limitations during downloads with Cloudflare. (Türk Telekom ISP TURKEY)
Are you DLing stuff from Cloudflare ?
When using Cloudflare DNS, I'm experiencing extreme speed throttling when downloading files. This problem doesn't occur with other DNS servers.
Then you should probably complain with Cloudflare ?
Which is pretty much the same outcome as last time you posted this question, in I'm experiencing download speed issues.
I'm wondering if anyone else is experiencing the same problem as me.
The Turk Telecom + Cloudflare + Openwrt combo probably isn't very common.
The DNS shouldn't slow speed once the lookup has completed, unless you're downloading from Cloudflare itself.
Can you provide your /etc/config/network file for review?
CF could in theory point OP to a CDN on the other side of the world, making DLing slow, but lookups fast.
This was also mentioned in the old thread.
That is definitely a possibility.
config interface 'loopback'
option device 'lo'
option proto 'static'
list ipaddr '127.0.0.1/8'
config globals 'globals'
option dhcp_default_duid '00046144ac879d794ac19f79748a6209efd8'
option ula_prefix 'fda2:9a7f:9105::/48'
option packet_steering '2'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
config interface 'lan'
option device 'br-lan'
option proto 'static'
list ipaddr '192.168.1.1/24'
option ip6assign '60'
option defaultroute '0'
config interface 'wan'
option device 'wan.35'
option proto 'pppoe'
option username ''
option password ''
option ipv6 'auto'
option norelease '1'
option peerdns '0'
list dns '1.1.1.1'
config device 'wan_dev'
option name 'wan.35'
option ifname 'wan'
option type '8021q'
option vid '35'
root@OpenWrt:~#
Do a nslookup to CF for whatever site you use for the slow DLs.
Repeat using your ISPs DNS.
Are the IPs returned the same ?
If not, do a geoip lookup on both, compare location.
I agree with @frollic that it looks like a geoip issue.
Check which CF server you're talking to, see Cloudflare DNS not connecting to my city server - #2 by AndrewZ
Probably some censor diverts some DNS records to fast pipe
To test:
nslookup domain.example.com 1.1.1.1
nslookup domain.example.com <ISP_DNS>
The Cloudflare results should match you ISP's - if not, that's the issue.
... and it would be a CF issue, not OpenWRT.
And IF there is an issue - doh dot dnscrypt comes to the rescue...
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.