From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martijn Lievaart Subject: Re: REDIRECT to different interfaces. Date: Sun, 14 May 2006 20:43:23 +0200 Message-ID: <44677A4B.2020608@rtij.nl> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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: Stan Prescott Cc: netfilter@lists.netfilter.org Stan Prescott wrote: >So far everything I have tried has failed. It will not REDIRECT port 80 to >800 or port 80 to 8080 on a specific interface. It only seems to work for >source of anywhere and destination of anywhere. > >Would someone be able to show me how to REDIRECT to a specific port AND >interface? > > > REDIRECT works only on the local machine. Use DNAT instead. HTH, M4