LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-04-2006, 01:56 AM   #1
dhbiker
Member
 
Registered: Dec 2003
Location: Bristol
Distribution: Slackware 10.2
Posts: 196

Rep: Reputation: 30
Unhappy wierd website problem


Hi all,

I'm experiencing a strange website problem . There is one site I can't access, and I have no idea why.

All my normal internet works fine but if I try and access this particular site I get a server not found error, if I try and ping using www.domainname.tld I get an unknown host error. I've tried looking at the site from my work and it's fine, so it must be something wrong with my machine. I can ping the IP of the server it is on fine but I can't use the www.domainname.tld in my browser.

There is something wrong with my setup somewhere, but I'm completely clueless what I might have missed. Can anyone shed any light on this please
 
Old 01-04-2006, 08:34 AM   #2
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Server not found
Firefox can't find the server at www.domainname.tld

Looks like it's not just you. Never heard of .tld domain before though
 
Old 01-04-2006, 08:38 AM   #3
dhbiker
Member
 
Registered: Dec 2003
Location: Bristol
Distribution: Slackware 10.2
Posts: 196

Original Poster
Rep: Reputation: 30
lol, that was just an example. tld stands for top level domain (e.g. .co.uk .com. net etc etc. )

The domain I was trying was www.tenshadesofgreen.co.uk, which works fine from everycomputer but mine at home, which is more than inconvinient as I need to upload my pages to it and test from home
 
Old 01-04-2006, 08:41 AM   #4
mdarby
Member
 
Registered: Nov 2004
Location: Columbus, Ohio
Distribution: Slackware-Current / Debian
Posts: 795

Rep: Reputation: 30
You could always manually add it to your /etc/hosts file.
 
Old 01-04-2006, 08:43 AM   #5
dhbiker
Member
 
Registered: Dec 2003
Location: Bristol
Distribution: Slackware 10.2
Posts: 196

Original Poster
Rep: Reputation: 30
thanks, I'll try that. Do you know any reason why it wouldn't automatically be doing everything like for all the other websites I'm curious to know the cause
 
Old 01-04-2006, 09:12 AM   #6
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 476Reputation: 476Reputation: 476Reputation: 476Reputation: 476
Works fine for me.
 
Old 01-04-2006, 09:20 AM   #7
dhbiker
Member
 
Registered: Dec 2003
Location: Bristol
Distribution: Slackware 10.2
Posts: 196

Original Poster
Rep: Reputation: 30
Yeah, that's what I mean it seems to work fine for everyone else - just not for me on my computer at home
 
Old 01-04-2006, 10:39 AM   #8
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 68
Try to go to microsoft.com....If that doesn't load either, I've found that it may have to do with your MTU size (found that one out once when I was trying to get my speed up a little.) This maybe the only thing m$ is good at, checking your MTU settings...lol
 
Old 01-04-2006, 11:04 AM   #9
dhbiker
Member
 
Registered: Dec 2003
Location: Bristol
Distribution: Slackware 10.2
Posts: 196

Original Poster
Rep: Reputation: 30
That works fine, as does everything else on the web it's just this one site
 
Old 01-04-2006, 11:11 AM   #10
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
oops thats what I get for clicking without reading lol
 
Old 01-04-2006, 11:13 AM   #11
dhbiker
Member
 
Registered: Dec 2003
Location: Bristol
Distribution: Slackware 10.2
Posts: 196

Original Poster
Rep: Reputation: 30
I've found another website that doesn't work for me at home http://www.diamond.co.uk/ if I click on get a quote I get the same error
 
Old 01-04-2006, 12:09 PM   #12
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 476Reputation: 476Reputation: 476Reputation: 476Reputation: 476
That works for me too. What's in your /etc/hosts file?
 
Old 01-04-2006, 12:19 PM   #13
dhbiker
Member
 
Registered: Dec 2003
Location: Bristol
Distribution: Slackware 10.2
Posts: 196

Original Poster
Rep: Reputation: 30
Code:
#
# hosts         This file describes a number of hostname-to-address
#               mappings for the TCP/IP subsystem.  It is mostly
#               used at boot time, when no name servers are running.
#               On small systems, this file can be used instead of a
#               "named" name server.  Just add the names, addresses
#               and any aliases to this file...
#
# By the way, Arnt Gulbrandsen <agulbra@nvg.unit.no> says that 127.0.0.1
# should NEVER be named with the name of the machine.  It causes problems
# for some (stupid) programs, irc and reputedly talk. :^)
#

# For loopbacking.
127.0.0.1               localhost
127.0.0.1               darkstar.localhost darkstar
127.0.0.1               theappletree.localhost

# End of hosts.
 
Old 01-04-2006, 12:43 PM   #14
shilo
Senior Member
 
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132

Rep: Reputation: 50
Maybe it's a DNS problem with your ISP. Do you have a different machine (or Dual-Boot) that you could try? Maybe try a live-cd? Those could help determine if it is a problem with your machine/config or something else.

***EDIT***
Just saw your /etc/hosts file. As root, run netconfig.

Last edited by shilo; 01-04-2006 at 12:46 PM.
 
Old 01-04-2006, 01:00 PM   #15
dhbiker
Member
 
Registered: Dec 2003
Location: Bristol
Distribution: Slackware 10.2
Posts: 196

Original Poster
Rep: Reputation: 30
What do I need to do in netconfig

I don't have another machine I can use
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
wierd loading of website titanium_geek LQ Suggestions & Feedback 3 06-02-2005 10:16 AM
really wierd problem mrchin Linux - Newbie 6 09-01-2004 04:33 PM
wierd problem Zerodark Slackware 2 10-31-2003 08:53 PM
wierd problem jt1020 Linux - General 2 05-19-2003 02:29 PM
wierd problem! jt1020 Linux - General 1 05-07-2003 11:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration