You are not logged in.

#1 2022-02-11 12:46:24

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 173
Website

[SOLVED] Websites not working on arch

I cannot go to some websites on arch.I am using firefox as my default browser but when I tried with other browsers I realized that I cannot visit those websites . I don't know what is configured wrong. After spending 5 hours reading arch wiki nothing worked so far. Please help me.

Last edited by RounakDutta (2022-04-01 17:09:02)

Offline

#2 2022-02-11 13:32:57

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 173
Website

Re: [SOLVED] Websites not working on arch

https://ibb.co/pfxtsb2
- Here is the link. My network manager is enabled but still it is not working.
https://ibb.co/JddhcpB

Last edited by RounakDutta (2022-02-11 13:35:04)

Offline

#3 2022-02-11 14:13:00

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] Websites not working on arch

no screenshots of text please.


Please post the output of

find /etc/systemd -type l -exec test -f {} \; -print

see https://wiki.archlinux.org/title/List_o … n_services for methods to upload command output as text


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#4 2022-02-11 14:16:36

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 173
Website

Re: [SOLVED] Websites not working on arch

Lone_Wolf wrote:

no screenshots of text please.


Please post the output of

find /etc/systemd -type l -exec test -f {} \; -print

see https://wiki.archlinux.org/title/List_o … n_services for methods to upload command output as text

Oh ok I will always use a pastebin. Thanks for helping me. It means a lot to me smile
Here is the output -  https://paste.rs/1Bk
here is the ix.io output - http://ix.io/3Pjc

Last edited by RounakDutta (2022-02-11 14:31:44)

Offline

#5 2022-02-11 14:32:10

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 173
Website

Re: [SOLVED] Websites not working on arch

Everything looks good in the output ig

Offline

#6 2022-02-11 14:35:12

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] Websites not working on arch

Doesn't look like you have conflicting network services, so we need to look further.

output of

$ traceroute 104.21.28.45
$ ip -4 route

( install the package traceroute if you get 'command not found' )

Welcome to archlinux forums.

Last edited by Lone_Wolf (2022-02-11 14:35:28)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#7 2022-02-11 14:41:15

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 173
Website

Re: [SOLVED] Websites not working on arch

Lone_Wolf wrote:

Doesn't look like you have conflicting network services, so we need to look further.

output of

$ traceroute 104.21.28.45
$ ip -4 route

( install the package traceroute if you get 'command not found' )

Welcome to archlinux forums.

Traceroute command output - - http://ix.io/3Pjk
Ip route output - http://ix.io/3Pjl

Offline

#8 2022-02-11 15:00:36

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] Websites not working on arch

Looks like your provider routes this cloudflare address ( 104.21.28.45 is registered to cloudflare) through vsnl.net.in and they may have issues reaching cloudlfare.


Can you reach the site / ip address from other devices (maybe a smartphone) using the same connection ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#9 2022-02-11 15:07:00

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 173
Website

Re: [SOLVED] Websites not working on arch

Lone_Wolf wrote:

Looks like your provider routes this cloudflare address ( 104.21.28.45 is registered to cloudflare) through vsnl.net.in and they may have issues reaching cloudlfare.


Can you reach the site / ip address from other devices (maybe a smartphone) using the same connection ?

Yes I can reach the ip address in mobile  and it gives me error 10003 but I cannot reach the site in my mobile.
In pc I cannot reach the site as well the ip address sad . So what should I do to fix the problem ?

Last edited by RounakDutta (2022-02-11 15:08:16)

Offline

#10 2022-02-11 15:12:48

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] Websites not working on arch

Is that error 1003 like

 Error 1003 Ray ID: 6dbe82978e134c2c • 2022-02-11 15:11:30 UTC

Direct IP access not allowed

What happened?

You've requested an IP address that is part of the Cloudflare network. A valid Host header must be supplied to reach the desired website.
What can I do?

If you are interested in learning more about Cloudflare, please visit our website.

?

Last edited by Lone_Wolf (2022-02-11 15:13:05)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#11 2022-02-11 15:15:29

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 173
Website

Re: [SOLVED] Websites not working on arch

Lone_Wolf wrote:

Is that error 1003 like

 Error 1003 Ray ID: 6dbe82978e134c2c • 2022-02-11 15:11:30 UTC

Direct IP access not allowed

What happened?

You've requested an IP address that is part of the Cloudflare network. A valid Host header must be supplied to reach the desired website.
What can I do?

If you are interested in learning more about Cloudflare, please visit our website.

?

Yes !!!!

Offline

#12 2022-02-11 15:22:59

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 173
Website

Re: [SOLVED] Websites not working on arch

Lone_Wolf wrote:

Is that error 1003 like

 Error 1003 Ray ID: 6dbe82978e134c2c • 2022-02-11 15:11:30 UTC

Direct IP access not allowed

What happened?

You've requested an IP address that is part of the Cloudflare network. A valid Host header must be supplied to reach the desired website.
What can I do?

If you are interested in learning more about Cloudflare, please visit our website.

?

Yes it is showing me the exact same message.

Offline

#13 2022-02-11 15:24:19

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] Websites not working on arch

So there is some connectivity with cloudflare from your mobile, but both mobile & pc can't connect to the site.

I'm 99% sure your provider (or the network peers they use) have a technical problem, but let's check one more thing .

Output of

traceroute chrisx.xyz

?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#14 2022-02-11 15:28:18

vorvac
Member
Registered: 2021-05-14
Posts: 44

Re: [SOLVED] Websites not working on arch

Offline

#15 2022-02-11 15:33:19

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 173
Website

Re: [SOLVED] Websites not working on arch

Lone_Wolf wrote:

So there is some connectivity with cloudflare from your mobile, but both mobile & pc can't connect to the site.

I'm 99% sure your provider (or the network peers they use) have a technical problem, but let's check one more thing .

Output of

traceroute chrisx.xyz

?

http://ix.io/3PjI

Offline

#16 2022-02-11 15:35:34

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 173
Website

Re: [SOLVED] Websites not working on arch

Actually those 2 were my temporary account. I always use temporary emails whenever I sign up for any websites (for privacy). I lost the password for two of my account so this is the third account I made and this account is linked with my gmail account directly so I am not going to make any more. Sorry for the inconvenience. sad

Last edited by RounakDutta (2022-02-11 15:36:40)

Offline

#17 2022-02-11 15:40:14

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] Websites not working on arch

In that case you should contact moderators fast and inform them you went against the rules.

As for the issue at hand : contact your provider and show them the traceroutes.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#18 2022-02-11 15:42:57

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 173
Website

Re: [SOLVED] Websites not working on arch

Lone_Wolf wrote:

In that case you should contact moderators fast and inform them you went against the rules.

I am a complete noob in linux and arch linux is the first linux distro I have used so I have no Idea how to contact the moderators because I never dealt with linux forums and it is my first time So if u can help me about that I would be grateful.

Lone_Wolf wrote:

As for the issue at hand : contact your provider and show them the traceroutes.

Thanks a lot !!

Last edited by RounakDutta (2022-02-14 08:58:59)

Offline

#19 2022-02-11 17:02:37

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: [SOLVED] Websites not working on arch

RounakDutta wrote:

[ I lost the password for two of my account so this is the third account I made and this account is linked with my gmail account directly so I am not going to make any more. Sorry for the inconvenience. sad

Consider this to  be a warning.  If it isn't, it will be your last.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#20 2022-02-12 00:10:12

seth
Member
Registered: 2012-09-03
Posts: 49,971

Re: [SOLVED] Websites not working on arch

RounakDutta wrote:

Actually those 2 were my temporary account. I always use temporary emails whenever I sign up for any websites (for privacy). I lost the password for two of my accounts

And how does that explain that account #2 misleadingly referenced account #1 as pattern of the problem instead of picking up the conversation in the 1st thead?
(Answer implied)

Online

#21 2022-02-12 08:29:13

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 173
Website

Re: [SOLVED] Websites not working on arch

seth wrote:
RounakDutta wrote:

Actually those 2 were my temporary account. I always use temporary emails whenever I sign up for any websites (for privacy). I lost the password for two of my accounts

And how does that explain that account #2 misleadingly referenced account #1 as pattern of the problem instead of picking up the conversation in the 1st thead?
(Answer implied)

The first account I created using https://mail.tm (A temp email service) I forgot the password as well as the email id of the first account so I clicked on recover account and there was no recovery option. U have to give ur email address u register and we will get a recovery email but I forgot the email id because I was using temp emails so I created another account with the username of "qmoorvrqgwwqpky" with temp email and I thought it would be better for me to create a new thread because no one would believe that I am the same guy and I would get banned from the forum if I pretended to be the same guy "zwcysbvwmbac" . sad So thats why I pretended to be a different a guy.

Last edited by RounakDutta (2022-02-12 08:30:01)

Offline

#22 2022-02-12 08:52:43

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 173
Website

Re: [SOLVED] Websites not working on arch

seth wrote:
RounakDutta wrote:

Actually those 2 were my temporary account. I always use temporary emails whenever I sign up for any websites (for privacy). I lost the password for two of my accounts

And how does that explain that account #2 misleadingly referenced account #1 as pattern of the problem instead of picking up the conversation in the 1st thead?
(Answer implied)

seth wrote:
RounakDutta wrote:

Actually those 2 were my temporary account. I always use temporary emails whenever I sign up for any websites (for privacy). I lost the password for two of my accounts

And how does that explain that account #2 misleadingly referenced account #1 as pattern of the problem instead of picking up the conversation in the 1st thead?
(Answer implied)

And another thing I want to confess is that long ago in september my arch with kde was not working so I made an account. U helped me in that thread.This one - https://bbs.archlinux.org/viewtopic.php?id=271102
So in total I made 4 accounts.

Offline

#23 2022-02-12 08:55:22

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 173
Website

Re: [SOLVED] Websites not working on arch

ewaller wrote:
RounakDutta wrote:

[ I lost the password for two of my account so this is the third account I made and this account is linked with my gmail account directly so I am not going to make any more. Sorry for the inconvenience. sad

Consider this to  be a warning.  If it isn't, it will be your last.

Sorrry I will never make alts again. I didn't know it was against the rules.

Last edited by RounakDutta (2022-02-12 18:38:07)

Offline

#24 2022-02-14 09:01:01

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 173
Website

Re: [SOLVED] Websites not working on arch

Lone_Wolf wrote:

As for the issue at hand : contact your provider and show them the traceroutes.

Ok so I told my isp and they said that it is a problem with the operating system I am running. I tried to go to the same website chrisx.xyz in windows and I could easily go to the website. So I think it is a problem with my arch . :\

Last edited by RounakDutta (2022-02-14 09:46:56)

Offline

#25 2022-02-14 09:04:05

RounakDutta
Member
From: West Bengal, India
Registered: 2022-02-11
Posts: 173
Website

Re: [SOLVED] Websites not working on arch

It is weird because I cannot go to some websites and pinging those websites doesn't work but when I use vpn or tor browser I can easily go to that website. Then if I try to ping that website it works !! I don't know why. Then If I restart my pc again the same problem persists.

Last edited by RounakDutta (2022-02-14 09:13:16)

Offline

Board footer

Powered by FluxBB