From owner-freebsd-hackers Mon Jan 13 13:50:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA08347 for hackers-outgoing; Mon, 13 Jan 1997 13:50:21 -0800 (PST) Received: from cheops.anu.edu.au (avalon@cheops.anu.edu.au [150.203.76.24]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id NAA08325 for ; Mon, 13 Jan 1997 13:50:09 -0800 (PST) Message-Id: <199701132150.NAA08325@freefall.freebsd.org> Received: by cheops.anu.edu.au (1.37.109.16/16.2) id AA064172159; Tue, 14 Jan 1997 08:49:19 +1100 From: Darren Reed Subject: Re: IPFILTER To: tinguely@plains.nodak.edu (Mark Tinguely) Date: Tue, 14 Jan 1997 08:49:19 +1100 (EDT) Cc: brian@awfulhak.demon.co.uk, chris@mail.bb.cc.wa.us, hackers@freebsd.org In-Reply-To: <199701131535.JAA18697@plains.nodak.edu> from "Mark Tinguely" at Jan 13, 97 09:35:07 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In some mail from Mark Tinguely, sie said: > > > but ftp DATA commands never worked and it > > crashed the machine a few times. Socks, cached and ppp -alias are all far > > superior ! > > a ftp proxy (such as one that comes with the FWTK) is needed. Also do not > unload the ip-filter lkm if there is an active network address translation; > it will panic the machine. Fixed that bug, unless you mean unloading it while wunning ipmon (which I hear will cause a panic but that's also an OS issue). Let me explain that a bit more. Under SunOS4 if I "modload if_ipl.o" then run "ipmon", background it. "modunload -i ", go back to "ipmon" and ^C that, SunOS4 panics. Under FreeBSD 2.1.5, that doesn't happen, but under newer versions of FreeBSD I am told it does. Darren