Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Budai Laszlo <lbudai@ms.sapientia.ro>
To: Vincent Lim <vincent.lim@nestac.com>,
	netfilter <netfilter@lists.netfilter.org>
Subject: Re: ip_conntrack_ftp problem
Date: Fri, 28 Mar 2003 11:43:20 +0200	[thread overview]
Message-ID: <3E841938.3050708@ms.sapientia.ro> (raw)
In-Reply-To: 1048840079.1236.45.camel@vincentlim

Thanks, this solved  my problem. However, if you check my first post you 
can see thet in the FORWARD chain I had :

ACCEPT     all  --  anywhere             anywhere           state RELATED

but seems it was not enough ... :(  and I don't  understand. isn't your 
rule more restrictiv (state RELATED, ESTABILISHED) than my old rule 
(just related)?

Thanks again,
Laszlo

Vincent Lim wrote:

>On Fri, 2003-03-28 at 15:40, Budai Laszlo wrote:
>
>  
>
>>Chain FORWARD (policy ACCEPT)
>>    
>>
>
><snipped the rest>
>
>  
>
>>ACCEPT     tcp  --  192.168.101.0/24     anywhere           tcp dpt:ftp
>>ACCEPT     tcp  --  192.168.101.0/24     anywhere           tcp dpt:ftp-data
>>DROP       tcp  --  192.168.101.0/24     anywhere
>>    
>>
>
><snipped more>
>
>  
>
>>but ftp trough the firewall still does not work. :(
>>what is wrong?
>>    
>>
>
>I would think that the replying packets can't get back.
>Try putting a:
>iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
>
>  
>




  reply	other threads:[~2003-03-28  9:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-28  7:40 ip_conntrack_ftp problem Budai Laszlo
2003-03-28  8:27 ` Vincent Lim
2003-03-28  9:43   ` Budai Laszlo [this message]
2003-03-28 10:19     ` Vincent Lim
2003-03-28 10:43       ` Cedric Blancher
2003-03-28 10:59         ` Vincent Lim
2003-03-28 17:06           ` Cedric Blancher
2003-03-28 12:17         ` Jozsef Kadlecsik
2003-03-28 12:46           ` Cedric Blancher
2003-03-28 14:10             ` Jozsef Kadlecsik
2003-03-28  8:50 ` Michael K
  -- strict thread matches above, loose matches on Subject: below --
2003-03-28 12:44 blancher
2003-03-28 12:45 blancher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E841938.3050708@ms.sapientia.ro \
    --to=lbudai@ms.sapientia.ro \
    --cc=netfilter@lists.netfilter.org \
    --cc=vincent.lim@nestac.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox