All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michel Pereira <michel@michel.eti.br>
To: Patrick McHardy <kaber@trash.net>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: 2.6.11 corrupting FTP session
Date: Sun, 20 Mar 2005 14:58:23 -0300	[thread overview]
Message-ID: <1111341503.423db9bfcffb7@webmail.conectcor.com.br> (raw)
In-Reply-To: <423DA1FB.6030209@trash.net>

Quoting Patrick McHardy <kaber@trash.net>:
> What is your setup (NAT rules, network topology between client and
> server)?

   Firewall (a) -> Server on DMZ. (NAT of internal network connections)
   Firewall (b) -> Internal Network (without NAT of connections)

   b - iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
   b - iptables -A FORWARD -s myip -d 0/0 -m state --state NEW -j ACCEPT

   a - iptables -t nat -A PREROUTING -p TCP -s 0/0 -d 200.162.38.71 --dport 21
-j DNAT --to IPonDMZ

Thank you
--
Michel Pereira
michel.pereira@eurorscg.com
+55 11 5105 0570
+55 11 5105 0569
www.eurorscg4d.com.br
Euro RSCG 4D

Unix Sex: unzip;strip;touch;finger;mount;fsck;more;yes;umount;sleep


----------------------------------------------------------------
Conectcor - velocidade com qualidade
www.conectcor.com.br

  reply	other threads:[~2005-03-20 17:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-18 20:11 2.6.11 corrupting FTP session Michel Pereira
2005-03-20 16:16 ` Patrick McHardy
2005-03-20 17:58   ` Michel Pereira [this message]
2005-04-01  6:02     ` Harald Welte
2005-04-02 19:31       ` Milos Wimmer
2005-04-02 19:57         ` Phil Oester
2005-04-03 15:58       ` Patrick McHardy
2005-04-03 16:12         ` Phil Oester
2005-04-03 16:18           ` Patrick McHardy

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=1111341503.423db9bfcffb7@webmail.conectcor.com.br \
    --to=michel@michel.eti.br \
    --cc=kaber@trash.net \
    --cc=netfilter-devel@lists.netfilter.org \
    /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 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.