From owner-freebsd-questions@FreeBSD.ORG Fri Dec 19 11:25:57 2003 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 246A616A4CF for ; Fri, 19 Dec 2003 11:25:57 -0800 (PST) Received: from inferno.eagle.ca (inferno.eagle.ca [209.167.16.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4799B43D1D for ; Fri, 19 Dec 2003 11:25:55 -0800 (PST) (envelope-from iaccounts@northnetworks.ca) Received: from [192.168.1.102] (sfw2.eagle.ca [209.167.58.74]) by inferno.eagle.ca (8.12.8/8.12.3) with ESMTP id hBJJLSiE038853 for ; Fri, 19 Dec 2003 14:21:28 -0500 (EST) (envelope-from iaccounts@northnetworks.ca) From: Steve Bertrand To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1071861946.251.18.camel@ptp.northnetworks.ca> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 19 Dec 2003 14:25:46 -0500 Content-Transfer-Encoding: 7bit Subject: [Fwd: Re: [4.9-R] Ip forwarding for internal VNC.] 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: Fri, 19 Dec 2003 19:25:57 -0000 Sorry, forgot to Cc list: > [xl0,Public Range IP, 196.xx.xx.xx] > [xl1,Private Range IP, 192.168.0.1] > > Windows 2k server > [Private IP, 192.168.0.2] > > The Windows 2000 server is running VNC and is serving as > an application server for windows software that is not-so-stable on > FreeBSD. :P (The windows machine is not connected directly to the > Internet for obvious reasons ;) ) > > What I want: I want to be able to connect to the VNC service > running on the Windows machine, via the Internet. > Put the following in your natd.conf file: redirect_port tcp 192.168.0.2:5800 5800 then HUP natd. Steve > Is it possible to set up port forwarding so that if I connect > to the FreeBSD machine on port 5800, the request be forwarded > to the Windows machine on port 5800? Do I need to set up the > FreeBSD machine in any specific way to accomplish this setup? > > Thank you in advance. > > Please copy me in any replies, as I am only subscribed to the digest. > > Thank you. > Regards > Jaco van Tonder > > > _______________________________________________ > 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"