Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Absolute Beginner Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Absolute Beginner Talk
The perfect starting place to find out more about computers, Linux and Ubuntu.

 
Thread Tools Display Modes
Old June 24th, 2006   #1
richbarna
Fresh Brewed Ubuntu
 
richbarna's Avatar
 
Join Date: Apr 2006
Location: Barcelona
Beans: 1,307
Send a message via ICQ to richbarna Send a message via AIM to richbarna Send a message via MSN to richbarna Send a message via Yahoo to richbarna
Talking Speed up Internet & Google Earth

This isn't anything new or my idea, I found it while searching through some of the old ubuntuforums posts.

It worked for me, it may work for you too.

Basically you disable ipV6 which apparently conflicts with ipV4, I'm no expert on the whys or hows but like I said, it worked for me.

1. Open your Gnome Terminal/ KDE Konsole and type :-
For Gnome
Quote:
gksudo gedit /etc/modprobe.d/aliases
or For KDE
Quote:
kdesu kate /etc/modprobe.d/aliases
2. Kate or Gedit will open and show you this file :-
(scroll down to see what to copy and paste)

Quote:
# 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 -- add these three lines here.
alias ipv6 off --
#alias net-pf-10 ipv6 =========comment (put #) 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
3. Now "Save" and "Reboot"

There's another way too: instead of changing aliases file, create fie named bad_list in /etc/modprobe.d containing this line:

Quote:
alias net-pf-10 off
This method will work even if /etc/modprobe.d/aliases get replaced at some update.

Like I said these are NOT my ideas, I did them and now Google Earth and Firefox are noticeably faster for me.

Last edited by richbarna; June 25th, 2006 at 09:04 PM..
richbarna is offline   Reply With Quote
Old June 24th, 2006   #2
loell
☀ ☀ ☀
 
loell's Avatar
 
Join Date: Oct 2005
Location: Davao, Philippines
Beans: 4,541
Ubuntu 9.10 Karmic Koala
Send a message via Yahoo to loell
Re: Speed up Internet & Google Earth

yes, it is noticeably faster.. thanks
loell is offline   Reply With Quote
Old June 24th, 2006   #3
catlett
Chocolate Ubuntu Mocha Blend
 
catlett's Avatar
 
Join Date: Mar 2006
Location: Boston, MA
Beans: 1,862
Ubuntu 6.10 Edgy
Re: Speed up Internet & Google Earth

Thanks Rich.
This is the best tweak yet. I have done all the other changes to about:config but this IS noticeable.

Thanks again for letting us in on your find.

Regards, Catlett
catlett is offline   Reply With Quote
Old June 24th, 2006   #4
arochester
Quad Shot of Ubuntu
 
Join Date: Jun 2006
Beans: 484
Re: Speed up Internet & Google Earth

Good Heavens! What a difference!
arochester is offline   Reply With Quote
Old June 24th, 2006   #5
WADemosthenes
Gee! These Aren't Roasted!
 
WADemosthenes's Avatar
 
Join Date: Jun 2006
Beans: 188
Re: Speed up Internet & Google Earth

Why does it work?
WADemosthenes is offline   Reply With Quote
Old June 24th, 2006   #6
T700
Has an Ubuntu Drip
 
T700's Avatar
 
Join Date: Sep 2005
Beans: 756
Ubuntu 6.06
Re: Speed up Internet & Google Earth

No idea how this works, but it certainly seems faster.

Paul
T700 is offline   Reply With Quote
Old June 24th, 2006   #7
Drakkor
Fresh Brewed Ubuntu
 
Drakkor's Avatar
 
Join Date: Jun 2006
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
Smile Re: Speed up Internet & Google Earth

This for dial up or broadband ?
__________________
Jaunty Jackalope 9.04
Registered Linux User # 420894
Registered Ubuntu User # 9207
Drakkor is offline   Reply With Quote
Old June 24th, 2006   #8
Chris03
5 Cups of Ubuntu
 
Join Date: Apr 2006
My beans are hidden!
Ubuntu 6.06
Re: Speed up Internet & Google Earth

Nice!
__________________
Official Firefox icon (In the Title/Task bar!) - Official Firefox Help > About graphic
Problems closing Firefox tabs on middle click? In about:config, middlemouse.contentLoadURL - False
Favorite games: 3D Logic, Cubefield, Curveball, Squares 2
Chris03 is offline   Reply With Quote
Old June 25th, 2006   #9
catlett
Chocolate Ubuntu Mocha Blend
 
catlett's Avatar
 
Join Date: Mar 2006
Location: Boston, MA
Beans: 1,862
Ubuntu 6.10 Edgy
Re: Speed up Internet & Google Earth

Quote:
Originally Posted by Drakkor
This for dial up or broadband ?
I don't know. I have broadband and it works. Also my /etc/hosts file has a bunch of parameters for Ipv6 (I'll post the file). It appears you should forget adding parameters and just disable it altogether because disabling it with Rich's tweak has given me the best result.

Quote:
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
catlett is offline   Reply With Quote
Old June 25th, 2006   #10
Frank Golden
Quad Shot of Ubuntu
 
Frank Golden's Avatar
 
Join Date: Dec 2005
Location: Elko, Nevada
Beans: 437
Ubuntu 8.10 Intrepid Ibex
Re: Speed up Internet & Google Earth

Quote:
Originally Posted by catlett
I don't know. I have broadband and it works. Also my /etc/hosts file has a bunch of parameters for Ipv6 (I'll post the file). It appears you should forget adding parameters and just disable it altogether because disabling it with Rich's tweak has given me the best result.
Please explain in more detail (disable how etc). Do you mean disable the hosts file.? Thanks
__________________
Frank Golden - Acer Aspire 5672WLMi, Core 2 Duo (T7200/2.0 GHz), 320 GB SATA HDD, 4 GB DDR2-PC5300 ram, ATi Radeon X1400 [XP-SP3 Pro + Win 7 RC Ubuntu 8.04.2 LTS 64 bit + Ubuntu 8.10 64 bit + PCLinuxOS 2009 gnome and KDE]
Frank Golden is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:52 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry