Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Paulo Ricardo Bruck <pauloric@contato.com.br>
To: netfilter@lists.netfilter.org
Subject: delay
Date: Fri, 31 Oct 2003 16:56:33 -0200	[thread overview]
Message-ID: <1067626591.1451.21.camel@pauloric.intranet> (raw)

Hi guys

Just a question. I have a firewall w/ 3 NIC as below:

			Internet ADSL
			|
			|eth1 200.200.200.44/26
		_________________________	
		|	Firewall	|	DMZ
		| iptables 1.2.8	|_eth2 192.168.1.1/24______EMail
		|_______________________|			192.168.1.3	
			|
			| eth0 10.0.0.1/24
			LAN


Firewall : Debian 2.4.22 + iptables 1.2.8


route:
200.200.200.0/26 dev eth1  proto kernel  scope link  src 200.200.200.44
10.0.0.0/24 dev eth0  proto kernel  scope link  src 10.0.0.1
192.168.1.0/24 dev eth2  proto kernel  scope link  src 192.168.1.1
default via 200.200.200.1 dev eth1

rules:

a) iptables -A PREROUTING -d 200.200.200.1 -p tcp -m multiport --dports
smtp,pop3,imap2,webcache -j DNAT --to-destination 192.168.1.3

b) iptables -A POSTROUTING -o eth1 -j SNAT --to-source 200.200.200.1

c) iptables -A POSTROUTING -o eth2 -j SNAT --to-source 192.168.1.1


What happens:

- all desktops ( M$windows) access webmail and email w/ no problems, but
if I insert rule c) above it causes a delay when any desktop hit
get/post e-mail in Outlook and it takes +- 40 seconds to "connenct".

I know that must be a silly misconfiguration of something but after 1
week searching the problem I can't imagine what's wrong.

Can anybody help me please

Thanks in advance







             reply	other threads:[~2003-10-31 18:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-31 18:56 Paulo Ricardo Bruck [this message]
2003-10-31 19:15 ` delay Ramin Dousti
2003-10-31 19:25   ` delay Maciej Soltysiak
2003-10-31 20:07     ` delay Ramin Dousti
2003-10-31 20:16       ` delay Aaron P. Martinez
2003-10-31 20:21       ` delay Maciej Soltysiak
2003-10-31 21:13   ` delay Paulo Ricardo Bruck
2003-10-31 21:44     ` delay Ramin Dousti
  -- strict thread matches above, loose matches on Subject: below --
2002-10-08 13:34 Delay Jose Rocha
2002-10-08 14:08 ` Delay Maciej Soltysiak

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=1067626591.1451.21.camel@pauloric.intranet \
    --to=pauloric@contato.com.br \
    --cc=netfilter@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox