LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Alan Kennington <akenning@topology.org>
  To  : LinuxSA <linuxsa@linuxsa.org.au>
  Date: Fri, 27 Jul 2001 17:53:28 +0930

Re: Regarding IPv6

On Fri, Jul 27, 2001 at 07:03:05AM +0100, Chandrasekar V wrote:
> 
> I have RedHat Linux 7.1 installed and updated the
> kernel from 2.4.2-2 to 2.4.6-2.4
> I wanted to implement IPv6 after downloading the tar
> ball IPv6.tar.gz
> when i execute i get as
> [root@agena sitctrl]# ./triggersit-ip6
> Client program to trigger "ctrlsit-ip6" on an IPv6
> tunnelserver
> Copyright 1997-2001 Peter Bieringer <pb@bieringer.de>
> 
> Kernel not compiled for IPv6 - please fix this - stop!
> [root@agena sitctrl]#
> 
> How do i compile my kernel for IPv6


Sekar,

In your file /usr/src/linux/.config, you should see something like this:

===============================================
CONFIG_IPV6=m
CONFIG_IPV6_EUI64=y
# CONFIG_IPV6_NO_PB is not set
[....] 
===============================================

Probably you have CONFIG_IPV6=n.
If so, you need to run "make clean" and "make menuconfig" etc. etc.
in your /usr/src/linux directory again and make sure that
IPv6 is activated.

If you have CONFIG_IPV6=m or CONFIG_IPV6=y
in your .config file, then the problem must lie elsewhere.

Cheers,
Alan Kennington.

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page