Linux Netfilter discussions
 help / color / mirror / Atom feed
* RE: please advise on this rule
@ 2003-08-12 18:51 Daniel Chemko
  2003-08-14  6:47 ` Payal Rathod
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Chemko @ 2003-08-12 18:51 UTC (permalink / raw)
  To: Payal Rathod, netfilter

Source field doesn't matter since traffic destined for the internal
(private) network will only pass through that chain if you define DNAT
rules for them.

The port 80 rule seems ok, but trusting something like that where a user
can change their IP's or use different port numbers, it is pretty light
security for anyone who knows what they are doing.

-----Original Message-----
From: Payal Rathod [mailto:payal-iptables@staticky.com] 
Sent: Wednesday, August 13, 2003 11:25 AM
To: netfilter@lists.netfilter.org
Subject: please advise on this rule

Hi,
Does this FORWARD chain look ok in a simple NAT network where the Linux
box is connected to the net.

Chain FORWARD (policy DROP)
target     prot opt source               destination
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0          state
RELATED,ESTABLISHED
REJECT     tcp  --  192.168.10.1         0.0.0.0/0          tcp dpt:80
reject-with icmp-port-unreachable


Is source 0/0 OK? Should be be 192.168.10.0/24 ?
Will the third rule block outgoing connection from 192.168.10.1 to any
server at port 80?

Thanks a lot and eagerly waiting for the reply.
With warm regards,
-Payal

-- 
"Visit GNU/Linux Success Stories"
http://payal.staticky.com
Guest-Book Section Updated.



^ permalink raw reply	[flat|nested] 4+ messages in thread
* please advise on this rule
@ 2003-08-13 18:24 Payal Rathod
  2003-08-13  7:26 ` Ralf Spenneberg
  0 siblings, 1 reply; 4+ messages in thread
From: Payal Rathod @ 2003-08-13 18:24 UTC (permalink / raw)
  To: netfilter

Hi,
Does this FORWARD chain look ok in a simple NAT network where the Linux
box is connected to the net.

Chain FORWARD (policy DROP)
target     prot opt source               destination
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0          state
RELATED,ESTABLISHED
REJECT     tcp  --  192.168.10.1         0.0.0.0/0          tcp dpt:80
reject-with icmp-port-unreachable


Is source 0/0 OK? Should be be 192.168.10.0/24 ?
Will the third rule block outgoing connection from 192.168.10.1 to any
server at port 80?

Thanks a lot and eagerly waiting for the reply.
With warm regards,
-Payal

-- 
"Visit GNU/Linux Success Stories"
http://payal.staticky.com
Guest-Book Section Updated.


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

end of thread, other threads:[~2003-08-14  6:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-12 18:51 please advise on this rule Daniel Chemko
2003-08-14  6:47 ` Payal Rathod
  -- strict thread matches above, loose matches on Subject: below --
2003-08-13 18:24 Payal Rathod
2003-08-13  7:26 ` Ralf Spenneberg

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