From owner-freebsd-hackers Sat Nov 15 18:09:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA10652 for hackers-outgoing; Sat, 15 Nov 1997 18:09:59 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA10647 for ; Sat, 15 Nov 1997 18:09:56 -0800 (PST) (envelope-from nash@Jupiter.Mcs.Net) Received: from Jupiter.Mcs.Net (nash@Jupiter.mcs.net [192.160.127.88]) by Kitten.mcs.com (8.8.5/8.8.2) with ESMTP id UAA24219; Sat, 15 Nov 1997 20:09:55 -0600 (CST) Received: from localhost (nash@localhost) by Jupiter.Mcs.Net (8.8.7/8.8.2) with SMTP id UAA16267; Sat, 15 Nov 1997 20:09:55 -0600 (CST) Date: Sat, 15 Nov 1997 20:09:55 -0600 (CST) From: Alex Nash To: Andreas Klemm cc: hackers@FreeBSD.ORG Subject: Re: kernel options for turning off source routing and ip accounting ? In-Reply-To: <19971115231043.02073@klemm.gtn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 15 Nov 1997, Andreas Klemm wrote: > Just read an article about Linux as firewall system and noticed > the ability to turn off source routing and turn on ip accounting. > > http://www.linux-magazin.de/ > > Do we also have such options ? Source routing: sysctl net.inet.ip.sourceroute Accounting: man ipfw I'll give you one guess as to where the original firewall code in Linux comes from :) Alex