Networking Forums

Networking Forums > Computer Networking > Linux Networking > Get rid of IPv6?

Reply
Thread Tools Display Modes

Get rid of IPv6?

 
 
John Oliver
Guest
Posts: n/a

 
      01-19-2007, 12:23 AM
The Linux boxes I'm herding around all give themselves IPv6 addresses.
I added IPV6INIT=no to all ifcfg files, but that isn't stopping them.

Yes, I'm aware that, in the grand scheme of things, this really isn't
that big of a deal, but I am a minimalist. I prefer to not have things
that I'm not using configured or installed. I'm just silly that way.

--
* John Oliver http://www.john-oliver.net/ *
 
Reply With Quote
 
 
 
 
Frank
Guest
Posts: n/a

 
      01-19-2007, 06:35 AM
disable IPv6 in the kernel config.


John Oliver wrote:
> The Linux boxes I'm herding around all give themselves IPv6 addresses.
> I added IPV6INIT=no to all ifcfg files, but that isn't stopping them.
>
> Yes, I'm aware that, in the grand scheme of things, this really isn't
> that big of a deal, but I am a minimalist. I prefer to not have things
> that I'm not using configured or installed. I'm just silly that way.
>

 
Reply With Quote
 
Balwinder S \bsd\ Dheeman
Guest
Posts: n/a

 
      01-19-2007, 08:33 AM
On 01/19/2007 06:53 AM, John Oliver wrote:
> The Linux boxes I'm herding around all give themselves IPv6 addresses.
> I added IPV6INIT=no to all ifcfg files, but that isn't stopping them.
>
> Yes, I'm aware that, in the grand scheme of things, this really isn't
> that big of a deal, but I am a minimalist. I prefer to not have things
> that I'm not using configured or installed. I'm just silly that way.


BTW, Is not it possible you also tell us your distro and kernel version?

No problem, looking at my crystal ball, I see that in your
/etc/modprobe.d/aliases, the following should be:

alias net-pf-10 off #ipv6

Plz note the 'off' word and ipv6 is commented out. Restart the machine
and enjoy!

Hope that helps,
--
Dr Balwinder S "bsd" Dheeman Registered Linux User: #229709
Anu's Linux@HOME Machines: #168573, 170593, 259192
Chandigarh, UT, 160062, India Distros: Ubuntu, Fedora, Knoppix
Home: http://cto.homelinux.net/~bsd/ Visit: http://counter.li.org/
 
Reply With Quote
 
birre
Guest
Posts: n/a

 
      02-13-2007, 03:27 PM
On 2007-01-19 10:33, Balwinder S "bsd" Dheeman wrote:
> On 01/19/2007 06:53 AM, John Oliver wrote:
>> The Linux boxes I'm herding around all give themselves IPv6 addresses.
>> I added IPV6INIT=no to all ifcfg files, but that isn't stopping them.
>>
>> Yes, I'm aware that, in the grand scheme of things, this really isn't
>> that big of a deal, but I am a minimalist. I prefer to not have things
>> that I'm not using configured or installed. I'm just silly that way.

>
> BTW, Is not it possible you also tell us your distro and kernel version?
>
> No problem, looking at my crystal ball, I see that in your
> /etc/modprobe.d/aliases, the following should be:
>
> alias net-pf-10 off #ipv6
>
> Plz note the 'off' word and ipv6 is commented out. Restart the machine
> and enjoy!
>
> Hope that helps,



On some distro's the file is /etc/modprobe.conf

I have a script that fix up things I don't like after install,
here is the line for fixing ipv6 :

perl -pi -e 's,(^alias net-pf-10\s+)(ipv6),\1off #\2,' /etc/modprobe.conf

It was not needed i the latest opensuse (10.2) since there was a new option
to disable ipv6 in the install gui.

/birre
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IPv6 address not connecting but IPv4-mapped -IPv6 does. Please help. DanielJohnson Network Routers 0 01-07-2009 12:10 AM
kernel hangs after setting up Ipv6-ipv6 tunnel Kristoff Bonne Linux Networking 0 09-20-2008 08:36 PM
IPv6 infrastructure for Global and/or Site Specific IPv6 address JackFlash Windows Networking 1 06-25-2007 03:11 PM
Implementing a IPv6 network with dynamically assigned static IPv6 addresses. Ashish Shukla Linux Networking 2 02-13-2007 02:59 PM
Linux host PC(ipv6) can't ping with embedded board(ipv6) with ping6 sangsu Linux Networking 2 10-11-2005 09:06 AM



1 2 3 4 5 6 7 8 9 10 11