From owner-freebsd-questions Fri Nov 17 12:10: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server1.lojasobino.com.br (server1.lojasobino.com.br [200.248.23.150]) by hub.freebsd.org (Postfix) with ESMTP id 9BC9637B479 for ; Fri, 17 Nov 2000 12:09:58 -0800 (PST) Received: from pc2 (pc2.lojasobino.com.br [128.1.1.101]) by server1.lojasobino.com.br (8.10.2/8.10.2) with SMTP id eAHKCOm13496 for ; Fri, 17 Nov 2000 18:12:27 -0200 (EDT) Message-ID: <000701c050d1$afc84ae0$65010180@lojasobino.com.br> From: "Fabrizzio Batista" To: Subject: NAT with redirect_port Date: Fri, 17 Nov 2000 18:05:06 -0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi gurus, Iīm using NAT with redirect_port in SMTP and everything is fine when the clients are out of my internal net. But when I try to access my internal Server from a internal client, the redirect_port in natd not work. 200.12.1.1 200.12.1.2 192.168.1.2 192.168.1.1 Internet -------> Server With NAT ---------> SMTP Server From 200.12.1.1 : telnet 200.12.1.2 25 -> Itīs Works 200... 192.168.1.2/ ----------Internal Client Server With NAT -----------> SMTP Server -> NOT WORK From 192.168.1.3: telnet 200.12.1.2 25 -> Itīs not work natd -n rl0 -redirect_port 192.168.1.1:25 25 So, anybody help me ??? Thanks in advance, Fabrizzio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message