|
I'd like to avoid my Mac OS X machine from using ipv6 at all.
I'm looking for a programmatic way to disable ipv6 on every network interface and, possibly, to avoid ipv6 support by the kernel at all.
As an explanation, I need the equivalent of adding "...
Started by AlberT on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
This will disable ipv6You can disable IP6 for a specific device with
networksetup -setv6off Service name (i.e answer :
My goal is to make my systems....
That iterates over the output of the list command and disable IP6 on all devices.
|
|
What i have done:
/etc/modprobe.d/blacklist.conf
blacklist net-pf-10 blacklist ipv6
/boot/grub/menu.lst
title Ubuntu 9.04, kernel 2.6.28-15-server kernel /boot/vmlinuz-2.6.28-15-server ... ro quiet splash ipv6.disable=1 initrd /boot/initrd.img-2.6.28-...
Started by l1x on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
My case was that Opera ....
You'll have to recompile the kernel without ipv6 in order to do it.
I've read much about that, and it seems to be a bug in 9.04 distribution .
Sysctl -w net.ipv6.conf.all.disable_ipv6=1 try this is working for me.
|
|
Ipv6 - to disable or not to disable that is the question OMG ipv4 is running out (again, and again ...)!
I've always disabled ipv6 as it was supposed to choke up internet links
because there were some badly configured ipv6 devices out there but we're
...
Started by fudokai on
, 8 posts
by 6 people.
Answer Snippets (Read the full thread at opensuse):
|
Ask your Facebook Friends
|
On Mon, 06 Aug 2007 16:57:30 +0200, Marko Randjelovic <marel@sbb.co.yu> wrote:
I run Etch and at every boot, as message on the screen states, it
activates some "ipv6 over ipv4 tunneling driver" and it lasts several
seconds. I don't need ipv6...
Answer Snippets (Read the full thread at omgili):
>
> Please, help to disable this ipv6, help to disable....
Please, help to disable tunneling" on
> boot + "inet6 addr" on ifconfig.
But still have "ipv6 over ipv4 tunneling" on boot + "inet6 addr" on ifconfig.
|
|
Hi everyone,
I'm trying to find a way to disable IPv6 during either the preseeding process or by modifying the kernal boot line during the Ubuntu install. The end goal is for IPv6 to be automatically disabled for all of my Ubuntu installs.
Thus far I'...
Started by Sniperm4n on
, 11 posts
by 2 people.
Answer Snippets (Read the full thread at linuxquestions):
But if you want to disable IPv6 on the installed system just add Code: d-i preseed are blacklisted....
But if you want to disable IPv6 on the installed system just add Code: d-i preseed/late_command for the installers kernel.
|
|
Hi everyone,
I am using Macbook Air OS X Lion. I have been facing slow internet browsing problem from quite a while now. I checked the forums and found that lot of people are facing the same problem. Also found that disabling IPv6 or setting it to manual...
Started by Sukhranjanjit on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at apple):
However, if you want to anyway, the answer.
You shouldn't disable it.
IPv6 is used by Bonjour.
|
|
I work for a regulated bank in the UK and we do not use IPv6. IPv6 is disabled on all our switches.
Despite this control we have previously been told by external auditors that we must also disable IPv6 on our servers. No problem in Solaris 10 and lower...
Started by John Haigh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at oracle):
The default profile.
Network AutoMagic then create a new profile and in that profile disable ipv6.
|
|
Guide on how to disable ipv6 for Centos and RedHat
1) Edit /etc/sysconfig/network-scripts/ifcfg-eth0 and change:
NETWORKING_IPV6=yes to NETWORKING_IPV6=no
2) Edit /etc/modprobe.conf and add these lines:
Code: alias net-pf-10 off alias ipv6 off
3) Stop...
Started by zanna91 on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at unix):
|
|
Did anyone manage to get Opera working on Ubuntu 9.04?
It's trying to resole domain names in IPv6 way, and somehow gets a zero-reply from the gateway (ip-address of much zeroes), and fails to connect.
UPD: wireshark sniff:
8 5.647832 192.168.1.2 192.1...
Started by o_O Tync on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
With an nul IPv6 address to AAAA request you probably have a problem on your DNS server !
If your NAT router is also acting as a DNS server there have been known issues with IPv6 (AAAA) resolution in many and native IPv6 and it ....
|
|
Hi,
I'm experiencing strange problems with my Kubuntu 9.10 when doing DNS requests from various applications. The requests are extremely slow, so loading any pages in Firefox or Konqueror, doing package installations in Kpackagemanager and other apps ...
Started by Homer J. Simpson on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Kubuntu karmik have a problem with ipv6, disable this
On firefox with about:config and set.
|