All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Schaaf <bof@bof.de>
To: "Daniel F. Chief Security Engineer -" <danielf@supportteam.net>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: Fwd: Re: Interesting request. block x.x.0.0
Date: Fri, 24 Jan 2003 00:17:32 +0100	[thread overview]
Message-ID: <20030123231732.GA13498@oknodo.bof.de> (raw)
In-Reply-To: <200301231642.40937.danielf@supportteam.net>

> I do not want to block every IP on say 45.208.0.0/16 just the ips ending in
> 0.0 as the last two octets.

Ahem.

Everything under 45.208.x.x with 0.0 as the last two octets:

	iptables -A INPUT -s 45.208.0.0 -j DROP

Everything from everywhere with 0.0 as the last two octets:

	iptables -A INPUT -s 0.0.0.0/0.0.255.255 -j DROP

Did I misunderstand something?

best regards
  Patrick

  reply	other threads:[~2003-01-23 23:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-23 22:42 Fwd: Re: Interesting request. block x.x.0.0 Daniel F. Chief Security Engineer -
2003-01-23 23:17 ` Patrick Schaaf [this message]
     [not found] <20030123232639.14408.11687.Mailman@kashyyyk>
2003-01-24  1:04 ` Don Cohen
2003-01-24 14:53   ` Daniel F. Chief Security Engineer -
2003-01-24 14:53     ` Daniel F. Chief Security Engineer -

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=20030123231732.GA13498@oknodo.bof.de \
    --to=bof@bof.de \
    --cc=danielf@supportteam.net \
    --cc=netfilter-devel@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.