Re: [mpls-linux-general] iptables+mpls
Status: Beta
Brought to you by:
jleu
|
From: James R. L. <jl...@mi...> - 2004-03-18 17:59:42
|
Most likely you are not running the correct copy of iptables. (or you do not have permission to load the iptables extentions). Do a: rpm -qa | grep iptables Then do a 'rpm -ql' with the result from the previous command. For example: [jleu jleu-laptop 11:49am] ~-> rpm -qa | grep iptables iptables-1.2.9-2.3.1spec_nh iptables-ipv6-1.2.9-2.3.1spec_nh [jleu jleu-laptop 11:50am] ~-> rpm -ql iptables-1.2.9-2.3.1spec_nh /etc/rc.d/init.d/iptables /etc/sysconfig/iptables-config /lib/iptables /lib/iptables/libipt_CLASSIFY.so /lib/iptables/libipt_CONNMARK.so ... Then do a 'which iptables' and make sure the path to the one your running matches the path to the one in the RPM. If you still can't figure it out, send me the full script of a terminal session where you execute the above commands, the command you are trying to get working, and a 'iptables --version' On Thu, Mar 18, 2004 at 05:12:00PM +0100, Zordan Arres wrote: > Hello, > > i'm just new with mpls for linux. > i've installed all the packages from the dl-archiv and tried to > make a rule in iptables like this: > iptables -A OUPUT -d 192.168.13.1 -t mangle -j MPLS --set-key 0x2 > > at first the command set-key wasn't found and when i del it from > the command i get the error: libipt_MPLS.so wasn't found ... > > what did i wrong and how can i fix it? why didn't the rpm install the .so ? > > > best regards > > Zordan Arres > > -- > +++ NEU bei GMX und erstmalig in Deutschland: T?V-gepr?fter Virenschutz +++ > 100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu jl...@mi... |