From owner-freebsd-questions Tue May 28 18:32:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix.ultradns.net (postfix.ultradns.net [204.74.100.40]) by hub.freebsd.org (Postfix) with ESMTP id 76C5437B403 for ; Tue, 28 May 2002 18:32:52 -0700 (PDT) Received: from localhost (localhost.ultradns.net [127.0.0.1]) by postfix.ultradns.net (Postfix) with ESMTP id 2293C22F0C; Tue, 28 May 2002 18:36:35 -0700 (PDT) Received: from ultra-exchange.UltraDNS.com (nat-external.ultradns.net [204.74.100.10]) by postfix.ultradns.net (Postfix) with ESMTP id 354FE22E8F; Tue, 28 May 2002 18:36:32 -0700 (PDT) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: NATD on 4.5 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Tue, 28 May 2002 18:32:49 -0700 Message-ID: <3DBB075EEB95944492E127F2B9A96FAF5DD832@ultra-exchange.UltraDNS.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: NATD on 4.5 Thread-Index: AcIDvmA021L5GkIQSUKIesm1MKyLEQC8ffEg From: "Patrick Soltani" To: "Mark-Nathaniel Weisman" , X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > In the additional file I create (natd.conf)? Do I then add=20 > everything that > was in quotes? >=20 > "-redirect_port tcp IPAddress:http 80" > "-redirect_port tcp IPAddress:https 443" >=20 Yes, except get rid of the -. The /etc/natd.conf should look like this: no dashes. redirect_port tcp IPAddress:http 80 redirect_port tcp IPAddress:https 443 redirect_port tcp 192.168.1.14:993 11.14.14.14:993 This should do it. Regards, Patrick Soltani. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message