Networking Forums

Networking Forums > Computer Networking > Linux Networking > Turn off IPv6, HOW?

Reply
Thread Tools Display Modes

Turn off IPv6, HOW?

 
 
Peter Lowrie
Guest
Posts: n/a

 
      01-21-2006, 09:38 AM
How do I turn off IPv6 on this Linux workstation?
--
Regards,
Peter.
http://www.pelicom.net.nz
 
Reply With Quote
 
 
 
 
Dan C
Guest
Posts: n/a

 
      01-21-2006, 01:25 PM
On Sat, 21 Jan 2006 23:38:30 +1300, Peter Lowrie wrote:

> How do I turn off IPv6 on this Linux workstation?


Add the following line to /etc/modprobe.conf
alias net-pf-10 off

--
If you're not on the edge, you're taking up too much space.
Linux Registered User #327951

 
Reply With Quote
 
Bit Twister
Guest
Posts: n/a

 
      01-21-2006, 01:33 PM
On Sat, 21 Jan 2006 23:38:30 +1300, Peter Lowrie wrote:
> How do I turn off IPv6 on this Linux workstation?


You modify a configuration file. Different vendors have different
locations and different releases have different ipv6 control keywords.


Other people's Free advice:
http://www.catb.org/~esr/faqs/smart-questions.html

Over 190+ linux distributions. Always supply Vendor and release level of
your distribution and desktop manager if a desktop question.
It may help you get better answers to your questions.

 
Reply With Quote
 
Christoph Scheurer
Guest
Posts: n/a

 
      01-21-2006, 10:45 PM
Am Samstag, den 21.01.2006, 23:38 +1300 schrieb Peter Lowrie:
> How do I turn off IPv6 on this Linux workstation?


In /etc/modules.conf (depends on your Distro) add
alias net-pf-10 off

greets
Chris


 
Reply With Quote
 
Bit Twister
Guest
Posts: n/a

 
      01-21-2006, 11:50 PM
On Sun, 22 Jan 2006 00:45:40 +0100, Christoph Scheurer wrote:
> Am Samstag, den 21.01.2006, 23:38 +1300 schrieb Peter Lowrie:
>> How do I turn off IPv6 on this Linux workstation?

>
> In /etc/modules.conf (depends on your Distro) add


and release level, a few releases back and you are correct.
Newest release it can be /etc/modprobe.conf
 
Reply With Quote
 
Timothy Murphy
Guest
Posts: n/a

 
      01-22-2006, 04:47 PM
Dan C wrote:

> On Sat, 21 Jan 2006 23:38:30 +1300, Peter Lowrie wrote:
>
>> How do I turn off IPv6 on this Linux workstation?

>
> Add the following line to /etc/modprobe.conf
> alias net-pf-10 off


I always add the line
IPV6INIT=no
to /etc/sysconfig/network-scripts/ifcfg-eth0
[or eth<X>].

Is that sufficient?

Incidentally, isn't it crazy that one has to write
gibberish like "alias net-pf-10 off" ?
What on earth does this mean?

--
Timothy Murphy
e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
 
Reply With Quote
 
Dan C
Guest
Posts: n/a

 
      01-22-2006, 06:24 PM
On Sun, 22 Jan 2006 17:47:28 +0000, Timothy Murphy wrote:

> I always add the line
> IPV6INIT=no
> to /etc/sysconfig/network-scripts/ifcfg-eth0
> [or eth<X>].
>
> Is that sufficient?


Don't know. That directory doesn't even exist on my (Slackware) system.

> Incidentally, isn't it crazy that one has to write
> gibberish like "alias net-pf-10 off" ?
> What on earth does this mean?


Can't recall off the top of my head, but there is a list of a bunch of
these standardized items... Google would find it if you cared.

--
If you're not on the edge, you're taking up too much space.
Linux Registered User #327951

 
Reply With Quote
 
Rick Moen
Guest
Posts: n/a

 
      01-22-2006, 07:19 PM
Timothy Murphy <(E-Mail Removed)> wrote:

[disabling ipv6:]

> I always add the line
> IPV6INIT=no
> to /etc/sysconfig/network-scripts/ifcfg-eth0
> [or eth<X>].
>
> Is that sufficient?


If your system is encumbered by the hideous mess of dereferenceable
environment variables that is a Red Hat-style /etc/sysconfig/ tree, yes,
that is indeed one different way to accomplish the same thing. Unlike
the other answer cited, it doesn't apply to Linux generally.

> Incidentally, isn't it crazy that one has to write
> gibberish like "alias net-pf-10 off" ?
> What on earth does this mean?


It means don't load the net-pf-10 kernel module, which handles ipv6.

 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      01-22-2006, 07:45 PM
In comp.os.linux.networking Timothy Murphy <(E-Mail Removed)>:
> Dan C wrote:


>> On Sat, 21 Jan 2006 23:38:30 +1300, Peter Lowrie wrote:
>>
>>> How do I turn off IPv6 on this Linux workstation?

>>
>> Add the following line to /etc/modprobe.conf
>> alias net-pf-10 off


> I always add the line
> IPV6INIT=no
> to /etc/sysconfig/network-scripts/ifcfg-eth0
> [or eth<X>].


> Is that sufficient?


If you are on redhat or alike, it doesn't look that bad.

> Incidentally, isn't it crazy that one has to write
> gibberish like "alias net-pf-10 off" ?
> What on earth does this mean?


Don't even attempt to load the ipv6 (net-pf-10) module.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 197: I'm sorry a pentium won't do, you need an
SGI to connect with us.
 
Reply With Quote
 
Timothy Murphy
Guest
Posts: n/a

 
      01-22-2006, 09:57 PM
Michael Heiming wrote:

>> Incidentally, isn't it crazy that one has to write
>> gibberish like "alias net-pf-10 off" ?
>> What on earth does this mean?

>
> Don't even attempt to load the ipv6 (net-pf-10) module.


If net-pf-10 means "ipv6" why not call it "ipv6".
Or would that make it too easy for Linux users?
Sigh ...


--
Timothy Murphy
e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
 
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