From owner-freebsd-questions Tue May 23 14:57:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id C0B5437B7CE for ; Tue, 23 May 2000 14:57:16 -0700 (PDT) (envelope-from willwong@anime.ca) Received: from magus (HSE-Toronto-ppp134615.sympatico.ca [64.228.83.146]) by smtp11.bellglobal.com (8.8.5/8.8.5) with SMTP id SAA10190 for ; Tue, 23 May 2000 18:03:29 -0400 (EDT) Message-ID: <000901bfc501$da91f160$0300a8c0@anime.ca> From: "William Wong" To: Subject: ipfilter - ipnat Date: Tue, 23 May 2000 17:57:12 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey, I'm experiencing a strange problem with ipfilter/ipnat that shipped with 3.4R. I'm using the following rule in my ipnat config: map tun0 192.168.0.0/24 -> 0/32 proxy port ftp ftp/tcp From my winbox (192.168.0.3) I can initiate passive mode ftp connections without any problems, however when I tried to make an active connection, as soon as my ftp prog sent the LIST command, my BSD box just reboots. If I comment out that line, passive connections still work (of course), and active connections don't work (expected) and it'll just hang around the LIST command (expected). Has anyone experienced this problem/know the solution/know how I can log what is causing this problem? Thanks, - Will To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message