From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jet" Subject: NAT only - No connection tracking Date: Mon, 11 Nov 2002 18:56:51 +0800 Sender: netfilter-admin@lists.netfilter.org Message-ID: <00ff01c28971$0a0429f0$0bc8c80a@dolphin> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: "netfilter@lists" Hi all, How can I make my iptable to do just NAT, no connection tracking? No matter how hard I tried to configure netfilter to load only iptable_nat, it will load ip_conntrack too. Basically, I want to make my iptable to become a NAT device without stateful inspection. It this possible? .//Jet