Re: Why is my DSL for friggin' slow on Linux 9.1?
From: Centurion (spam_this_at_nowhere.com)
Date: 03/02/05
- Next message: David Carter: "Re: How to obtain network information?"
- Previous message: houghi: "Re: How to obtain network information?"
- In reply to: hachiroku: "Re: Why is my DSL for friggin' slow on Linux 9.1?"
- Next in thread: hachiroku: "Re: Why is my DSL for friggin' slow on Linux 9.1?"
- Reply: hachiroku: "Re: Why is my DSL for friggin' slow on Linux 9.1?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 02 Mar 2005 13:38:55 +1100
hachiroku wrote:
> On Mon, 28 Feb 2005 23:50:24 -0600, mjt wrote:
>
>> hachiroku <levin@ae86.gts> wrote:
>>
>>> On Sun, 27 Feb 2005 19:58:54 +0000, hachiroku wrote:
>>>
>>> > ?
>>>
>>> I tried a few things mentioned here, no avail.
>>>
>>> Here's another clue: when I start Linux, right off the bat it's slow and
>>> gets slower. I mean SLOOOOOOOW!!! I reboot, switch to XP, runs like a
>>> champ; reboot back to Linux and it runs as fast as it ever did before...
>>
>> ... either something up with the NIC or maybe your
>> bios is PNP ?!?!??!
>
> Here's another hint: it hangs for a while with a message 'resolving
> host...' at the bottom of the browser.
Check your DNS settings in /etc/resolv.conf
You should have something like:
search domain1.com domain2.com domain3.com
nameserver 1.2.3.4
nameserver 1.2.3.5
The "search" line means it will append (in the order listed) those domains
in an attempt to find the machine you refer to. For example, if you have
"search google.com" and then punch "http://groups" into your browser, the
resolver will try to resolve the raw hostname first (ie tell me the IP for
"groups"), then append the domain and attempt to resolve that (ie tell me
the IP for "groups.google.com"). It will search each of these domains
until a valid IP is found, or it will return an error. ("it" being the
resolver).
This is all fine and dandy but where does it get the IP's from? Answer, the
"resolver" lines. These point to the primary and secondary (possibly
tertiary) name servers for your LAN or ISP. If you are NOT running a local
DNS server, point these to your ISP.
Finally, the last two files you should check are:
/etc/nsswitch.conf
/etc/hosts
The first (nsswitch.conf) should probably have two lines that read:
hosts: files dns
networks: files dns
This means look for IP/Hostname pairs in /etc/hosts first before consulting
the DNS servers (as I described earlier).
/etc/hosts will then allow you to over ride DNS or put addresses in there
that there is no DNS record for (like other machines on your LAN - assuming
no local DNS server).
BTW - when you say your DSL is slow, do you mean transfer speeds or response
time (like click on a link, wait, wait, wait, wait, zap! Page displayed)??
Cheers,
James
-- panic: can't find /
- Next message: David Carter: "Re: How to obtain network information?"
- Previous message: houghi: "Re: How to obtain network information?"
- In reply to: hachiroku: "Re: Why is my DSL for friggin' slow on Linux 9.1?"
- Next in thread: hachiroku: "Re: Why is my DSL for friggin' slow on Linux 9.1?"
- Reply: hachiroku: "Re: Why is my DSL for friggin' slow on Linux 9.1?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|