Cannot ping to Cloudflare

What is the name of the domain?

1.1.1.1, 1.0.0.1

What is the issue you’re encountering

My linux(raspberry pi os) device does not have any trouble in wlan network. But if i activate cellular network (via eth2 interface), it pings to 8.8.8.8 in success but cannot ping to 1.1.1.1, 1.0.0.1 or google.com. My cellular network provider is “vodafone IT Twilio”. Also this causes udp resolve error in my project: “failed to resolve UDP address: lookup foo on 1.0.0.1:53: read udp xxx.xxx.xxx.xx:xxxxx->1.0.0.1:53: i/o timeout”

What steps have you taken to resolve the issue?

Traceroute outputs:

~# traceroute 1.1.1.1 -i eth2
traceroute to 1.1.1.1 (1.1.1.1), 30 hops max, 60 byte packets
1 xxx.xxx.xxx.x (xxx.xxx.xxx.x) 2.258 ms 2.219 ms 2.192 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *

30 * * *

→ Same outputs for google.com and 1.0.0.1

~# traceroute 8.8.8.8 -i eth2
traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
1 xxx.xxx.xxx.x (xxx.xxx.xxx.x) 2.320 ms 2.239 ms 2.196 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 dns.google (8.8.8.8) 351.590 ms * 319.994 ms

What feature, service or problem is this related to?

I don’t know

This is solved. The issue was insufficient data limit.

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.