LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-09-2010, 04:43 AM   #16
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled

Hi -

I'm glad you found the problem ... but I'm utterly baffled as to *why* it might be a problem. I've been working with more and more IPv4/IPv6 boxes (Fedora, OpenSUSE, Vista, Server 2008, Windows Embedded 7, etc, etc) and most things I've tried (including Firefox) seem pretty happy.

ANYWAY:

This link might be a viable solution for disabling ipv6:

Quote:
http://www.g-loaded.eu/2008/05/12/ho...ra-and-centos/

1. See if the ipv6 kernel module is loaded:
lsmod | grep ipv6

2. Prevent the ipv6 module from loading next boot:
vi /etc/modprobe.d
install ipv6 /bin/true

3. Disable the ipv6 iptables service:
chkconfig ip6tables off

4. Turn IPv6 networking OFF:
vi /etc/sysconfig/network file
NETWORKING_IPV6=no

5. Reboot and verify
Strictly speaking, steps 4) and 5) should be all you need.

'Hope that helps .. PSM
 
Old 07-09-2010, 08:29 AM   #17
andymck
Member
 
Registered: Aug 2006
Location: Garland, TX, USA
Distribution: Fedora
Posts: 90

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by paulsm4 View Post
Hi -

I'm glad you found the problem ... but I'm utterly baffled as to *why* it might be a problem. I've been working with more and more IPv4/IPv6 boxes (Fedora, OpenSUSE, Vista, Server 2008, Windows Embedded 7, etc, etc) and most things I've tried (including Firefox) seem pretty happy.

ANYWAY:

This link might be a viable solution for disabling ipv6:



Strictly speaking, steps 4) and 5) should be all you need.

'Hope that helps .. PSM
Thanks, I'll try as much of this as I have to, i.e., until either something works or nothing does. As to why it's necessary, I don't know anything useful about how TCP/IP protocols work, but I would suggest the following:

It may be that I have IPV6 only partially implemented in my hardware, i.e., my network card and DSL bridge. It may also be that, having gotten an address that is valid under IPV6 protocols but not IPV4, the system tries to use it (partially implemented) and fails (not fully implemented), then doesn't know how to try again with IPV4.

I've been kinda sorta hoping for an excuse to buy a new computer, but my Scottish ancestors' ghosts won't let me while my current one still functions "well enough"; this may be what pushes me over the edge.
 
Old 07-10-2010, 08:15 AM   #18
DrLove73
Senior Member
 
Registered: Sep 2009
Location: Srbobran, Serbia
Distribution: CentOS 5.5 i386 & x86_64
Posts: 1,118
Blog Entries: 1

Rep: Reputation: 129Reputation: 129
As far as I know, IPv4 and IPv6 are device independent. Only place where there might be some coding for IPv6 could be drivers for NIC's, but I doubt even that is the case.
 
Old 07-10-2010, 09:26 AM   #19
andymck
Member
 
Registered: Aug 2006
Location: Garland, TX, USA
Distribution: Fedora
Posts: 90

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by DrLove73 View Post
As far as I know, IPv4 and IPv6 are device independent. Only place where there might be some coding for IPv6 could be drivers for NIC's, but I doubt even that is the case.
I don't know anything about the internals of either NIC's or DSL bridges, but certainly there is at least a potential for incompatibility, because of the different address formats. IPV4 uses four 8-bit fields, IPV6 uses six 16-bit fields; to be open to both, a device would have to have been designed with an extensible storage for those addresses. Having worked in software development, I know how often designers make the mistake of hard-coding such decisions, and I would be surprised if every NIC and bridge designer in the world had avoided it.

So, I agree that IPV4 protocols should be device-independent with regard to IPV4 devices, and likewise IPV6 with IPV6, but I have a hard time believing that IPV4 hardware will always be compatible with IPV6 protocols. I freely admit I don't know everything there is to know about it.
 
Old 07-10-2010, 02:41 PM   #20
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
Quote:
I don't know anything useful about how TCP/IP protocols work, but I would suggest the following...
Quote:
I don't know anything about the internals of either NIC's or DSL bridges, but certainly...

So, I agree that ...
Sigh....
 
Old 07-11-2010, 10:57 AM   #21
andymck
Member
 
Registered: Aug 2006
Location: Garland, TX, USA
Distribution: Fedora
Posts: 90

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by paulsm4 View Post
Sigh....
I'm not sure what your "Sigh" means. Are you saying that, because I admit I'm not familiar with the internals of networking devices, I shouldn't expect differences in data format to matter? On the contrary, I would expect, until proven otherwise, that such differences DO matter.

As I said, I've worked in software design (and, BTW, that was in telecomm, not in databases or business report generation). I know how often things like this can make systems obsolete because of changes to specifications. My NIC and bridge aren't getting periodic updates from the vendors the way our telephone switches did.
 
Old 07-11-2010, 01:08 PM   #22
DrLove73
Senior Member
 
Registered: Sep 2009
Location: Srbobran, Serbia
Distribution: CentOS 5.5 i386 & x86_64
Posts: 1,118
Blog Entries: 1

Rep: Reputation: 129Reputation: 129
"Sigh" was for "I do not know ANYTHING about this topic, but I KNOW what is wrong with it." What kind of %$#^%@ IS that?????

Frankly, with that attitude you wouldn't even clean floors in my company. You would be fired the first time you tried to say something. In networking there are things called Layers, each one doing it's job.

Hardware layer is in charge of sending impulses via wires. I think there is at least one another layer in between TCP/IP (IPv4 and IPv6) and hardware layer, but since I never researched about it not to make a mistake, I chose to say "As far as I know" even if I most likely know more about it then 80-90% of LQ members.
 
Old 07-11-2010, 02:12 PM   #23
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
andymck
have you looked over at fedoraforum?
there have been A LOT of problems with ipv6 being set and used as DEFAULT in fedora.
mostly when the isp's have mis set it up and have it not configured right
dns lookups with ipv6 for a bunch of isp's just hit a " black hole"
for example:
opendns & google works fine with ipv6 but AOL ( from what i hear ) dose not.
 
Old 07-11-2010, 05:53 PM   #24
andymck
Member
 
Registered: Aug 2006
Location: Garland, TX, USA
Distribution: Fedora
Posts: 90

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by DrLove73 View Post
"Sigh" was for "I do not know ANYTHING about this topic, but I KNOW what is wrong with it." What kind of %$#^%@ IS that?????

Frankly, with that attitude you wouldn't even clean floors in my company. You would be fired the first time you tried to say something. In networking there are things called Layers, each one doing it's job.

Hardware layer is in charge of sending impulses via wires. I think there is at least one another layer in between TCP/IP (IPv4 and IPv6) and hardware layer, but since I never researched about it not to make a mistake, I chose to say "As far as I know" even if I most likely know more about it then 80-90% of LQ members.
I didn't say I knew what was wrong with it; I suggested a possibility. Read my post again.

As for cleaning floors in your company, or even wanting to... Well, if people get fired just for expressing an opinion or mentioning a possibility, that pretty much speaks for itself, doesn't it?
 
Old 07-11-2010, 06:05 PM   #25
andymck
Member
 
Registered: Aug 2006
Location: Garland, TX, USA
Distribution: Fedora
Posts: 90

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by John VV View Post
andymck
have you looked over at fedoraforum?
there have been A LOT of problems with ipv6 being set and used as DEFAULT in fedora.
mostly when the isp's have mis set it up and have it not configured right
dns lookups with ipv6 for a bunch of isp's just hit a " black hole"
for example:
opendns & google works fine with ipv6 but AOL ( from what i hear ) dose not.
I did take a look over there, but very quickly found myself lost in detail -- or, if you prefer, in over my head. I haven't had much chance to experiment with the possibilities you suggested, but I will soon; if they don't get me where I need to be, I'll try fedoraforum again.
 
  


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
Firefox 3.0 very slow for some sites lali.p Slackware 2 07-04-2009 06:37 PM
Why don't sites support FireFox 3? IsharaComix Linux - Software 3 10-30-2008 10:02 AM
Can't connect to HTTPS sites using firefox ceantuco Linux - Newbie 12 05-06-2008 07:30 PM
in firefox intranet sites are not working viral_Ahire Linux - Newbie 2 02-19-2008 11:36 AM
Mozilla Firefox doesn´t find web sites majara Fedora 6 02-11-2006 11:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 02:47 PM.

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