Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have been noticing that all programs that go out to the internet have been running slow on my computer. Ping runs incredibly slow and takes well over a minute to give me any results. Also Firefox doesnt look up websites very fast at all, in fact I think it stopped trying alltogether. I am currently posting this message on windows because the request times out in linux. In windows the speeds are great and nuthing is wrong. I have done the command "route add default gw 192.168.1.1" to make the default route. Ip addresses and configured correctly through dhcp on my router, yet still the speeds are very slow. What could cause this slow access time and how do I fix it?
Does that require a kernel recompile, and if not how do I do that?
No
open terminal su as root and then enter:
echo "alias net-pf-10 off" >> /etc/modprobe.conf
echo "alias ipv6 off" >> /etc/modprobe.conf
netx open Firefox in the address line enter:
about:config
next in the filter line enter ipv6
and doubleclick on
network.dns.disableIPv6 so the value willchange to "true"
restart network (or computer).
I hope that this will help
can you define slower?
on average I have on SuSe 353 KB/sec and on windows (different machine) 380 KB/sec transfer rate.
For a standard workstation this difference is negligible.
anyway can you post the results about:
1. your NIC
2. /etc/resolv.conf
3. network (direst connect, home LAN behind router)
3. connection type
3. txqueuelen and MTU value
#ifconfig
4. value of window scaling
#sysctl -a | grep scaling
and look for:
net.ipv4.tcp_window_scaling
5. sack value
#sysctl -a | grep sack
and look for
net.ipv4.tcp_sack
6. path MTU discovery
#sysctl -a | grep disc
and look for
net.ipv4.ip_no_pmtu_disc
I have no idea what that error mean however it might be the problem.
Oh and when I say slow it takes about 30-45 seconds to "look up" google.com after it finds the site the pings go normal speed. I believe this is some sort of DNS problem.
don't worry about error
change this to zero
net.ipv4.tcp_window_scaling = 0
edit /etc/sysctl.conf
and add the line above.
save it and run
sysctl -p
configure gateway:
192.168.1.1
That is not the same as nameserver. So you don't need to modify /etc/resolv.conf
(By the way I suggest to change windows settings to:
DNS servers
24.51.159.130
24.51.159.133
gateway
192,168.1.1
Sorry, I don't have any experience with wireless card. I assume that eth0 is an gigabit. So where is a configuration of the wireless card?
It does seem that wireless card is not configured.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.