From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Vernon A. Fort" Subject: IP Nat or forward Date: Wed, 06 Apr 2005 13:15:08 -0500 Message-ID: <4254272C.3060706@provident-solutions.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 I need to NAT a VLAN or aliased interface to an internal address: 192.168.90.1 -> 192.168.1.1 Basically a virtual network/address mapping. The main reason is I need a IPSEC tunnel (openswan) connecting from a vender to an internal server but the ip address of our internal server is already used on their end. So, when they connect to 192.168.90.1, its redirected/forwarded/nat'd to the real internal address. Can someone get me started. Vernon