From owner-freebsd-questions Fri Oct 19 1:15:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail27.sdc1.sfba.home.com (femail27.sdc1.sfba.home.com [24.254.60.17]) by hub.freebsd.org (Postfix) with ESMTP id BB15637B40C for ; Fri, 19 Oct 2001 01:15:29 -0700 (PDT) Received: from joncheng ([24.100.65.163]) by femail27.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011019081529.XUBR12089.femail27.sdc1.sfba.home.com@joncheng> for ; Fri, 19 Oct 2001 01:15:29 -0700 Message-ID: <008501c15877$84661680$0200a8c0@joncheng> From: "Jon Cheng" To: Subject: Re: please help, problems using ipf and ipnat with @home Date: Fri, 19 Oct 2001 04:24:48 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I have to use a program that only support PORT ftp connection type (ultraedit 8), and I am not having any luck. I can log into my remote ftp server, but I cannot "LIST" and see the contents of that ftp server. My other PASV ftp clients work. How can I set it up so that my UltraEdit ftp (PORT only) connection works? I compiled kernel with the ipfilter option. Any help will be very much appreciated. Here are my config files: file #generic pass in quick on lo0 all pass out quick on lo0 all pass in quick on ed1 all pass out quick on ed1 all ------------------------------------------------------ file map ed0 192.168.0.0/24 -> 0.0.0.0/32 ------------------------------------------------------ file hostname="something.dyndns.org" ifconfig_ed0="DHCP" ifconfig_rl0="inet 192.168.0.1 netmask 255.255.255.0 media autoselect" network_intefaces="ed0 lo0 rl0" gateway_enable="YES" inetd_enable="YES" kern_securelevel_enable="NO" linux_enable="YES" sendmail_enable="YES" sshd_enable="YES" usbd_enable="YES" ipfilter_enable="YES" ipnat_enable="YES" #NFS STUFFS portmap_enable="YES" nfs_server_enable="YES" nfs_server_flags="-u -t -n 4" mountd_flags="-r" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message