From owner-freebsd-questions Sun Apr 30 13:10:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from obelix.rede-rs.com.br (obelix.rede-rs.com.br [200.248.84.10]) by hub.freebsd.org (Postfix) with ESMTP id AF22137C149 for ; Sun, 30 Apr 2000 13:10:49 -0700 (PDT) (envelope-from prst@obelix.rede-rs.com.br) Received: from tom (async028.poa.rede-rs.com.br [200.213.15.26]) by obelix.rede-rs.com.br (8.9.3/8.9.3) with SMTP id RAA02951 for ; Sun, 30 Apr 2000 17:09:41 -0300 Message-Id: <3.0.6.32.20000430170958.007a14f0@mail.rede-rs.com.br> X-Sender: prst@mail.rede-rs.com.br X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Sun, 30 Apr 2000 17:09:58 -0300 To: freebsd-questions@freebsd.org From: prst@obelix.rede-rs.com.br Subject: redirect_address Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have the following network: +------+ +------+ | |10.0.0.100 10.0.0.99 | |200.200.200.99 | SRV |------------------------| FW |----------------| Internet +------+ +------+ 1. The host SRV is running WWW, SMTP, DNS and FTP servers and need to be viewed by Internet how 200.200.200.100 2. The host FW is running NAT: fxp0=200.200.200.99 fxp1=10.0.0.99 # natd -n fxp0 -redirect_address 10.0.0.100 200.200.200.100 # ipfw l 00000 divert 8668 ip from any to any via fxp0 00100 allow ip from any to any via lo0 00200 deny ip from any to 127.0.0.0/8 65000 allow ip from any to any ... but this no work: the Internet do not encounter the host SRV by address 200.200.200.100! Can you help me? Thank you in advance. Paulo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message