View previous topic :: View next topic |
Author |
Message |
pk_volt n00b
Joined: 21 Dec 2004 Posts: 51
|
Posted: Wed Dec 22, 2004 3:04 am Post subject: loading time becomes incredibly slow when I enable network |
|
|
Alright, if I disable the network support (but my network module is still loaded on the kernel) everything loads up fairly quickly. Firefox loads up in like 1.7 seconds. However, once I enable network support (meaning I can go on the internet etc) it takes like 12 seconds to load up firefox, and better yet, everything loads up maybe 10 times as long!
I have a static network. a netgear router with dhcp disabled
here is how my net config file looks like
iface_eth0="192.168.0.106 broadcast 192.168.0.255 netmask 255.255.255.0"
gateway="eth0/192.168.0.1"
and my dns servers in my resolv.conf are
24.69.255.196
24.69.255.213 |
|
Back to top |
|
|
hardcore l33t
Joined: 01 Nov 2003 Posts: 626 Location: MSU, MI
|
Posted: Wed Dec 22, 2004 6:37 am Post subject: |
|
|
What does your /etc/hosts file look like? _________________ Nothing can stop me now, cuz I just don't care. |
|
Back to top |
|
|
pk_volt n00b
Joined: 21 Dec 2004 Posts: 51
|
Posted: Wed Dec 22, 2004 7:08 am Post subject: |
|
|
bash-2.05b$ cat /etc/hosts
# /etc/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...
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/hosts,v 1.8 2003/08/04 20:12:25 azarah Exp $
#
127.0.0.1 gerald_0.linuxgroup localhost
# IPV6 versions of localhost and co
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
bash-2.05b$
I have other computers connected to the netgear router, but they're non-linux |
|
Back to top |
|
|
Taladar Guru
Joined: 09 Oct 2004 Posts: 458 Location: Bielefeld, Germany
|
Posted: Wed Dec 22, 2004 8:37 am Post subject: |
|
|
You should put a line in there with your internal IP and your hostname on it (in all forms that are commonly used, just hostname+fully qualified)
Code: |
192.168.0.106 gerald_0 gerald_0.linuxgroup
|
|
|
Back to top |
|
|
hardcore l33t
Joined: 01 Nov 2003 Posts: 626 Location: MSU, MI
|
Posted: Wed Dec 22, 2004 9:02 pm Post subject: |
|
|
Taladar wrote: | You should put a line in there with your internal IP and your hostname on it (in all forms that are commonly used, just hostname+fully qualified)
Code: |
192.168.0.106 gerald_0 gerald_0.linuxgroup
|
|
Exacta-mundo. _________________ Nothing can stop me now, cuz I just don't care. |
|
Back to top |
|
|
pk_volt n00b
Joined: 21 Dec 2004 Posts: 51
|
Posted: Sat Dec 25, 2004 10:34 am Post subject: |
|
|
Just wanted to reply and say that solved the problem.
care to explain why?
thanks |
|
Back to top |
|
|
|