LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Major network slowdown. (https://www.linuxquestions.org/questions/linux-networking-3/major-network-slowdown-11945/)

BrianG 01-16-2002 08:46 PM

Major network slowdown.
 
I was ftp'ing a bunch of files to and from my linux boxes. All of a sudden, they all seemed to slow and then stop. So I checked the load of one of the boxes and it was around 1.5, 1.5, 1.6. So I waited about 15 mins, and it never went down. I tried to telnet into it, and it took about 30 secs for the box to respond (before I get the login prompt). So i rebooted the box. It still happens! I even rebooted this machine, restarted router, anything I could think of. And when I try to ftp into it, it takes about 30-45 secs for the folders to list. The web server is FINE, fast, normal. I can ping the machine, I get a normal ping. This happens to my other linux box now too. Whats wrong?

BrianG 01-16-2002 09:32 PM

Ok, I searched around some old newgroups, and as always, I figured it out about 10 mins after I posted. I added my internal IP of this machine to /etc/hosts. That seemed to fix it, I guess it was having a problem resolving DNS or something :confused:.

But now what, why did this all of a sudden happen? I dont want to have to add and IP for every machine that I will log on from. Will this not be a problem from outside the network?

xanthium 01-16-2002 09:59 PM

check d
 
hi ,

check if you have identd service running ...... normally ftp does not require dns lookup so u need not need dns entries for each and every client except if you have ident daemon running around ....... but still i may be wrong ...... check it out with ident running and without ident not running.

regards,
xanthium.

:rolleyes:

BrianG 01-17-2002 05:39 PM

opened up etc/nsswitch.conf

changed:

hosts: files dns
networks: files dns


to:

hosts: files
networks: files

works great now :).

xanthium 01-18-2002 02:32 AM

nice to know
 
Hi ,

nice to know that u could solve it all by urself and for having the manners to close the thread ( many dont have the decency to do so ) ........

regards,
xanthium.

;)


All times are GMT -5. The time now is 09:03 PM.