Networking Forums

Networking Forums > Computer Networking > Linux Networking > iptables and libipt_limit.so

Reply
Thread Tools Display Modes

iptables and libipt_limit.so

 
 
Gianluca Riccardi
Guest
Posts: n/a

 
      02-02-2004, 10:57 PM
i'm using iptabels on a Debian 3.0r2 with Linux-2.4.24.

when i try to use the --limit match support of iptables what i get as error
message is : Couldn't load match
'--limit':/lib/iptables/libipt_--limit.so:no such file or directory

when /lib/iptables/libipt_limit.so is there and readable.

maybe this is out of topic here? is it a matter of correct
configuration of system libraries?

thanks
Gianluca Riccardi
 
Reply With Quote
 
 
 
 
Cameron Kerr
Guest
Posts: n/a

 
      02-03-2004, 02:28 AM
Gianluca Riccardi <(E-Mail Removed)> wrote:
> i'm using iptabels on a Debian 3.0r2 with Linux-2.4.24.
>
> when i try to use the --limit match support of iptables what i get as error
> message is : Couldn't load match
> '--limit':/lib/iptables/libipt_--limit.so:no such file or directory


Looks like your currently saying

iptables ... -m --limit XXX

when you should be saying

iptables ... -m limit --limit XXX

--
Cameron Kerr
(E-Mail Removed) : http://nzgeeks.org/cameron/
Empowered by Perl!
 
Reply With Quote
 
Gianluca Riccardi
Guest
Posts: n/a

 
      02-03-2004, 08:29 AM
Cameron Kerr wrote:

> Looks like your currently saying
>
> iptables ... -m --limit XXX
>
> when you should be saying
>
> iptables ... -m limit --limit XXX
>


yes, you're right thanks, after writing a firewall one should take time to
analize the syntax...it's a very banal error

thanks again,
Gianluca Riccardi
 
Reply With Quote
 
Cameron Kerr
Guest
Posts: n/a

 
      02-04-2004, 12:35 AM
Gianluca Riccardi <(E-Mail Removed)> wrote:

> yes, you're right thanks, after writing a firewall one should take time to
> analize the syntax...it's a very banal error


Experiance: What one gets when ones silly mistakes make it on a public
forum.

We've all been there at some point.

--
Cameron Kerr
(E-Mail Removed) : http://nzgeeks.org/cameron/
Empowered by Perl!
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
about iptables junaidaslam Linux Networking 3 08-29-2005 09:35 PM
Looking for iptables applications code (iptables.c) to run some rules to forward packets tvnaidu@yahoo.com Linux Networking 2 01-17-2005 05:01 PM
iptables -L S.F. Wu Linux Networking 4 12-26-2004 04:50 PM
iptables and nat Marcin Giedz Linux Networking 5 07-06-2004 07:05 AM
iptables "can't initialize iptables table `filter'" pete Linux Networking 1 10-10-2003 03:44 AM



1 2 3 4 5 6 7 8 9 10 11