Re: [mpls-linux-general] iptables: Unknown error 4294967295
Status: Beta
Brought to you by:
jleu
From: James R. L. <jl...@mi...> - 2008-09-08 13:03:01
|
There is a know error with iptables 1.955. Your best bet is to always use the head-of-line for mpls-linux which at this time is 1.962 on fedora 8. On Mon, Sep 08, 2008 at 02:39:15PM +0200, =?ISO-8859-1?Q?Jes=FAs_Nubiola_ wrote: > I'm trying to use iptables (version 1.3.5 mpls patched 1955 converted with > alien -scripts from rpm file) with a debian filesystem. When I launch this > rule (from various scripts of MPLS linux labs for example) I got this error: > > A1:/etc# mpls nhlfe add key 0 instructions ds2exp 0xf 0x1e 0x3 0x0 0x0 > exp2tc 0x3 0x1 0x0 0x3 push gen 2000 nexthop eth3 ipv4 10.0.5.3 | grep key > |cut -c 17-26 > 0x00000002 > A1:/etc# iptables -A FORWARD -m dscp --dscp 0x1e -j mpls --nhlfe 0x00000002 > iptables: Unknown error 4294967295 > > I've search for the error in google and I find: Try to recompile your kernel > source with CONFIG_IP_NF_TARGET_NETMAP=y > option in your .config file. > > Whenk I looked mi .config file I realized that CONFIG_IP_NF_TARGET_NETMAP=y > is already set :S > > Any ideas of what I have to llok or do? > > Thank you very much > > A1:/etc# iptables -V > iptables v1.3.5 mpls-linux 1.955 > > lsmod: > > Module Size Used by > ipt_mpls 1664 0 > mplsbr 2464 0 > mpls_tunnel 6020 0 > mpls4 4128 0 > mpls 62988 4 ipt_mpls,mplsbr,mpls_tunnel,mpls4 > deflate 2656 0 > zlib_deflate 17576 1 deflate > zlib_inflate 14048 1 deflate > des 16000 0 > sha1 2112 0 > md5 3584 0 > af_key 25136 0 > isofs 20132 1 > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu jl...@mi... |