Linux Netfilter discussions
 help / color / mirror / Atom feed
* Multiple Source Addresses
@ 2003-04-15 16:28 Keller Nicolas
  2003-04-15 17:27 ` Martijn Lievaart
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Keller Nicolas @ 2003-04-15 16:28 UTC (permalink / raw)
  To: netfilter

Hi!

I want to log every packet that *doesn't* come from IP1 and IP2 (because
these two hosts should be the only one that communicate with the
Firewall). Up to now I couldn't figure out a way to do this, as it is
NOT possible to include multiple source addresses in one line, like
this:

iptables -A INPUT -s !192.168.43.1 !192.168.43.2 -j LOG

Anyone can show me a way to get this to work?

Thank you very much!

Nicolas Keller


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

end of thread, other threads:[~2003-04-28 15:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-15 16:28 Multiple Source Addresses Keller Nicolas
2003-04-15 17:27 ` Martijn Lievaart
2003-04-15 17:39 ` Brad Morgan
2003-04-15 18:10 ` Aaron Berg
2003-04-28 15:33   ` unsubsrcibe Linux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox