netfilter.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* was there a syntax rule change regarding the use of '!'
@ 2012-08-29 16:08 Elvar
  2012-08-29 12:30 ` Neal Murphy
  2012-08-29 18:49 ` Jan Engelhardt
  0 siblings, 2 replies; 4+ messages in thread
From: Elvar @ 2012-08-29 16:08 UTC (permalink / raw)
  To: netfilter

Hello,

I just deployed by first Ubuntu 12.04 install and I was seeing errors in 
my typical iptables script. I found that I had to change the order of 
where I placed my '!' in the rule. For example...

OLD -> iptables -A FORWARD -i eth1 -s ! 192.168.42.0/24 -j DROP
NEW -> iptables -A FORWARD -i eth1 ! -s 192.168.42.0/24 -j DROP


I don't see anything about this in the changelog so I was just wondering 
if anyone else has seen this as well.

Thanks,
Elvar


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

end of thread, other threads:[~2012-08-29 19:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-29 16:08 was there a syntax rule change regarding the use of '!' Elvar
2012-08-29 12:30 ` Neal Murphy
2012-08-29 18:49 ` Jan Engelhardt
2012-08-29 19:38   ` Elvar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).