Postrouting rule in NAT table
        Posted  
        
            by codingfreak
        on Server Fault
        
        See other posts from Server Fault
        
            or by codingfreak
        
        
        
        Published on 2009-10-26T10:18:44Z
        Indexed on 
            2010/03/19
            14:01 UTC
        
        
        Read the original article
        Hit count: 266
        
Hi
I have a strange question regarding NAT using iptables.
When I do SNAT in a postrouting chain in NAT table at the end of the rule should I give -J ACCEPT?
I see counters on the postrouting rule getting incremented but no packet leaving the machine. So does it mean the packet is DROPPED automatically?
© Server Fault or respective owner