From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 12:00:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A0B16A43E for ; Fri, 28 Oct 2005 12:00:42 +0000 (GMT) (envelope-from bob.middaugh@comcast.net) Received: from xmail2.state.nj.us (xmail2.state.nj.us [199.20.71.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F0FE43D53 for ; Fri, 28 Oct 2005 12:00:42 +0000 (GMT) (envelope-from bob.middaugh@comcast.net) Received: from mail2av.state.nj.us (mail2av.state.nj.us [10.34.20.40]) by xmail2.state.nj.us (8.12.10+Sun/8.12.10) with SMTP id j9SC0eT8002459 for ; Fri, 28 Oct 2005 08:00:41 -0400 (EDT) Received: from (199.20.109.30) by mail2av.state.nj.us via smtp id 16e2_f3e45e40_47ab_11da_8f67_00304811e4b6; Fri, 28 Oct 2005 08:11:21 -0400 Received: from monitor3 ([10.6.172.82]) by revere.dol.state.nj.us (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IP200J53K4CEM@revere.dol.state.nj.us> for freebsd-questions@freebsd.org; Fri, 28 Oct 2005 08:02:36 -0400 (EDT) Date: Fri, 28 Oct 2005 08:00:40 -0400 From: Bob Middaugh In-reply-to: <20051028101804.72693.qmail@web30315.mail.mud.yahoo.com> To: "'Yance Kowara'" , freebsd-questions@freebsd.org Message-id: <0IP200J54K4CEM@revere.dol.state.nj.us> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Thread-index: AcXbqOv6fibwOiIaQ7iZQwwR7UE1yQADWmLA Cc: Subject: RE: sysctl.conf (formerly packet forwarding) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 12:00:42 -0000 Yance Kowara writes: Thank you for the clarification about setting GATEWAY (packet forwarding) in systl.conf and rc.conf. The handbook suggested that "Over five hundred system variables can be read and set using sysctl(8)" ... Any clue as to where I can see those "over five hundred system variables"? ... just being curious ... Also, is this sysctl.conf a unique feature of FreeBSD or a feature of nay *NIX O/S? Kind regards, Yance sysctl -a Check out: http://sysctl.enderunix.org/index.php?tip_id=1&lang=en There are 80+ documented there. The sites goal is to get as many as possible documented, so if you come across some that aren't there, and you know what they do, please submit. Someone was looking for window scaling, rfc 1323 covers that I think: net.inet.tcp.rfc1323 enables high performance TCP extensions Bob