From owner-freebsd-ipfw Wed Jun 19 13:29:46 2002 Delivered-To: freebsd-ipfw@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 2B3EF37B407 for ; Wed, 19 Jun 2002 13:29:41 -0700 (PDT) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id g5JKsnv05700; Wed, 19 Jun 2002 15:54:50 -0500 (CDT) (envelope-from nick@rogness.net) Date: Wed, 19 Jun 2002 15:54:49 -0500 (CDT) From: Nick Rogness X-Sender: nick@cody.jharris.com To: Quddus Ullah Khan Cc: freebsd-ipfw@FreeBSD.ORG Subject: Re: transparent proxying In-Reply-To: <000801c2183b$e488c1a0$866457ca@testing> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ipfw@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 20 Jun 2002, Quddus Ullah Khan wrote: > Hello i want to run transparent proxy on fbsd 4.5 i am running only > squid perfectly but when i am trying to run following command it give > me the error in second line plase someone can help me. ? with > examples. > > > ipfw add fwd 127.0.0.1,8080 tcp from 202.87.109.0/24 to not > 202.87.109.0/24 > > ipfw: getsockopt(IP_FW_ADD): Protocol not available You need to add: options IPFIREWALL_FORWARD to your kernel config file. Then rebuild, install, and reboot. Nick Rogness - Don't mind me...I'm just sniffing your packets To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ipfw" in the body of the message