Remastersys and AVLinux Forum
May 23, 2013, 10:24:42 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: AV Linux depends on user donations to survive.
Please help us keep the AV Linux project alive.
http://www.bandshed.net/AVLinux.html
 
   Home   Remastersys Home Remastersys downloads Donate Login Register AV LINUX Home Help Search  
Pages: [1]
  Print  
Author Topic: Slow Internet Solved I think  (Read 693 times)
0 Members and 1 Guest are viewing this topic.
Blues_rider
Full Member
***
Offline Offline

Posts: 20


I do ride also


« on: April 02, 2012, 08:40:11 AM »

A while ago I posted about the Internet being slow on a buddies computer. I think it is fixed or at least better. Did some searching and tried doing this,
Checked in Iceweasel to make sure ipv6 was disabled then added this line to /etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1"

The computer now is very fast on the Internet.

Once we did that I messed around with a song that was recorded live a few weeks ago. I am going to be posting it shortly in the made with AV forum under the heading Out of Retirement, I’m hooked again , It’s a DISEASE.

J
Logged
GMaq
Administrator
Hero Member
*****
Offline Offline

Posts: 2162


A/V 'Nixer


WWW
« Reply #1 on: April 03, 2012, 07:09:38 PM »

Hi

Thanks for the comments. This will be disabled by default in the next release.
Logged

AV Linux, Proudly created with Remastersys: http://www.bandshed.net/AVLinux.html
Bajista
Jr. Member
**
Offline Offline

Posts: 12


« Reply #2 on: April 16, 2012, 01:04:37 PM »

The
Code:
net.ipv6.conf.all.disable_ipv6 = 1
in /etc/sysctl.conf
didn't help here (5.0.3)
but setting
Code:
alias net-pf-10 off
alias ipv6 off
in /etc/modprobe.d/aliases.conf
resulted in a notable net speed increase.
Logged
avlmac
Sr. Member
****
Offline Offline

Posts: 81


« Reply #3 on: April 17, 2012, 05:48:08 PM »

The
Code:
net.ipv6.conf.all.disable_ipv6 = 1
in /etc/sysctl.conf
didn't help here (5.0.3)
but setting
Code:
alias net-pf-10 off
alias ipv6 off
in /etc/modprobe.d/aliases.conf
resulted in a notable net speed increase.

Adding
Code:
net.ipv6.conf.all.disable_ipv6 = 1
in /etc/sysctl.conf

resulted in an unknown key error during boot.

Code:
alias net-pf-10 off
alias ipv6 off
in /etc/modprobe.d/aliases.conf
resulted in a notable net speed increase on my machine.
Logged
Hatebreed
Newbie
*
Offline Offline

Posts: 3


« Reply #4 on: May 05, 2012, 06:35:03 AM »

The reason why your kernel parameter settings are not working and cause an error during boot about unknown key is that ipv6 module is not yet loaded. To get it loaded before these keys are set, do as root:
Code:
echo "ipv6" >> /etc/modules

The kernel parameters can be set to /etc/sysctl.conf or alternatively create a file into /etc/sysctl.d/disableipv6.conf and add the key there, for example:
Code:
echo "net.ipv6.conf.all.disable_ipv6=1" > /etc/sysctl.d/disableipv6.conf

To see if it worked:
Code:
sysctl -a |grep disable_ipv6
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!