You are not logged in.

#1 2013-01-04 23:51:48

rado3105
Member
Registered: 2011-10-09
Posts: 103

Slow web opening, slow downloading....ipv6?

Hi, I have problem with slow web pages opening, 30s for one page or more. Download half of other computer(windows) on same network, with same ip... Also speedtests are half or less of speed of windows machines on the same network.
This problem is same on wifi or ethernet cable(so it shouldnt be problem of kernel drivers, but not sure).

this is /etc/hosts:

  GNU nano 2.2.6              File: /etc/hosts                                 

#
# /etc/hosts: static lookup table for host names
#

#<ip-address>   <hostname.domain.org>   <hostname>
127.0.0.1       localhost.localdomain   localhost
::1             localhost.localdomain   localhost

# End of file


Can it be problem of ipv6?

Also first opening of web browser, other appliacations takes a long time. I use btrfs with space_cache...can be btrfs cause?

Last edited by rado3105 (2013-01-05 00:14:11)

Offline

#2 2013-01-05 00:26:51

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,441
Website

Re: Slow web opening, slow downloading....ipv6?

It would take you a lot less time to disable ipv6 and test that theory than it did for you to write that post - certainly much less time than to get responses.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2013-01-05 10:31:20

rado3105
Member
Registered: 2011-10-09
Posts: 103

Re: Slow web opening, slow downloading....ipv6?

I edited: /proc/sys/net/ipv6/conf/all/disable_ipv6 to 1 but after restart it shows 0.

Also changed my syslinux.conf like this:
MENU LABEL Arch Linux
        LINUX ../vmlinuz-linux
        APPEND root=/dev/sda3 ro resume=/dev/sda2 ipv6.disable_ipv6=1

How to find out if it is disabled?

also edited: etc/sysctl.conf:

# Disable packet forwarding.
net.ipv4.ip_forward = 0
net.ipv6.conf.all.forwarding = 1

Last edited by rado3105 (2013-01-05 10:33:36)

Offline

#4 2013-01-05 10:38:01

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: Slow web opening, slow downloading....ipv6?

Offline

#5 2013-01-05 12:23:11

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,441
Website

Re: Slow web opening, slow downloading....ipv6?

Show and set kernel ipv6 config:

$ sysctl net.ipv6.conf.all.disable_ipv6
# sysctl net.ipv6.conf.all.disable_ipv6=1

"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB