From owner-freebsd-questions Sun Jul 2 12:52:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.prod.itd.earthlink.net (merlin.prod.itd.earthlink.net [207.217.120.156]) by hub.freebsd.org (Postfix) with ESMTP id 0F21E37B61F for ; Sun, 2 Jul 2000 12:52:14 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0639.cvx20-bradley.dialup.earthlink.net [209.179.252.129]) by merlin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id MAA09715; Sun, 2 Jul 2000 12:51:44 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id MAA03987; Sun, 2 Jul 2000 12:49:33 -0700 (PDT) Date: Sun, 2 Jul 2000 12:49:19 -0700 From: "Crist J. Clark" To: Joel Eusebio Cc: freebsd-questions@FreeBSD.ORG Subject: Re: transparent proxy Message-ID: <20000702124918.B3842@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from joel@tilapia.pang.pworld.net.ph on Sun, Jul 02, 2000 at 01:34:32PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 01:34:32PM +0000, Joel Eusebio wrote: > Hi All, > Do I have to tweak the GENERIC kernel on /usr/src/sys to activate ipfw No, you can just load the KLD. > and > what does LINT do??? It is not a working kernel. It just lists all (pretty close to all anyway) of the things you could put into a kernel config file and has some useful comments. > If so what are the values that I have to add in the > GENERIC kernel or in the LINT in order for ipfw or natd to work??? Go to the LINT kernel and search for IPFIREWALL. Also, see ipfw(8), natd(8), and divert(4). > BTW I'm > setting up a transparent proxy on my 4.0-stable and I've posted this > before and tried the suggestions that was given to me by some helpfull > people but still I can't make transparent proxy to run. Thanks again Well, transparent proxies need more options to run, namely, IPFIREWALL_FORWARD. Copy GENERIC to some new file, the machine name is a popular choice, add the lines you figure out you need, delete things that came from GENERIC that you don't need, and build a new kernel. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message