From owner-freebsd-questions@FreeBSD.ORG Sun Jul 4 10:11:31 2004 Return-Path: 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 4E9F716A4CE for ; Sun, 4 Jul 2004 10:11:31 +0000 (GMT) Received: from lakermmtao12.cox.net (lakermmtao12.cox.net [68.230.240.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2CCC43D41 for ; Sun, 4 Jul 2004 10:11:30 +0000 (GMT) (envelope-from micheal@tsgincorporated.com) Received: from router.rcservers.com ([68.227.96.223]) by lakermmtao12.cox.netESMTP <20040704101130.XDIX9233.lakermmtao12.cox.net@router.rcservers.com>; Sun, 4 Jul 2004 06:11:30 -0400 Received: from dredster (dredster.rcservers.com [192.168.1.2]) by router.rcservers.com (8.12.11/8.12.9) with ESMTP id i64ABSIJ010528; Sun, 4 Jul 2004 05:11:29 -0500 (CDT) (envelope-from micheal@tsgincorporated.com) Message-ID: <03ad01c461af$4fab8b70$0201a8c0@dredster> From: "Micheal Patterson" To: "Jon Kurjakovich" , References: <000001c461a4$e7f747d0$0301a8c0@glamdring> Date: Sun, 4 Jul 2004 05:11:40 -0500 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 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Re: NATD Port Forwarding question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 10:11:31 -0000 Is the system configured to accept remote desktop requests? Windows XP has it disabled by default. -- Micheal Patterson TSG Network Administration 405-917-0600 Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ----- Original Message ----- From: "Jon Kurjakovich" To: Sent: Sunday, July 04, 2004 3:57 AM Subject: NATD Port Forwarding question > Hi there, > > I am currently using FreeBSD 4.8-RELEASE. I do plan on upgrading to > 5.2-CURRENT shortly but I know people who are using 5.2-CURRENT and are > experiencing the same problem as me. If this email is not appropriate in > this mailing list, could you please forward me to the correct one. Thank > you. > > My problem: I am trying to use NATD to forward packets to machines on > the internal network using the redirect_port command. I am specifically > trying to connect to a Terminal Server on a Windows 2000 machine. It > never seems to work for me. I am running natd using the following > command: natd -f /etc/natd.conf with the following options in my > natd.conf file. > > interface tun0 > same_ports yes > use_sockets yes > unregistered_only > redirect_port tcp 192.168.1.2:3389 3389 > > When I create an SSH tunnel using putty, that works fine. It is only > when I try and use natd w/ port-forwarding that it doesn't work. I > configure an extremely open firewall to ensure it is not my firewall > causing the problems. The commands I use are: > > /sbin/ipfw -f flush > /sbin/ipfw add 50 divert natd all from any to any via tun0 > /sbin/ipfw add pass all from any to any > > If anybody could shine any light on this problem for me - it'd be > greatly appreciated. I have been trying to resolve the problem > on-and-off for months now to no avail. I finally decided I should try > the mailing list. > > Thanks. > > Regards, > Jon > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >