Thread: [mpls-linux-general] iptables: Unknown error 4294967295
Status: Beta
Brought to you by:
jleu
From: rachid r. <rac...@ho...> - 2008-02-01 10:56:04
|
Hello, =20 I have tried to configure my Machine R3 (Fedora5) ny performing this comman= d(to allow FTP connection) :=20 iptables -A FORWARD -m tcp --dport 21 -j mpls --nhlfe 0x2 an i get this error message : iptables: Unknown error 4294967295 =20 This is my configuration :=20 PC1(Windows XP+FTPserver)----->(Accesspoint)WIFI-------->R1(LER)---R2(LSR)= ---R3(LER)------>(Accesspoint)WIFI------->PC2 Windows XP client=20 Did somebady has any idea about this issue. =20 Thanks. _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/= |
From: rachid r. <rac...@ho...> - 2008-02-01 10:56:04
|
Hello, =20 I have tried to configure my Machine R3 (Fedora5) ny performing this comman= d(to allow FTP connection) :=20 iptables -A FORWARD -m tcp --dport 21 -j mpls --nhlfe 0x2 an i get this error message : iptables: Unknown error 4294967295 =20 This is my configuration :=20 PC1(Windows XP+FTPserver)----->(Accesspoint)WIFI-------->R1(LER)---R2(LSR)= ---R3(LER)------>(Accesspoint)WIFI------->PC2 Windows XP client=20 Did somebady has any idea about this issue. =20 Thanks. _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/= |
From: J. N. <oc...@gm...> - 2008-09-08 12:39:17
|
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 |
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... |
From: James R. L. <jl...@mi...> - 2008-02-01 14:47:46
|
This looks like an error that was fixed in the FC6 version, but was probably never ported back to FC5. I will check this evening and let you know. On Fri, Feb 01, 2008 at 10:55:55AM +0000, rachid rachid wrote: >=20 > Hello, > =20 > I have tried to configure my Machine R3 (Fedora5) ny performing this comm= and(to allow FTP connection) :=20 > iptables -A FORWARD -m tcp --dport 21 -j mpls --nhlfe 0x2 > an i get this error message : iptables: Unknown error 4294967295 > =20 > This is my configuration :=20 > PC1(Windows XP+FTPserver)----->(Accesspoint)WIFI-------->R1(LER)---R2(LS= R)---R3(LER)------>(Accesspoint)WIFI------->PC2 Windows XP client=20 > Did somebady has any idea about this issue. > =20 > Thanks. > _________________________________________________________________ > Express yourself instantly with MSN Messenger! Download today it's FREE! > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > ------------------------------------------------------------------------- > 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 --=20 James R. Leu jl...@mi... |