Linux Netfilter discussions
 help / color / mirror / Atom feed
* Another way of doing? --state NEW -j DROP
@ 2008-11-03  3:55 Sylvan
  0 siblings, 0 replies; 4+ messages in thread
From: Sylvan @ 2008-11-03  3:55 UTC (permalink / raw)
  To: netfilter


>> As an aside, one might question why you are using such a limiting tool.  :(

Yeah I admit she's not the smartest of things. The main reason being I'd like to try the router is it uses nearly no electricity. I'm not trying to be 
stingy but in my neck of the woods electricity per unit has just gone up to 72c per unit. In the USA I understand it's around 15c and Australia 32c. 





^ permalink raw reply	[flat|nested] 4+ messages in thread
* Another way of doing? --state NEW -j DROP
@ 2008-11-03  2:36 Sylvan Andrew - NIDS
  2008-11-03  3:00 ` Maximilian Wilhelm
  0 siblings, 1 reply; 4+ messages in thread
From: Sylvan Andrew - NIDS @ 2008-11-03  2:36 UTC (permalink / raw)
  To: netfilter



Hello One and All, 

 I am sure this might be an easy answer for someone. Could you please
enlighten me ?

I am using the rule below to drop any inbound connections into my .0.3
Class which by default allows any Outbound connections. Plus if the
connection is already established than those outside connections are ok
as well.

iptables -A INPUT -d 192.168.3.0/24 -m state --state NEW -j DROP

However I am now using a router that doesn't support the -m state
--state NEW rule.(crappy GUI thing) :-( Could someone please tell me another way using
iptables to drop any new inbound connections but allow everything else
outbound and the established connection replys to get back into the .0.3
Class ? What is the most secure/easiest way ?

Many Thanks for your help !

Kind Regards

Sylvan 













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

end of thread, other threads:[~2008-11-03  3:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-03  3:55 Another way of doing? --state NEW -j DROP Sylvan
  -- strict thread matches above, loose matches on Subject: below --
2008-11-03  2:36 Sylvan Andrew - NIDS
2008-11-03  3:00 ` Maximilian Wilhelm
2008-11-03  3:21   ` Grant Taylor

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