LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   can't access some website (https://www.linuxquestions.org/questions/linux-newbie-8/cant-access-some-website-814668/)

raport 06-17-2010 04:05 AM

can't access some website
 
i'm using fedora 9 and mozilla 3 with dsl internet connection. i can't access some site in my computer but other computers can using internet explorer. example of sites i can't access is www.dot5hosting.com or www.dagospo.com

what could be the problem?

i hope this is the right forum for this.

thank you for any info.

Agrouf 06-17-2010 04:11 AM

Can you ping the sites?
Use that command:
Code:

ping -c5 www.dagospo.com
And report the result

romeo_tango 06-17-2010 04:13 AM

define can't access please?
was it something like connection refused or server did not responding in your Firefox or else?

Could you resolve both of the DNS using nslookup command for example :

Code:

# nslookup www.dot5hosting.com
Server:                8.8.8.8
Address:        8.8.8.8#53

Non-authoritative answer:
Name:        www.dot5hosting.com
Address: 65.254.249.20


raport 06-17-2010 07:45 PM

hi!

Thank you very much for your reply. Actually, www.dagospo.com is my website and www.dot5hosting.com is my webhost. Here's what i got after trying your suggestions.

[raport@localhost ~]$ ping -c5 www.dagospo.com
PING www.dagospo.com (66.96.133.3) 56(84) bytes of data.
64 bytes from 3.133.96.66.static.eigbox.net (66.96.133.3): icmp_seq=1 ttl=236 time=421 ms
64 bytes from 3.133.96.66.static.eigbox.net (66.96.133.3): icmp_seq=2 ttl=236 time=394 ms
64 bytes from 3.133.96.66.static.eigbox.net (66.96.133.3): icmp_seq=3 ttl=236 time=274 ms
64 bytes from 3.133.96.66.static.eigbox.net (66.96.133.3): icmp_seq=4 ttl=236 time=273 ms
64 bytes from 3.133.96.66.static.eigbox.net (66.96.133.3): icmp_seq=5 ttl=236 time=272 ms

--- www.dagospo.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4277ms
rtt min/avg/max/mdev = 272.816/327.495/421.955/66.588 ms
[raport@localhost ~]$ ping -c5 www.dagospo.com
ping: unknown host www.dagospo.com
[raport@localhost ~]$ ping -c5 www.dagospo.com
ping: unknown host www.dagospo.com
[raport@localhost ~]$ ping -c5 www.dagospo.com
ping: unknown host www.dagospo.com
[raport@localhost ~]$ ping -c5 www.dot5hosting.com
ping: unknown host www.dot5hosting.com
[raport@localhost ~]$ ping -c5 www.dot5hosting.com
ping: unknown host www.dot5hosting.com
[raport@localhost ~]$ ping -c5 www.dot5hosting.com
ping: unknown host www.dot5hosting.com
[raport@localhost ~]$ su -
Password:
[root@localhost ~]# nslookup www.dagospo.com
Server: 202.78.97.41
Address: 202.78.97.41#53

Non-authoritative answer:
Name: www.dagospo.com
Address: 66.96.133.3

[root@localhost ~]# nslookup www.dagospo.com
;; connection timed out; no servers could be reached

[root@localhost ~]# nslookup www.dagospo.com
;; connection timed out; no servers could be reached

[root@localhost ~]# nslookup www.dagospo.com
;; connection timed out; no servers could be reached

[root@localhost ~]# nslookup www.dot5hosting.com
;; connection timed out; no servers could be reached

[root@localhost ~]# nslookup www.dot5hosting.com
;; connection timed out; no servers could be reached

[root@localhost ~]# nslookup www.dot5hosting.com
;; connection timed out; no servers could be reached

In my little understanding, it seems that the signal from the sites are intermittent or malfunctioning. I asked the webhost, the technical persons suggested that i clear the cache and other private data which I did but the problem persists. They also said that at their end they have no problem accessing the said sites. I also tried many computers but all have the same problem, except for one computer which has microsoft server 2008 system and internet explorer.

ranko_6 06-17-2010 08:13 PM

Not sure if it's gonna help, but this is something I got recommended to do and it helped.
Quote:

PS: I'd check your DNS settings if I were you. Change them to those of Google (8.8.8.8) or those of OpenDNS (208.67.222.222 (resolver1.opendns.com) 208.67.220.220 (resolver2.opendns.com)) and try again.

romeo_tango 06-17-2010 08:32 PM

It seems to me that your problem related to the DNS Server.

Try changing the DNS to Google's OpenDNS like @ranko_6 suggest. If it works, then report to your webhosting provider about it.

HTH,

raport 06-17-2010 10:56 PM

tried changing the DNS settings and voila! it works!

i thank you all!

God bless!

raport 06-18-2010 12:06 AM

hello again!

may i know what's wrong with my former dns provided by our dsl provider. why can't it access the my website?

thank you for any info to shed light on this matter.

John VV 06-18-2010 12:51 AM

raport

you do now that fedora 9 is way,way,way past it's END OF LIFE
and there have been and never will be any updates to it .
for all practical purposes fedora 9 is and has been DEAD.

as to your dns issue ???
it is anybody's guess as to why your old dns service went bad.
OpenDNS is a good service , i have been using them for years .


All times are GMT -5. The time now is 10:42 PM.