From owner-freebsd-stable Fri Jun 19 09:13:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA11227 for freebsd-stable-outgoing; Fri, 19 Jun 1998 09:13:06 -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 JAA11092 for ; Fri, 19 Jun 1998 09:12:30 -0700 (PDT) (envelope-from damascus@eden.rutgers.edu) Received: from athena ([24.3.219.36]) by ha1.rdc1.nj.home.com (Netscape Mail Server v2.02) with SMTP id AAA15261; Fri, 19 Jun 1998 09:12:20 -0700 Message-Id: <3.0.5.32.19980619121410.00821100@eden-backend.rutgers.edu> X-Sender: damascus@eden-backend.rutgers.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 19 Jun 1998 12:14:10 -0400 To: freebsd-stable@FreeBSD.ORG From: Carroll Kong Subject: FreeBSD NATD and War FTP Cc: Carroll Kong 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 Sorry for repeating, I forgot to add the cc make to my email address since I left the main list. 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. On the Windows side, I got an error saying "ILLEGAL PORT RANGE". And when someone did a tcpdump on me, he said that the ftp-data port was not connecting? 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