Thread: [mpls-linux-general] IPv6 over MPLS
Status: Beta
Brought to you by:
jleu
|
From: hermansyah <her...@pl...> - 2004-09-27 06:31:31
|
hello all,
i would like to implement IPv6 over MPLS, i'm trying to
install MPLS on linux kernel 2.6.x. i have tried to
install MPLS on some linux distro but it still fails.
on linux Suse 9.1 kernel 2.6.4,i have succedeed to compile
until command: make modules_install and i have edited
grub.conf so it can load the new kernel, but when it
reached the booting process, suddenly appears this:
MPLS: Version 1.9232
James R.Leu <jl...@mi...>
Ramon Casellas <cas...@in...>
Unable to handle kernel NULL pointer deference at virtual
address 000000004
printing eip:
c029cd65
#pde:00000000
Oops:0002[#1]
CPU: 0
EIP: 0060:[<c029cd65>] Not tainted
EFLAGS:00010212
EIP is at spech_nh_add+0x35/0x50
eax:c03b7bd8 ebx:00000000 ecx:c03b7bc0 edx:00000038
esi:c0455db8 edi:00000000 ebp:00000000 esp:c1159fd8
ds:007b es:007b ss:0068
Process swapper (pid:1, threadinfo=c1158000 task=1175700)
Stack:c042758c 00000000 c04199da c0105095 c0105050
00000000 c0107005 00000000
00000000 00000000
call trace:
[<c04199da>]mpls_init_module+0x14a/0x1f0
[<c0105095>]init+0x45/0x180
[<c0105050>]init+0x0/0x180
[<c0107005>]kernel_thread_helper+0x5/0x10
code: 89 4b 04 5b 89 8a 80 5d 45 c0 5e e9 8b 64 e8 ff 8d
74 26 00
<0> kernel panic:fatal exception in interupt
In Interupt handler - not syncing
and then i tried to install MPLS on mandrake 10 kernel
2.6.3, when the kernel compilation happened until i
reached the command: make, appeared error message :
CC net/mpls/mpls_tunnel.o
net/mpls/mpls_tunnel.c: In function
`mpls_tunnel_destructor':
net/mpls/mpls_tunnel.c:292: warning: unused variable `moi'
net/mpls/mpls_tunnel.c: In function
`mpls_tunnel_set_netlink':
net/mpls/mpls_tunnel.c:573: error: `PF_MPLS' undeclared
(first use in this function)
net/mpls/mpls_tunnel.c:573: error: (Each undeclared
identifier is reported only once
net/mpls/mpls_tunnel.c:573: error: for each function it
appears in.)
net/mpls/mpls_tunnel.c: In function
`mpls_tunnel_reset_netlink':
net/mpls/mpls_tunnel.c:592: error: `PF_MPLS' undeclared
(first use in this function)
make[2]: *** [net/mpls/mpls_tunnel.o] Error 1
make[1]: *** [net/mpls] Error 2
make: *** [net] Error 2
i'd like to ask :
- What kind of linux distro that have been tested with
MPLS for Kernel 2.6.X?
- i've installed MPLS based on clue on MPLS for Linux
How-to which is found in
http://entropy.tmok.com/~mistvan/MPLS_LINUX-HOWTO is
the installation on kernel 2.6.x are different?,if
it's Different, where can i get MPLS installation clue on
Kernel 2.6.x?
thanks
===========================================================================================
"Gabung INSTANIA, dapatkan XENIA. Daftar di www.telkomnetinstan.com, langsung dapat akses Internet Gratis..
Dan ..ikuti "Instan Smile" berhadiah Xenia,Tour S'pore, Komputer,dll, info hub : TELKOM Jatim 0-800-1-467826 "
===========================================================================================
|
|
From: Christophe F. <cf...@ut...> - 2004-09-27 06:54:22
|
On Mon, 27 Sep 2004, hermansyah wrote: Hi, > hello all, > i would like to implement IPv6 over MPLS, i'm trying to > install MPLS on linux kernel 2.6.x. i have tried to > install MPLS on some linux distro but it still fails. > on linux Suse 9.1 kernel 2.6.4,i have succedeed to compile > until command: make modules_install and i have edited > grub.conf so it can load the new kernel, but when it > reached the booting process, suddenly appears this: Compile the MPLS stack statically in the kernel, do not use it as a module. -- Christophe Fillot (cf...@ut...) | Universite de Technologie de Compiegne Tel: (+33) 03.44.23.79.02 | Service Informatique - Equipe Reseaux GSM: (+33) 06.70.50.24.55 | Centre de Recherche de Royallieu Fax: (+33) 03.44.23.46.77 | http://www.utc.fr |
|
From: hermansyah <her...@pl...> - 2004-09-29 04:20:28
|
> Compile the MPLS stack statically in the kernel, do not use it as
a module.
i'm sorry i'm a new user in linux,
according to me ,to compile MPLS not as a module is when
compiling it using "make config" and then
activate the choice <*>Multiprotocol Label Switching, etc,
and then using command "make","make bzImage"
using command "make install" not using "make
modules_install" is it wrong or right
according to you? because when it reached the booting
process, still appears this message:
MPLS: Version 1.9232
James R.Leu <jl...@mi...>
Ramon Casellas <cas...@in...>
Unable to handle kernel NULL pointer deference at virtual
address 000000004
printing eip:
c029cd65
#pde:00000000
Oops:0002[#1]
CPU: 0
EIP: 0060:[<c029cd65>] Not tainted
EFLAGS:00010212
EIP is at spech_nh_add+0x35/0x50
eax:c03b7bd8 ebx:00000000 ecx:c03b7bc0 edx:00000038
esi:c0455db8 edi:00000000 ebp:00000000 esp:c1159fd8
ds:007b es:007b ss:0068
Process swapper (pid:1, threadinfo=c1158000 task=1175700)
Stack:c042758c 00000000 c04199da c0105095 c0105050
00000000 c0107005 00000000
00000000 00000000
call trace:
[<c04199da>]mpls_init_module+0x14a/0x1f0
[<c0105095>]init+0x45/0x180
[<c0105050>]init+0x0/0x180
[<c0107005>]kernel_thread_helper+0x5/0x10
code: 89 4b 04 5b 89 8a 80 5d 45 c0 5e e9 8b 64 e8 ff 8d
74 26 00
<0> kernel panic:fatal exception in interupt
In Interupt handler - not syncing
would you mind telling me the steps to Compile the MPLS
stack statically in the kernel, do not use it as
a module or can tell me where i can find the documents for
it?
thanks
===========================================================================================
"Gabung INSTANIA, dapatkan XENIA. Daftar di www.telkomnetinstan.com, langsung dapat akses Internet Gratis..
Dan ..ikuti "Instan Smile" berhadiah Xenia,Tour S'pore, Komputer,dll, info hub : TELKOM Jatim 0-800-1-467826 "
===========================================================================================
|