LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 01-28-2006, 01:43 AM   #16
bretts5964
Member
 
Registered: Feb 2005
Location: Seattle WA USA
Distribution: openSUSE 10.2 / Kubuntu 7.04
Posts: 46

Rep: Reputation: 15
Lightbulb Disabling IPV6 fixed my problem on SUSE 10.0


Had the same problem with slowness with a clean install of SUSE 10.0. A previous install of 9.3 did not have this problem, so I figured out what the differences were, and disabling IPV6 DNS resolution sped up my response time.

I used the same fix for Firefox that Broch gave...
Quote:
Originally Posted by broch
You may disable ipv6 in FF only:
anter in FF address bar:
about:config
(no spaces above)
in the search bar inter ipv6
change the vaule of
network.dns.disableIPv6
from false to true

This will resolve dns lookup problems in FF
For Konqueror (and all other KDE apps), you can disable IPV6 in the sysconfig editor.

# yast2 sysconfig

Then expand the tree and change the varable:

Desktop/KDE_USE_IPV6=no

To disable IPV6 on hardware, also look for this variable in the tree:

Network/Hardware/Config/USE_IPV6=no

If you don't see it, (probably won't), then save the changes youv'e already made and close the sysconfig editor. Then add this to the end of your /etc/sysconfig/network/config file:
Code:
## Type:        yesno
## Default      yes
#
# If you don't want to use ipv6 at all, set this to 'no'. Then ifup will always
# flush all ipv6 adresses. This might be usefull together with ifplugd, if link
# beat detection is only possible with interface UP.
#
USE_IPV6="yes"
Now restart the sysconfig editor and look for the USE_IPV6 variable in the tree and change it to "no" and save. Reboot.
 
Old 01-28-2006, 04:39 AM   #17
corbintechboy
Member
 
Registered: Sep 2003
Location: Kentucky
Posts: 480
Blog Entries: 1

Rep: Reputation: 51
Hello all. I kinda have the same problem and think this might be a good place to put it. I have a DSL connection to the internet through a dsl modem/router. I did what was suggeted earlier in the post for getting firefox to work. Everything else on the system that has anything to with internet does not work. When I try to use the check for update feature in suse it says failed to connect, when I try to use xmms to connect to a shoutcast stream it looks like it dont even try to connect. I am using suse 10.0 from a network install (all went fine during that). ifconfig does not show loopback on. here is the output from ifconfig:

linux:/home/gotchya # ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:11:5B6:B4:69
inet addr:192.168.1.20 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1
RX packets:526 errors:0 dropped:0 overruns:0 frame:0
TX packets:530 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:466058 (455.1 Kb) TX bytes:88585 (86.5 Kb)
Interrupt:11 Base address:0xe400

linux:/home/gotchya # ifconfig eth0 lo up
lo: Unknown host
ifconfig: `--help' gives usage information.
linux:/home/gotchya #

anyone have any ideas? I am trying suse stand alone on this system and all else seems well. I have tried just about everything in this post.
Thanks in advance for the help!
 
Old 01-28-2006, 12:35 PM   #18
bretts5964
Member
 
Registered: Feb 2005
Location: Seattle WA USA
Distribution: openSUSE 10.2 / Kubuntu 7.04
Posts: 46

Rep: Reputation: 15
Question

Hey anti,

Quote:
Originally Posted by anti_microsoft
anyone have any ideas? I am trying suse stand alone on this system and all else seems well. I have tried just about everything in this post.
Have you tried the YaST sysconfig settings I just posted?

Desktop/KDE_USE_IPV6=no
Network/Hardware/Config/USE_IPV6=no

I have used them on four different boxes all running SUSE 10.0 with success. If you've already got Firefox working, then try disabling IPV6 on KDE and test with Konqueror.

Also, about your commands below...
Quote:
Originally Posted by anti_microsoft
linux:/home/gotchya # ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:11:5B6:B4:69
inet addr:192.168.1.20 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1
RX packets:526 errors:0 dropped:0 overruns:0 frame:0
TX packets:530 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:466058 (455.1 Kb) TX bytes:88585 (86.5 Kb)
Interrupt:11 Base address:0xe400

linux:/home/gotchya # ifconfig eth0 lo up
lo: Unknown host
ifconfig: `--help' gives usage information.
linux:/home/gotchya #
I'm a little curious about your MTU setting at 1450. Is there any reason it's not the default 1500? Perhaps you have a VPN client or are using PPPoE with your DSL connection? If so, then these are possibly issues.

The second command does exactly the same thing for me. Typo? Try ifconfig without any parameters, and post the output here.

BTW, here's the reference for one of my sources for information that I was unable to post before due to forum restrictions:

Hull Linux User Group - Suse 9.2: Disabling IPV6 made my system "snappier
http://www.thisishull.net/showthread.php?t=78494
 
Old 01-28-2006, 01:27 PM   #19
broch
Member
 
Registered: Feb 2005
Distribution: Slackware-current 64bit
Posts: 465

Rep: Reputation: 32
disabling ipv6 in kernel eliminates steps with KDE or individual apps. So modprobe modification is easier.
 
Old 02-02-2006, 05:22 AM   #20
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Rep: Reputation: 45
What is ipv6 exactly is?
 
Old 02-02-2006, 07:30 AM   #21
RedShirt
Senior Member
 
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150

Rep: Reputation: 45
Internet Protocol version 6. As ooposed to IPv4 which is the standard currently.
http://www.ipv6.org/
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow Internet Connection when Connecting to Internet on Browsers lennysokol Linux - Networking 8 04-09-2011 04:29 PM
New Fedora Internet connection slow slow slow matrim Fedora 9 07-29-2005 01:39 PM
Extremely Slow Internet (DNS problem?) AdmiralFreezbee Linux - Networking 1 04-02-2005 09:18 AM
Slow wireless internet connection DWL 650+ Suse 9.1 ksgill Linux - Wireless Networking 14 07-22-2004 06:11 PM
Extremely slow kppp internet connection msisto Linux - Newbie 2 09-10-2003 03:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 01:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration