![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Way Too Much Ubuntu
![]() Join Date: Oct 2005
Beans: 76
|
Hello all,
During today's Dapper development updates one of the packaes wanted to replace the /etc/modporbe.d/aliases file. Yes or No? Normally I would say No to keep my confuguration but it mentioned "to keep the developers additions". So I say, Yes replace it. I knew this was the file that would trun IPV6 back on and so I had to change it again after re-boot. Well, I guess I forgot how to do that (format wise) but after entering several forms I thot the net had sped up some but it was still stalling and slugish at the end of a web page load, as if it had to wait for a done signal. I thoht I would re-boot and see if there was a difference. Sure enough the network is responding a top speed now. So here are the changes I put in with the orginal comment out. But the re-boot is required. alias net-pf-10 ipv6 off alias net-pf-10 off alias ipv6 off #alias net-pf-10 ipv6 IPV6 slows down the IPV4 environment if the router out the door does not understand IPV6 and for most people IPV6 is not needed. So, add the 3 lines, comment the orginal, save and re-boot. Firefox and Thunderbird will respond 3 to 4 times faster. SJ |
|
|
|
|
|
#2 |
|
Ubuntu Espresso Roast
![]() Join Date: Nov 2004
Beans: 177
Dapper Drake
|
Re: How-To: Disable IPV6 to speed up Internet.
wow... that sounds terrific. I will give it a try. Thanks!!
|
|
|
|
|
|
#3 |
|
Way Too Much Ubuntu
![]() Join Date: Aug 2005
Location: Finland
Beans: 119
Edgy Eft Testing
|
Re: How-To: Disable IPV6 to speed up Internet.
Do I put those three lines at the end of the file or at the network protocols space? Please be more specific with these. You have to make sure all the noobs understand these instructions.
|
|
|
|
|
|
#4 | |
|
A Carafe of Ubuntu
![]() |
Re: How-To: Disable IPV6 to speed up Internet.
Quote:
|
|
|
|
|
|
|
#5 |
|
Way Too Much Ubuntu
![]() Join Date: Oct 2005
Beans: 76
|
Re: How-To: Disable IPV6 to speed up Internet.
Sorry about the sloppy post.
cd /etc/modprobe.d darwinhwebb@Celcila-24:/etc/modprobe.d$ dir aliases alsa-base blacklist isapnp aliases~ arch bluez nvidia-kernel-nkc aliases.dpkg-old arch-aliases ibm_acpi.modprobe toshiba_acpi.modprobe darwinhwebb@Celcila-24:/etc/modprobe.d$ cat aliases # These are the standard aliases for devices and kernel drivers. # This file does not need to be modified. # # Please file a bug against module-init-tools if a package needs a entry # in this file. # network protocols ################################################## ######## alias net-pf-1 unix alias net-pf-2 ipv4 alias net-pf-3 ax25 alias net-pf-4 ipx alias net-pf-5 appletalk alias net-pf-6 netrom alias net-pf-7 bridge alias net-pf-8 atm alias net-pf-9 x25 # 1, 2, 3 new lines alias net-pf-10 ipv6 off alias net-pf-10 off alias ivp6 off #alias net-pf-10 ivp6 =========the original line alias net-pf-11 rose alias net-pf-12 decnet # 13 NETBEUI alias net-pf-15 af_key alias net-pf-16 af_netlink alias net-pf-17 af_packet |
|
|
|
|
|
#6 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2004
Location: Moscow, Russia
Beans: 9
Ubuntu Breezy 5.10
|
There's an easy way: instead of changing aliases file, create fie named bad_list in /etc/modprobe.d containing this line:
Code:
alias net-pf-10 off This method will work even if /etc/modprobe.d/aliases get replaced at some update. |
|
|
|
|
|
#7 | |
|
A Carafe of Ubuntu
![]() Join Date: Apr 2005
Location: Chapel Hill, NC
Beans: 95
Ubuntu 9.04 Jaunty Jackalope
|
Re: How-To: Disable IPV6 to speed up Internet.
Quote:
Also, how would we check to see if IPv6 is enabled or disabled? |
|
|
|
|
|
|
#8 | |
|
Gee! These Aren't Roasted!
![]() Join Date: Apr 2005
Location: Australia
Beans: 205
|
Re: How-To: Disable IPV6 to speed up Internet.
From the ubuntu-devel mailing list (culled from a variety of posts)
Quote:
__________________
Shinka Lead Developer http://shinka.bpa.nu |
|
|
|
|
|
|
#9 | |
|
First Cup of Ubuntu
![]() Join Date: Oct 2004
Location: Moscow, Russia
Beans: 9
Ubuntu Breezy 5.10
|
Re: How-To: Disable IPV6 to speed up Internet.
Quote:
To check IPv6 state open terminal and execute: Code:
ip a | grep inet6 |
|
|
|
|
|
|
#10 |
|
A Carafe of Ubuntu
![]() Join Date: Sep 2005
Location: Italy
Beans: 103
Ubuntu 7.10 Gutsy Gibbon
|
sorry for the silly question
(but man page isn't so clear to me)why there's ipv6 if you should disable? |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|