All of lore.kernel.org
 help / color / mirror / Atom feed
* iptables fails to NAT some packets
@ 2013-10-10 22:56 Jay Foster
  2013-10-11  6:26 ` Tom van Leeuwen
  0 siblings, 1 reply; 2+ messages in thread
From: Jay Foster @ 2013-10-10 22:56 UTC (permalink / raw)
  To: netfilter

I have a gateway application which I am using iptables to NAT from a LAN 
interface to a WAN interface (linux 3.2.6).  This mostly works well, 
except that I sometimes see (via wireshark) IP packets being sent out 
the WAN interface that originated from the LAN interface that iptables 
fails to apply NAT.

These packets seem to usually be FIN, FIN/ACK, or RST packets.  I 
suspect that these are for IP connections from the device connected to 
the LAN interface that were setup prior to being connected to the 
gateway on which I am running iptables.  After some time, I think the 
application on the connected device decides to close these connections 
(FIN), but iptables fails to NAT these packets.  Why?

 From the iptables man page:

               nat:
                   This table is consulted when a packet  that  creates  
a  new
                   connection  is encountered.  It consists of three 
built-ins:
                   PREROUTING (for altering packets as soon as they  
come  in),
                   OUTPUT  (for altering locally-generated packets 
before rout-
                   ing), and POSTROUTING (for  altering  packets  as  
they  are
                   about to go out).

I'm concerned about the statement that says, "when a packet that creates 
a new connection is encountered".  Since the SYN packet for the problem 
FIN,RST packets was not seen by iptables, does this mean that iptables 
will not NAT the FIN packet?  This would seem wrong to me.

Jay


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

end of thread, other threads:[~2013-10-11  6:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10 22:56 iptables fails to NAT some packets Jay Foster
2013-10-11  6:26 ` Tom van Leeuwen

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.