Re: [mpls-linux-general] difficulties configuring f8+mpls: RTNETLINK answers: No such file or direc
Status: Beta
Brought to you by:
jleu
From: James R. L. <jl...@mi...> - 2008-03-13 13:17:49
|
On Thu, Mar 13, 2008 at 09:01:20AM +0100, luc...@li... wrote: > On PCs running xfce both outputs are null. > > On PCs running KDE: > [root@localhost ~]# lsmod | grep mpls > [root@localhost ~]# dmesg | grep -i mpls > Linux version 2.6.23.15-137.fc8.mpls.1.960 (jleu@koko) (gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)) #1 SMP Thu Feb 14 00:08:42 EST 2008 > MPLS: version 1.960 > MPLS: protocol driver interface - <jl...@mi...> > (I hope that at least this ones are right!!) You need to have the mpls4 module loaded at a minimum. On Fedora 8 I use the modules system to load it at boot time for my by creating: /etc/sysconfig/modules/mpls-linux.modules with the contents of: #!/bin/sh modprobe mpls4 Make sure to make the file executable > On xfce I noticed that I couldn't find updates for getting kernel 2.6.23.15-137.fc8.mpls.1.960 > Can you please give me some advice? I'm assuming your running Fedora 8 and want to use yum to install mpls-linux RPMs. Make sure your don't already have a newer kernel. 2.6.24.3-12 was release last week and I have not produced a mpls-linux version of it yet. Also make sure you have a /etc/yum.repos.d/mpls-linux.repo file > Thanks a lot, > Luca > > > > > > > ---------- Initial Header ----------- > > From : "James R. Leu" jl...@mi... > To : "luc...@li..." luc...@li... > Cc : "mpls-linux-general" mpl...@li... > Date : Wed, 12 Mar 2008 21:35:03 -0500 > Subject : Re: [mpls-linux-general] difficulties configuring f8+mpls: RTNETLINK answers: No such file or directory > > > > > > > > > Post the output of: > > > > lsmod | grep mpls > > dmesg | grep -i mpls > > > > I'm doubting that you are running an MPLS enabled kernel or that > > the mpls kernel modules are not loaded. > > > > On Wed, Mar 12, 2008 at 01:46:22PM +0100, luc...@li... wrote: > > > Hello, finally I passed to fedora 8 on all the PCs of my testbed, but now I have a problem while configuring MPLS. > > > At the moment my testbed is as follows: > > > > > > (pc A)------(LER 1)-----(LER 2)------(pc 2) > > > > > > When I run the command > > > #mpls nhlfe add key 0 instruction push gen 1000 nexthop eth0 ipv4 10.0.2.4 > > > > > > The system answers the following: > > > > > > RTNETLINK answers: No such file or directory > > > > > > If I type > > > #mpls nhlfe show > > > > > > the output is > > > RTNETLINK answers: No such file or directory > > > Dump terminated. > > > > > > I've read something about some QoS modules to be builded within the kernel, but I really don't understand what's the problem. > > > On the 2 LERs I've installed f8 xfce (other desktop environments were too heavy for my old pentium 3), then I added mpls.repo and I launched the package updater. > > > The only difference I noticed between this installation and other ones with f8KDE is that the new entry of the boot loader was > > > Fedora (2.6.23.15-137.fc8.mpls.1.960) ---on "KDE PCs" > > > and > > > Fedora (2.6.24.3-12.fc8) ---on "XFCE PCs", but the command mpls is available! > > > Could it be the xfce distro is different from f8KDE? > > > Sorry if all my questions are not too clear, but really I don't understand what's my actual problem!!! > > > Thank you, > > > Luca > > > > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > mpls-linux-general mailing list > > > mpl...@li... > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > -- > > James R. Leu > > jl...@mi... > > > -- James R. Leu jl...@mi... |