From owner-freebsd-questions Wed Oct 16 11:55:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8980237B401 for ; Wed, 16 Oct 2002 11:55:33 -0700 (PDT) Received: from smtp030.tiscali.dk (smtp030.tiscali.dk [212.54.64.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60D6343EAF for ; Wed, 16 Oct 2002 11:55:32 -0700 (PDT) (envelope-from db@traceroute.dk) Received: from cpmail.dk.tiscali.com (mail.tiscali.dk [212.54.64.159]) by smtp030.tiscali.dk (8.12.5/8.12.5) with ESMTP id g9GIreXv029839 for ; Wed, 16 Oct 2002 20:55:29 +0200 (MEST) Received: from rafter (213.237.112.252) by cpmail.dk.tiscali.com (6.0.053) id 3DAA952F000BB57C for freebsd-questions@freebsd.org; Wed, 16 Oct 2002 20:55:30 +0200 Date: Wed, 16 Oct 2002 21:01:08 +0200 From: Socketd To: freebsd-questions@freebsd.org Subject: FTP forwarding Message-ID: <20021016190108.GA290@rafter> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.3.6 Lines: 17 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 Hi all I know this is not a FreeBSD question, but I hope someone can help me. I have one global IP and a cisco router. On my LAN I have 3 FreeBSD 4.7 servers. On one server I run the standard ftpd, so I have to forward ftp traffic to that server. I should forward: 21 and 49152-65535, right? Also port 20? Btw, I know how to make the router forward one port, but can I just write ip nat inside source static 192.168.1.2 49152-65535 interface dialer0 49152-65535 to forward all those ports? In the future I will also run httpd, smtpd, sshd and pop3d (and maybe imapd) servers, do any of these need some special ports above 1024? br socketd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message