From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Martin Subject: modify source IP of local processed packets before routing Date: Tue, 11 Sep 2007 17:31:15 +0200 Message-ID: <46E6B4C3.10801@mediatvcom.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@lists.netfilter.org Hi, My goal is to modify the source IP address of local processed packets but it has to be done before any routing (so the packet will be directed to the right interface according the modification). I know there is the SNAT possibility for postrouting, but it does not work on the Output table. any idea?