From owner-freebsd-stable Thu Jun 18 14:17:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16224 for freebsd-stable-outgoing; Thu, 18 Jun 1998 14:17:17 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from ha1.rdc1.nj.home.com (siteadm@ha1.rdc1.nj.home.com [24.3.128.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA16211 for ; Thu, 18 Jun 1998 14:17:09 -0700 (PDT) (envelope-from damascus@eden.rutgers.edu) Message-Id: <199806182117.OAA16211@hub.freebsd.org> Received: from athena ([24.3.219.36]) by ha1.rdc1.nj.home.com (Netscape Mail Server v2.02) with SMTP id AAA11308 for ; Thu, 18 Jun 1998 14:17:08 -0700 X-Sender: damascus@eden-backend.rutgers.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Thu, 18 Jun 1998 17:18:58 -0500 To: freebsd-stable@FreeBSD.ORG From: Carroll Kong Subject: NATD Problems and War-FTPD In-Reply-To: <199806092041.NAA00690@hub.freebsd.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi guys. I am using NATD with a 2.2.6 FreeBSD stable box. So far, natd has been working great, and through the use of the "Permanent Link" arguments and options, I was able to get onto services like "battle.net" which used udp packets on a high port. Now, I am experiencing some problems with connecting to the warftpd of Microsoft systems. I am using a client end machine off of the natd box, trying to ftp into a war-ftp daemon server which is not using the default 21 port. They are using some insane port like 10500. I figured, a mere "redirect_port 192.168.1.2:21 10500" should work, or "Permanent_link 192.168.1.2:10500 0.0.0.0:10500 10500" would work (while adding an entry on /etc/services), or "redirect_address 192.168.0.1.2 0.0.0.0" would work. But none of them did. My Microsoft System that is behind the natd freebsd box cannot ftp into these sites using clients such as cute ftp or bullet ftp. Does anyone know what could be wrong? Or what I am doing wrong? I am pretty sure those command shoud have worked, but none have. I can login, but when it send me the "ASCII ls -l", it fails. I heard that linux needed an "ftp module" for their ip masquerading, but I am pretty sure that natd can do this on it's own. Does anyone know of a solution? Or what I am doing wrong? Thanks in advance! -Carroll Kong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message