LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help needed on slow Intranet speed between server and client . (https://www.linuxquestions.org/questions/linux-newbie-8/help-needed-on-slow-intranet-speed-between-server-and-client-626421/)

uncle-c 03-07-2008 10:20 AM

Help needed on slow Intranet speed between server and client .
 
Hello !

I have Ubuntu 7.04 server installed on one machine which is running apache2.* This is linked to a PCLOS2007 box via crossover patch cable. The whole purpose of this setup was for me to tinker and become familiar with Apache, setup an experimental website and practise remote server admin.
Ubuntu Server IP : 192.168.0.10
When I put the above IP address into a browser in PCLOS2007 it takes a long time, about 40 seconds, for the index page to load. When I ping the server from PCLOS I get quite a swift response of, on average, 0.1ms. File transfers to and from the machines are both very fast so could anyone shed any light on what the problem could be or how to go about troubleshooting ?

Edit:
Code:

uncle@PCLOS2007_$ wget http://192.168.0.10/index.html
downloads the file in double quick time , transfer speed 1Mb /s.

Cheers,

UC

davcefai 03-08-2008 01:51 PM

It's a long time since I had this problem but it might be related to IPv6.

IF you have a file: /etc/modules.conf then look for:

alias net-pf-10 off # IPv6

try uncommenting it if commented or vice versa.


All times are GMT -5. The time now is 09:34 AM.