From owner-freebsd-questions Mon Mar 30 00:06:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16624 for freebsd-questions-outgoing; Mon, 30 Mar 1998 00:06:43 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (f21.hotmail.com [207.82.250.32]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA16614 for ; Mon, 30 Mar 1998 00:06:38 -0800 (PST) (envelope-from bgallucci@hotmail.com) Received: (qmail 27620 invoked by uid 0); 30 Mar 1998 08:06:03 -0000 Message-ID: <19980330080603.27619.qmail@hotmail.com> Received: from 24.1.88.78 by www.hotmail.com with HTTP; Mon, 30 Mar 1998 00:06:03 PST X-Originating-IP: [24.1.88.78] From: "Brian Gallucci" To: questions@FreeBSD.ORG Subject: Help Pleaseeee Content-Type: text/plain Date: Mon, 30 Mar 1998 00:06:03 PST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a local network here with a cable modem, and I'm trying to be able to ftp into one of my NT boxs->192.168.0.20 Here's my network settings ed0->24.1.88.78 ed1->192.168.0.1 & has a alias 192.168.105.1 This is what I type to get it all up and running ipfw -f flush ipfw add divert natd all from any to any via ed0 ipfw add pass all from any to any natd -interface ed0 And everything works fine. I have turned off ftp services in the inetd.conf file Someone told me to type this and it would fix the problem natd -redirect_port tcp 192.168.0.20:ftp 21 24.1.88.78:ftp 21 and this is what I get back natd: aliasing address not given.. So what I'm trying to do is from the outside of my network ftp into 192.168.0.20-> The NT box...Thanks ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message