From owner-freebsd-questions Sat Feb 19 10:17: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vail.net (vail.net [199.45.148.10]) by hub.freebsd.org (Postfix) with ESMTP id 251FF37BCDE for ; Sat, 19 Feb 2000 10:17:06 -0800 (PST) (envelope-from ivanfetch@technologist.com) Received: from gatekeeper.cfcc.com (cfcc.com [204.144.216.251]) by vail.net (8.9.3/8.9.3) with ESMTP id LAA10956; Sat, 19 Feb 2000 11:12:24 -0700 (MST) Received: from ibis.ivanfetch.tzo.com (206.133.170.156 [206.133.170.156]) by gatekeeper.cfcc.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3) id FB03WKCH; Sat, 19 Feb 2000 11:21:19 -0700 Date: Sat, 19 Feb 2000 11:15:32 -0700 (MST) From: Ivan Fetch X-Sender: ifetch@ibis.ivanfetch.tzo.com To: dc Cc: questions@FreeBSD.ORG Subject: Re: Redirecting/mapping ports to a local machine... help! In-Reply-To: <38AED9C2.13F933BF@cyrebels.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Your Windows FTP server does work on port 42: ftp your_Internet_IP 42 Connected to u-serv FTP... I am not sure if this is why things were not working when you tedted them, but testing your ftp connection from inside your LAN (192.168.X.X) will not work. Maybe telnet to another machine on the Internet and then try FTPing back to your FreeBSD box for testing purposes. Ivan. On Sat, 19 Feb 2000, dc wrote: > Hi, > > i've got 2 computers, 1 on freebsd, the other on windows. They are > sharing the net using natd. But i got a ftp server on port 42 of my > windows box, and i want to make it available from the outside... i tried > to do it with "redirect_port", here goes my natd.conf file: > > > ### Configuration file for Natd > > alias_address 24.226.185.143 > redirect_port tcp 192.168.0.2:42 42 > redirect_port udp 192.168.0.2:42 42 > > ### End > > > then i launched "natd -conf /etc/natd.conf", both computers were sharing > the net as before, though i couldn't access the ftp server from the > outside. > > I can connect to the ftp server from the bsd box using the local ip > (19.168.0.2).... > > > Help!! > Thanks > > > <<<<>>>> > << dc >> > <<<<>>>> > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message