All of lore.kernel.org
 help / color / mirror / Atom feed
* SNAT Delay
@ 2007-07-13 10:25 Vikram
  0 siblings, 0 replies; only message in thread
From: Vikram @ 2007-07-13 10:25 UTC (permalink / raw)
  To: netfilter

Hi,

I m using a simple NAT scenario. My Linux router has 2 interfaces 
connected to 2 machines, M1 and M2.

         M1                      Linux NAT Router                    M2
[192.168.1.2]<----->[192.168.1.1][10.0.0.1]<----->[10.0.0.2]

Forwarding is enabled on the router. All the tables in iptables are 
flushed. I have enabled continuous ping from M1 to M2. I get no response.

I execute the following iptables command:-

iptables -t nat -A POSTROUTING -o eth0 -s 192.168.1.2 -j SNAT 
--to-source 10.0.0.1

I am still unable to receive any instant ping response. The NAT 
translations start happening after an unacceptable interval of time 
after which I am able to receive response.

Is this normal? Is there a workaround so that NAT translations begin 
instantly as and when a rule has been inserted?

Vikram



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-07-13 10:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-13 10:25 SNAT Delay Vikram

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.