All of lore.kernel.org
 help / color / mirror / Atom feed
* [iptables] Effect of negating multiple source or dest IPs (-s or -d)
@ 2011-11-08 15:56 U.Mutlu
  2011-11-08 16:16 ` sim
  0 siblings, 1 reply; 10+ messages in thread
From: U.Mutlu @ 2011-11-08 15:56 UTC (permalink / raw)
  To: netfilter

What's the effect of this rule on a multihomed box
(the IPs below are just some examples, not real):

   iptables -A INPUT ! -d 1.2.3.4,2.3.4.5 -p all -j DROP

Will it drop all packets not destined to both these IPs?
Or will it drop all packets but for the first IP?

Ie. when negating a rule on multiple elements, is then
the result an AND or an OR combination?
Ie. is it then !ip1 AND !ip2, or is it !ip1 OR !ip2 ?  :-)

Man page says this:
   [!] -s, --source address[/mask][,...]
   [!] -d, --destination address[/mask][,...]
     A "!" argument before the address specification inverts the sense of the address. [...]
     Multiple addresses can be specified, but this will expand to multiple rules (when adding with -A),
     or will cause multiple rules to be deleted (with -D).


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-11-08 23:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-08 15:56 [iptables] Effect of negating multiple source or dest IPs (-s or -d) U.Mutlu
2011-11-08 16:16 ` sim
2011-11-08 16:19   ` U.Mutlu
2011-11-08 16:44     ` Jan Engelhardt
2011-11-08 17:11       ` U.Mutlu
2011-11-08 19:23         ` Jan Engelhardt
2011-11-08 20:22         ` Jozsef Kadlecsik
2011-11-08 21:59           ` U.Mutlu
2011-11-08 22:18             ` Amos Jeffries
2011-11-08 23:40               ` Jozsef Kadlecsik

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.