From mboxrd@z Thu Jan 1 00:00:00 1970 From: SaVaGE Subject: Re: How to block a range of IPs? Date: Mon, 28 Apr 2003 19:41:38 +0200 Sender: netfilter-admin@lists.netfilter.org Message-ID: <200304281941.38386.pc-secure@home.nl> References: <20030427140602.30833.28944.Mailman@kashyyyk> <1051546485.1427.7.camel@jasiiitosh.nexusmgmt.com> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1051546485.1427.7.camel@jasiiitosh.nexusmgmt.com> Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Op maandag 28 april 2003 18:14, schreef John A. Sullivan III: > You can use the tool at http://subnetcreator.sourceforge.net/ to easil= y > determine which subnets are contained in your IP address range. The > same logic is being built into the iptables+ management tool being > developed in http://iscs.sourceforge.net/ . However,even better,it > appears there is a patch available in patch-o-matic that allows one to > enter a range directly in iptables. I haven't tried it yet but hope to > do so soon to replace that logic in ISCS. Good luck - John > > On Sun, 2003-04-27 at 10:06, netfilter-request@lists.netfilter.org > > wrote: > > --__--__-- > > > > Message: 4 > > From: "Afshin Lamei" > > To: netfilter@lists.netfilter.org > > Subject: How to block a range of IPs? > > Date: Sun, 27 Apr 2003 10:41:54 +0430 > > > > Hi, > > How can I write a rule for a custom range of IPs? for example, I want= to > > block every WWW packet incoming from eth1, which source is an IP betw= een > > 192.168.1.10 and 192.168.1.20. > > please help me writing an example. > > thank you > > afshin > > > > > > > > > > > > _________________________________________________________________ > > Help STOP SPAM with the new MSN 8 and get 2 months FREE* > > http://join.msn.com/?page=3Dfeatures/junkmail AT_HOME_RANGE=3D"213.51.16.0/21 213.51.24.0/21 =09=20 ${ECHO} -n "Drop and log @HOME_USERS in range: " for athomerange in ${AT_HOME_RANGE} ; do ${IPTABLES} -A INPUT -i ${EXT_INTERFACE} -s ${athomerange} -m = limit=20 \ =20 -j LOG --log-prefix "@HOME_USER:DROP " ${IPTABLES} -A @HOME_CHK -i ${EXT_INTERFACE} -s ${athomerange} = -j=20 DROP ${ECHO} -n "${athomerange} " done =20 this is an example off a line i use , if you wish to have more ranges, y= ou=20 have to make a new rule like this ,but another name like "AT_HOME_RANGE2"= =20 good luck Pascal (PC-Secure)