Unable to access some websites even with another network

I can’t manage to access specific websites (namely magic cards specific websites) when I access them via the network of the school I teach in.

I still get problems even if I try to connect to my own hotspot and the only way I can go back to browsing is by rebooting and connecting far from the school (I believe that even if my own wifi is higher in priority something is happening).

If I try to ping the specific website I get “ping: https://www.cardtrader.com/: Name or service not known” so I believe it has something to do with DNS, but I don’t understand how to flush my dns cache (or how that is handled, If I’m not mistaken manjaro’s not using any).

Is there a way to “fix” this “minor” problem?

My Android phone can’t do this, AFAIK - but an IPhone might …:
perhaps your phone is itself connected to the school network?

You could set the connection to not automatically connect - so you don’t rely on the set priority …

wget of the address yields multiple IP' - all of them can be pinged
wget https://www.cardtrader.com
--2024-11-26 09:35:23--  https://www.cardtrader.com/
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving www.cardtrader.com (www.cardtrader.com)... 172.67.72.165, 104.26.2.26, 104.26.3.26, ...
Connecting to www.cardtrader.com (www.cardtrader.com)|172.67.72.165|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘index.html.1’

index.html.1                                                   [    <=>                                                                                                                                 ] 600,37K   300KB/s    in 2,0s    

2024-11-26 09:35:26 (300 KB/s) - ‘index.html.1’ saved [614774]

with right click on the networkmanager icon gets you a context menu where you can switch on/off the network … better than rebooting, perhaps

1 Like

Although not helpful in solving your actual problem, I think you’ll find ping destinations don’t include the protocol (like https); the command you’d want to try is probably more like:

ping www.cardtrader.com
2 Likes

Possibly your system administrator / it department has imposed restriction on the network.

We cannot help you with such restrictions.

 $ ping www.cardtrader.com -c 3
PING www.cardtrader.com (104.26.2.26) 56(84) bytes of data.
64 bytes from 104.26.2.26: icmp_seq=1 ttl=54 time=6.95 ms
64 bytes from 104.26.2.26: icmp_seq=2 ttl=54 time=7.18 ms
64 bytes from 104.26.2.26: icmp_seq=3 ttl=54 time=7.18 ms

--- www.cardtrader.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 6.949/7.100/7.176/0.106 ms

 $ ping cardtrader.com -c 3
PING cardtrader.com (104.26.2.26) 56(84) bytes of data.
64 bytes from 104.26.2.26: icmp_seq=1 ttl=54 time=6.93 ms
64 bytes from 104.26.2.26: icmp_seq=2 ttl=54 time=6.89 ms
64 bytes from 104.26.2.26: icmp_seq=3 ttl=54 time=6.95 ms

--- cardtrader.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 6.885/6.921/6.949/0.026 ms

1 Like

That was the problem. My phone was redirecting the connection through the wifi of the school.

Yeah, I’m kinda dumb.

We all make mistakes!

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