PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > How to disable ipv6 tunneling
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

How to disable ipv6 tunneling

Réponse
 
LinkBack Outils de la discussion
Vieux 06/08/2007, 17h00   #1
Marko Randjelovic
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut How to disable ipv6 tunneling

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. How can it be disabled?


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 17h50   #2
Andrew Sackville-West
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6 tunneling

On Mon, Aug 06, 2007 at 04:57:30PM +0200, Marko Randjelovic 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. How can it be disabled?


I think you can blacklist the ipv6 module.

A

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGt0DPaIeIEqwil4YRAmqIAKDSSGDR0lzurUJnjx5jeW OtCNJjDwCglMJI
Ckvuy6kMU+MT9GHlcCoLgLQ=
=qioJ
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 06/08/2007, 21h20   #3
Marko Randjelovic
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6 tunneling

Andrew Sackville-West wrote:
> On Mon, Aug 06, 2007 at 04:57:30PM +0200, Marko Randjelovic 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. How can it be disabled?

>
> I think you can blacklist the ipv6 module.
>
> A


I blacklisted the modules, now it shows a message about not loading it,
but waites for 10 seconds anyway. Does someone have a better idea?


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 22h30   #4
Andrei Popescu
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6 tunneling

On Mon, Aug 06, 2007 at 09:15:46PM +0200, Marko Randjelovic wrote:
> Andrew Sackville-West wrote:
> > On Mon, Aug 06, 2007 at 04:57:30PM +0200, Marko Randjelovic 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. How can it be disabled?

> >
> > I think you can blacklist the ipv6 module.
> >
> > A

>
> I blacklisted the modules, now it shows a message about not loading it,
> but waites for 10 seconds anyway. Does someone have a better idea?


Maybe ipv6 was not the culprit. Try setting 'VERBOSE=yes' in
/etc/default/rcS, maybe you get more info.

Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGt4PqqJyztHCFm9kRAscOAKClHB2a3xHdjkHV7g+Geo ejizU3UwCeKLzv
xzlDt2ttpRAOCzyrgR/wons=
=unUt
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 06/08/2007, 23h50   #5
Alex Samad
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6 tunneling

On Mon, Aug 06, 2007 at 04:57:30PM +0200, Marko Randjelovic 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. How can it be disabled?
>


in /etc/modprobe.d/aliases look for this line
alias net-pf-10 ipv6

set it to

alias net-pf-10 off

alex
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGt5X9kZz88chpJ2MRApnkAJ4zVehFervrJmxM/zqXljGb6VgeQACg6z90
KT7KMFan4trk5YuxtvhLmm0=
=Y1s9
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 07/08/2007, 00h00   #6
Andrei Popescu
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6 tunneling

On Tue, Aug 07, 2007 at 07:43:25AM +1000, Alex Samad wrote:
> On Mon, Aug 06, 2007 at 04:57:30PM +0200, Marko Randjelovic 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. How can it be disabled?
> >

>
> in /etc/modprobe.d/aliases look for this line
> alias net-pf-10 ipv6
>
> set it to
>
> alias net-pf-10 off


IMHO it is cleaner if you create a file /etc/modprobe.d/00local file
with all local customizations.

Regards,
Andrei
P.S. I hate being asked about config changes on package upgrades
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGt5iLqJyztHCFm9kRAg4EAJ9kIxZJFdIwLm3P4Rs3Fl/CGYgOVwCbBw/r
1tAqxwdmwclT1rPdIwHk//w=
=pXGy
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 07/08/2007, 01h10   #7
Michael M.
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6 tunneling

On Mon, 2007-08-06 at 21:15 +0200, Marko Randjelovic wrote:
> Andrew Sackville-West wrote:
> > On Mon, Aug 06, 2007 at 04:57:30PM +0200, Marko Randjelovic 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. How can it be disabled?

> >
> > I think you can blacklist the ipv6 module.
> >
> > A

>
> I blacklisted the modules, now it shows a message about not loading it,
> but waites for 10 seconds anyway. Does someone have a better idea?



I made the following change to /etc/modprobe.d/aliases

alias net-pf-10 off
# alias net-pf-10 ipv6

(added the first line; commented out the second line)

I don't know if that's the "right" way to do it. It worked for me.


--
Michael M. ++ Portland, OR ++ USA
"No live organism can continue for long to exist sanely under conditions
of absolute reality; even larks and katydids are supposed, by some, to
dream." --S. Jackson


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 07/08/2007, 21h10   #8
Marko Randjelovic
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6 tunneling

Alex Samad wrote:
> On Mon, Aug 06, 2007 at 04:57:30PM +0200, Marko Randjelovic 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. How can it be disabled?
>>

>
> in /etc/modprobe.d/aliases look for this line
> alias net-pf-10 ipv6
>
> set it to
>
> alias net-pf-10 off
>
> alex



I did this and now there is no mention of ipv6, but still the same
delay. Setting 'VERBOSE=yes' in /etc/default/rcS didn't , it just says

Setting up networking.
Configuring network interfaces.

And at this point there is a delay, and then

Starting portmap daemon.

Any ideas?


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 07/08/2007, 21h10   #9
Marko Randjelovic
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6 tunneling

Alex Samad wrote:
> On Mon, Aug 06, 2007 at 04:57:30PM +0200, Marko Randjelovic 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. How can it be disabled?
>>

>
> in /etc/modprobe.d/aliases look for this line
> alias net-pf-10 ipv6
>
> set it to
>
> alias net-pf-10 off
>
> alex



I did this and now there is no mention of ipv6, but still the same
delay. Setting 'VERBOSE=yes' in /etc/default/rcS didn't , it just says

Setting up networking.
Configuring network interfaces.

And at this point there is a delay, and then

Starting portmap daemon.

Any ideas?


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/08/2007, 07h40   #10
Andrei Popescu
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6 tunneling

On Tue, Aug 07, 2007 at 09:05:07PM +0200, Marko Randjelovic wrote:

> delay. Setting 'VERBOSE=yes' in /etc/default/rcS didn't , it just
> says
>
> Setting up networking.
> Configuring network interfaces.
>
> And at this point there is a delay, and then
>
> Starting portmap daemon.
>
> Any ideas?


Are you using DHCP? Try setting your box to a static address.

Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGuVW3qJyztHCFm9kRAjtiAJ0YXZ5BjQs9OuZ19LP+na AaOdiUHgCgmTBb
3QojYrq0OaEFXbptJiA5oIY=
=J5IW
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 08/08/2007, 07h40   #11
Andrei Popescu
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6 tunneling

On Tue, Aug 07, 2007 at 09:05:07PM +0200, Marko Randjelovic wrote:

> delay. Setting 'VERBOSE=yes' in /etc/default/rcS didn't , it just
> says
>
> Setting up networking.
> Configuring network interfaces.
>
> And at this point there is a delay, and then
>
> Starting portmap daemon.
>
> Any ideas?


Are you using DHCP? Try setting your box to a static address.

Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGuVW3qJyztHCFm9kRAjtiAJ0YXZ5BjQs9OuZ19LP+na AaOdiUHgCgmTBb
3QojYrq0OaEFXbptJiA5oIY=
=J5IW
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 08/08/2007, 13h50   #12
Marko Randjelovic
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6 tunneling

Andrei Popescu wrote:
> On Tue, Aug 07, 2007 at 09:05:07PM +0200, Marko Randjelovic wrote:
>
>> delay. Setting 'VERBOSE=yes' in /etc/default/rcS didn't , it just
>> says
>>
>> Setting up networking.
>> Configuring network interfaces.
>>
>> And at this point there is a delay, and then
>>
>> Starting portmap daemon.
>>
>> Any ideas?

>
> Are you using DHCP? Try setting your box to a static address.
>
> Regards,
> Andrei


The problem was in my /etc/network/interfaces:

----
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
# allow-hotplug eth0
auto eth0
iface eth0 inet static
address 192.168.0.2
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1
----

Some time ago I commented the line "allow-hotplug eth0" and added "auto
eth0", because I had some problems. Everything was working fine, until
one upgrade, when this delay started to occur. I have restored old
setting and now there is no delay, I hope problems will not start again.
I tried two times, but as I can remember they didn't occur every time.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/08/2007, 13h50   #13
Marko Randjelovic
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6 tunneling

Andrei Popescu wrote:
> On Tue, Aug 07, 2007 at 09:05:07PM +0200, Marko Randjelovic wrote:
>
>> delay. Setting 'VERBOSE=yes' in /etc/default/rcS didn't , it just
>> says
>>
>> Setting up networking.
>> Configuring network interfaces.
>>
>> And at this point there is a delay, and then
>>
>> Starting portmap daemon.
>>
>> Any ideas?

>
> Are you using DHCP? Try setting your box to a static address.
>
> Regards,
> Andrei


The problem was in my /etc/network/interfaces:

----
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
# allow-hotplug eth0
auto eth0
iface eth0 inet static
address 192.168.0.2
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1
----

Some time ago I commented the line "allow-hotplug eth0" and added "auto
eth0", because I had some problems. Everything was working fine, until
one upgrade, when this delay started to occur. I have restored old
setting and now there is no delay, I hope problems will not start again.
I tried two times, but as I can remember they didn't occur every time.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 26/08/2007, 16h00   #14
Alber
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6


Hi!

Have the same problem on Debian Etch.

What have been done:
in /etc/modprobe.d/aliases
alias net-pf-10 ipv6 changed to
alias net-pf-10 off
alias ipv6 off (problem exist)

on next stage:
/etc/modprobe.d/blacklist
blacklist ipv6 (problem exist)

on next stage:
adding alias net-pf-10 off
alias ipv6 off
to created /etc/modprobe.d/00local (problem exist)

on next stage:
adding blacklist ipv6 to /etc/modprobe.d/aliases

Result:
I've get rid of boot delay but still have "ipv6 over ipv4 tunneling" on boot + "inet6 addr" on ifconfig.

Please, to disable this ipv6.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 26/08/2007, 16h00   #15
Alber
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6


Hi!

Have the same problem on Debian Etch.

What have been done:
in /etc/modprobe.d/aliases
alias net-pf-10 ipv6 changed to
alias net-pf-10 off
alias ipv6 off (problem exist)

on next stage:
/etc/modprobe.d/blacklist
blacklist ipv6 (problem exist)

on next stage:
adding alias net-pf-10 off
alias ipv6 off
to created /etc/modprobe.d/00local (problem exist)

on next stage:
adding blacklist ipv6 to /etc/modprobe.d/aliases

Result:
I've get rid of boot delay but still have "ipv6 over ipv4 tunneling" on boot + "inet6 addr" on ifconfig.

Please, to disable this ipv6.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 26/08/2007, 16h30   #16
Alex Samad
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6

On Sun, Aug 26, 2007 at 03:34:50PM +0200, Alber wrote:
>
> Hi!
>
> Have the same problem on Debian Etch.
>
> What have been done:
> in /etc/modprobe.d/aliases
> alias net-pf-10 ipv6 changed to
> alias net-pf-10 off
> alias ipv6 off (problem exist)

this should have done it
>
> on next stage:
> /etc/modprobe.d/blacklist
> blacklist ipv6 (problem exist)
>
> on next stage:
> adding alias net-pf-10 off
> alias ipv6 off
> to created /etc/modprobe.d/00local (problem exist)
>
> on next stage:
> adding blacklist ipv6 to /etc/modprobe.d/aliases
>
> Result:
> I've get rid of boot delay but still have "ipv6 over ipv4 tunneling" on
> boot + "inet6 addr" on ifconfig.
>
> Please, to disable this ipv6.


so the problem is ipv6 module is still being loaded, something explicitly might
be loading the module. You could take a shotgun to it and delete the module
from /lib/modules/$(uname -r)/kernel/net/ipv6/ipv6.ko

I would try and find out what is loading ipv6.

first I would boot with the option init=/bin/bash, check lsmod, this willtell
you if it is the initrd. Then just start each of the daemons in the same order
that init would.

Sorry can't point to the exact answer, but you should have the tools to track
it down.

(one other place to check is /etc/sysctl.conf)

Good luck

>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a
> subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG0YwJkZz88chpJ2MRAuXcAJ9HS1cCxuXja/xdwP/IJoS6KP3r7gCfame2
++0B8HrsNV371DbsvBHHrYc=
=zaGR
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 26/08/2007, 16h30   #17
Alex Samad
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6

On Sun, Aug 26, 2007 at 03:34:50PM +0200, Alber wrote:
>
> Hi!
>
> Have the same problem on Debian Etch.
>
> What have been done:
> in /etc/modprobe.d/aliases
> alias net-pf-10 ipv6 changed to
> alias net-pf-10 off
> alias ipv6 off (problem exist)

this should have done it
>
> on next stage:
> /etc/modprobe.d/blacklist
> blacklist ipv6 (problem exist)
>
> on next stage:
> adding alias net-pf-10 off
> alias ipv6 off
> to created /etc/modprobe.d/00local (problem exist)
>
> on next stage:
> adding blacklist ipv6 to /etc/modprobe.d/aliases
>
> Result:
> I've get rid of boot delay but still have "ipv6 over ipv4 tunneling" on
> boot + "inet6 addr" on ifconfig.
>
> Please, to disable this ipv6.


so the problem is ipv6 module is still being loaded, something explicitly might
be loading the module. You could take a shotgun to it and delete the module
from /lib/modules/$(uname -r)/kernel/net/ipv6/ipv6.ko

I would try and find out what is loading ipv6.

first I would boot with the option init=/bin/bash, check lsmod, this willtell
you if it is the initrd. Then just start each of the daemons in the same order
that init would.

Sorry can't point to the exact answer, but you should have the tools to track
it down.

(one other place to check is /etc/sysctl.conf)

Good luck

>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a
> subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG0YwJkZz88chpJ2MRAuXcAJ9HS1cCxuXja/xdwP/IJoS6KP3r7gCfame2
++0B8HrsNV371DbsvBHHrYc=
=zaGR
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 26/08/2007, 18h40   #18
Nigel Henry
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6

On Sunday 26 August 2007 15:34, Alber wrote:
> Hi!
>
> Have the same problem on Debian Etch.
>
> What have been done:
> in /etc/modprobe.d/aliases
> alias net-pf-10 ipv6 changed to
> alias net-pf-10 off
> alias ipv6 off (problem exist)
>
> on next stage:
> /etc/modprobe.d/blacklist
> blacklist ipv6 (problem exist)
>
> on next stage:
> adding alias net-pf-10 off
> alias ipv6 off
> to created /etc/modprobe.d/00local (problem exist)
>
> on next stage:
> adding blacklist ipv6 to /etc/modprobe.d/aliases
>
> Result:
> I've get rid of boot delay but still have "ipv6 over ipv4 tunneling" on
> boot + "inet6 addr" on ifconfig.
>
> Please, to disable this ipv6.


The same problem has been asked on the Fedora list today, and one of the
replies was to make an entry in /etc/modprobe.conf as below:
install ipv6 /bin/true

I've sent stuff to /bin/true before, and it's worked ok, and the modules arn't
loaded. I tried it on my Lenny install, and sure enough ipv6 is no longer
seen in lsmod. Just to check it out, I commented out the line, rebooted, and
checked lsmod a gain, and ipv6 is back.

I'm never too sure where to put these things in /etc/modprobe.d, but for sound
card related stuff, TV card options, webcam options, I've put them
in /etc/modprobe.d/sound. Thats where I put "install ipv6 /bin/true" , and it
appears to work ok. If someone can suggest a better place, I'm listening.

For these sort of options/alias/install lines, it's a bit more straightforward
on Fedora, as it all goes in /etc/modprobe.conf, but on the other
hand /etc/modules on Debian, makes it really easy to add modules you want
loaded at bootup. There's no such file with Fedora. It's a case of, you win
some you lose some, depending on the distro you're using.

All the best.

Nigel.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 26/08/2007, 18h40   #19
Nigel Henry
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to disable ipv6

On Sunday 26 August 2007 15:34, Alber wrote:
> Hi!
>
> Have the same problem on Debian Etch.
>
> What have been done:
> in /etc/modprobe.d/aliases
> alias net-pf-10 ipv6 changed to
> alias net-pf-10 off
> alias ipv6 off (problem exist)
>
> on next stage:
> /etc/modprobe.d/blacklist
> blacklist ipv6 (problem exist)
>
> on next stage:
> adding alias net-pf-10 off
> alias ipv6 off
> to created /etc/modprobe.d/00local (problem exist)
>
> on next stage:
> adding blacklist ipv6 to /etc/modprobe.d/aliases
>
> Result:
> I've get rid of boot delay but still have "ipv6 over ipv4 tunneling" on
> boot + "inet6 addr" on ifconfig.
>
> Please, to disable this ipv6.


The same problem has been asked on the Fedora list today, and one of the
replies was to make an entry in /etc/modprobe.conf as below:
install ipv6 /bin/true

I've sent stuff to /bin/true before, and it's worked ok, and the modules arn't
loaded. I tried it on my Lenny install, and sure enough ipv6 is no longer
seen in lsmod. Just to check it out, I commented out the line, rebooted, and
checked lsmod a gain, and ipv6 is back.

I'm never too sure where to put these things in /etc/modprobe.d, but for sound
card related stuff, TV card options, webcam options, I've put them
in /etc/modprobe.d/sound. Thats where I put "install ipv6 /bin/true" , and it
appears to work ok. If someone can suggest a better place, I'm listening.

For these sort of options/alias/install lines, it's a bit more straightforward
on Fedora, as it all goes in /etc/modprobe.conf, but on the other
hand /etc/modules on Debian, makes it really easy to add modules you want
loaded at bootup. There's no such file with Fedora. It's a case of, you win
some you lose some, depending on the distro you're using.

All the best.

Nigel.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 04h47.


Édité par : vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,26731 seconds with 27 queries