I can't access any site with domain .com.bd

Asked by Rafee

I use ubunru 9.10

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu firefox-3.5 Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give an output of:

sudo apt-get install traceroute; nslookup www.google.com.bd; traceroute www.google.com.bd

Thanks

Revision history for this message
Rafee (rafee1344) said :
#2

rafee@rafee-desktop:~$ nslookup www.google.com.bd
Server: 203.112.202.195
Address: 203.112.202.195#53

** server can't find www.google.com.bd: NXDOMAIN

traceroute www.google.com.bd

www.google.com.bd: Name or service not known
Cannot handle "host" cmdline arg `www.google.com.bd' on position 1 (argc 1)

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

ok and if you run:

traceroute 203.112.202.195

Does it succeed?

If not then it looks like your DNS sucks. You can run:

gksudo gedit /etc/resolv.conf

add these 2 lines:

nameserver 208.67.220.220
nameserver 208.67.222.222

Save the new file and close gedit, then run:

sudo /etc/init.d/networking restart

Then try accessing the pages again.

Revision history for this message
Fotik (fotik69) said :
#4

My problem is solved now.

Thanks a lot.........

Revision history for this message
Rafee (rafee1344) said :
#5

I can't express my complete gratitude to u,
u r a genious
can u tell me the problem now & how u have solved it??????

Revision history for this message
Rafee (rafee1344) said :
#6

Thanks actionparsnip, that solved my question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Your current DNS servers do not know the IP of the domain. You simply added another DNS server (OpenDNS) which knows the IP adress so you can then connect.