You are not logged in.

#1 2010-10-06 12:30:47

netes
Member
From: Poland
Registered: 2007-02-01
Posts: 10

Very slow web browsing on wifi connection

Hi,
I used Arch a lot some time ago but never on wifi, my network was always cable. Now, I've got only wifi connection.
I'm not sure it's a wifi problem or just networking, but I've never had that kind of problem on cable connection.

All config files are on the bottom. The problem is, but not always, sometimes it just work, that DNS resolving takes really long time (about 6-7 sec) and webpage, image, audio, video load very very long (ie. 1MB photo about 2 minutes, I have 4Mb connection). It doesn't matter what DNS is used. What's interesting, download rate is very good ie. in KGet about 560kB/s. I'm sure it's configuration problem because on Windows everything is fine, but I have no idea what I've done wrong. Any ideas?

Iwconfig & ifconfig:

lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11bg  ESSID:"Artwork"  
          Mode:Managed  Frequency:2.472 GHz  Access Point: 00:1C:DF:BA:F9:31   
          Bit Rate=54 Mb/s   Tx-Power=13 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          Link Quality=42/70  Signal level=-68 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:2 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:100 (100.0 b)  TX bytes:100 (100.0 b)

wlan0     Link encap:Ethernet  HWaddr 00:1F:1F:4E:04:59  
          inet addr:192.168.2.50  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:150163 errors:0 dropped:0 overruns:0 frame:0
          TX packets:86981 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:218181679 (208.0 Mb)  TX bytes:7806332 (7.4 Mb)

I have static IP configured in rc.conf:

wlan0="wlan0 192.168.2.50 netmask 255.255.255.0 broadcast 192.168.2.255"
INTERFACES=(wlan0)

And static DNS in resolv.conf (actually Google DNS, but also tried OpenDNS, my provider DNS):

nameserver 8.8.8.8
nameserver 8.8.4.4

I have ipv6 off:

#
# /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
#
# disable autoload of ipv6
alias net-pf-10 off

And I run my wifi connection using wpa_supplicant:

wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -B

Offline

#2 2010-10-08 12:58:06

dioltas
Member
Registered: 2009-06-03
Posts: 44

Re: Very slow web browsing on wifi connection

Does it make a difference if you use ip addresses instead of urls?

Maybe try "ping www.google.com" and then "ping [google's ip]"

And see if there's a difference in speed. You could assign some ips locally for faster lookups.

try "host www.google.com" and see how long it takes.

I would have suggested opendns, but you've already tried all that!

Also, try connecting to your router's setup page. If that's slow then you know it must be the connection to the router. If not then possibly dns or something else.

Offline

Board footer

Powered by FluxBB