From: Ray Leach <raymondl@knowledgefactory.co.za>
To: Netfilter Mailing List <netfilter@lists.netfilter.org>
Subject: Re: IP range
Date: Thu, 25 Sep 2003 15:52:04 +0200 [thread overview]
Message-ID: <1064497924.31340.161.camel@raylinux.internal> (raw)
In-Reply-To: <20030925130213.58577.qmail@web9904.mail.yahoo.com>
[-- Attachment #1: Type: text/plain, Size: 1314 bytes --]
On Thu, 2003-09-25 at 15:02, Andy Samuel wrote:
> Dear All
>
> I follow the example of ip range feature to block my
> incoming connection starting from IP 192.168.0.76 to
> 254, but allowing 192.168.0.1 to 75 to pass.
> So I use :
> iptables -A FORWARD -m iprange --src-range
> 192.168.0.76-192.168.0.254 -p TCP -j DROP.
>
> It shows error that iptables can not find
> libipt_iprange.
> I've check /lib/iptables and no any file about
> iprange.
> But I know my kernel already compiled with iprange
> enabled and ipt_iprange is already loaded as module (
> I can see it from lsmod ).
>
> How do I get libipt_iprange.so ?
> What is the connection of the file with the kernel
> module of ipt_iprange.so ?
>
You need to recompile the iptables source code. The kernel module
basically lists the entry points for the functions in the shared object
file (.so).
> Thank you so much
>
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping.yahoo.com
--
--
Raymond Leach <raymondl@knowledgefactory.co.za>
Network Support Specialist
http://www.knowledgefactory.co.za
"lynx -source http://www.rchq.co.za/raymondl.asc | gpg --import"
Key fingerprint = 7209 A695 9EE0 E971 A9AD 00EE 8757 EE47 F06F FB28
--
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2003-09-25 13:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-25 13:02 IP range Andy Samuel
2003-09-25 13:52 ` Ray Leach [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-08-01 12:11 ip range laurent
2003-04-16 15:22 Ip range Philippe Dhont (Sea-ro)
2003-04-16 17:11 ` Kim Jensen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1064497924.31340.161.camel@raylinux.internal \
--to=raymondl@knowledgefactory.co.za \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.