From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Paul Fontenot" Subject: nat Date: Tue, 25 Nov 2003 22:31:00 -0700 Sender: netfilter-admin@lists.netfilter.org Message-ID: 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.netfilter.org Not sure what the ipfilter lingo is for what i want to do so I will demonstrate with a Cisco PIX ACL. access-list outside_access_in permit tcp any host 1.1.1.1 eq 3306 There would be a static for the 1.1.1.1 address: static (inside,outside) 192.168.1.1 1.1.1.1 Where the MySQL server is running on host 192.168.1.1 and that ip is mapped via a static translation to 1.1.1.1 on the PIX's outside interface.