QUOTE (AussieJohn @ Sep 4 2006, 03:35 PM)

Thank you Ian, that did the trick .
What exactlty is ipv6 anyway ???. I have never found it necessary to make this kind of change before now.
Don't forget to keep it in simple laymans language

.
Cheers. John.
As you know, most IP's are nnn.nnn.nnn.nnn - this is effectively what the call ipv4 - Internet Protocol version 4. IPV6 - Internet Protocol version 6, is an attempt to get even more addresses. Because of course, with ipv4 the internet will run out of being able to provide ipv4 addresses. IPV6 addresses find of look like:
fff:aaa:0001:bcde:0001:aaaa
and so on, not exactly sure how long they are (got ipv6 disabled on my system

) but as you can see already with the above random example that I made, it far exceeds ipv4 capability thus providing thousands if not millions more ip addresses than current.
There's two ways of disabling ipv6. The first is within the browser, to stop Firefox trying to use it. The second is system level by adding:
CODE
alias net-pf-10 off
to /etc/modprobe.conf. If you do an "ifconfig" if you see an ipv6 entry in the results, then you have ipv6 enabled on your system. It's hardly used at present - if at all, so I just disable it in Firefox and at system level.