How can I disable ipv6 on Ubuntu Server 8.04?
Posted
by Boden
on Server Fault
See other posts from Server Fault
or by Boden
Published on 2010-04-01T14:56:09Z
Indexed on
2010/04/01
15:03 UTC
Read the original article
Hit count: 463
ubuntu-server
|IPv6
I'm trying to run Dell OMSA on Ubuntu 8.04. However, it's binding to ipv6 and not to an ipv4 address. I can't seem to figure out how to change this behavior.
So, since I don't need ipv6 support, I'd like to just disable it and see if that clears things up.
I've tried blacklisting ipv6 in /etc/modprobe.d/blacklist (blacklist ipv6), and turning it off in /etc/modprobe.d/aliases (alias net-pf-10 off). I'm seeing both solutions recommended in forums and blogs, but neither works.
© Server Fault or respective owner