All of lore.kernel.org
 help / color / mirror / Atom feed
* iptables and the  RELATED option
@ 2003-08-12 18:53 Peter Marshall
  2003-08-12 20:49 ` Ralf Spenneberg
  2003-08-12 21:29 ` Rob Verduijn
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Marshall @ 2003-08-12 18:53 UTC (permalink / raw)
  To: netfilter

Hi, My name is Peter Marshall.  I am having some problems letting ftp
through my firewall without opening all of the ports.  I was trying to get
RELATED to work, but for some reason it will not.  Here is an example of
what my file looks like

$TABLENAME -A FORWARD -d x.x.x.x -o eth2 -j mychain

$TABLENAME -A mychain -m state --state ESTABLISHED,RELATED -j ACCEPT
$TABLENAME -A mychain -j DROP

I don't think I need the ESTABLISHED, but I put it in anyways.

If anyone could help it would be greatly appriciated.

Thanks


Peter Marshall
PS.  Sorry if te message appears twice.  I sent it the first tiem before I
became a member



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

end of thread, other threads:[~2003-08-13 13:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-12 18:53 iptables and the RELATED option Peter Marshall
2003-08-12 20:49 ` Ralf Spenneberg
2003-08-13 11:01   ` Peter Marshall
2003-08-12 21:29 ` Rob Verduijn
2003-08-13 13:46   ` Peter Marshall

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.