From owner-freebsd-questions Thu Oct 12 15: 3:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rapidnet.com (rapidnet.com [205.164.216.1]) by hub.freebsd.org (Postfix) with ESMTP id CD55837B503 for ; Thu, 12 Oct 2000 15:03:52 -0700 (PDT) Received: from imagination (imagination.rapidnet.com [206.85.240.245]) by rapidnet.com (8.9.3/8.9.3) with SMTP id QAA35128 for ; Thu, 12 Oct 2000 16:03:46 -0600 (MDT) Message-ID: <009b01c03498$2e6afa10$f5f055ce@rapidnet.com> From: "pstapley" To: Subject: Port Forwarding Date: Thu, 12 Oct 2000 16:02:58 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running nat on a BSD machine that is connected to a cable modem. I have an application on a windows machine that is running behind the BSD on a private network. the application uses ports 51200-51201 and 51210. Well this application works great going out but can't receive anything from the server out on the internet so I am thinking I have to forward the packets that the BSD machine receives on these ports. So I added a couple flags to natd: -redirect_port udp machine2:51200-51201 51200-51201 -redirect_port udp machine2:51210 51210 This is assuming machine2 is the windows machine. Now what I would like to know is if I am doing the right thing to achieve what I want, or if I am way off. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message