From owner-freebsd-small Mon Jul 9 20:49:49 2001 Delivered-To: freebsd-small@freebsd.org Received: from wombat.bytecraft.au.com (wombat.bytecraft.au.com [203.39.118.3]) by hub.freebsd.org (Postfix) with ESMTP id 7DE6537B401 for ; Mon, 9 Jul 2001 20:49:44 -0700 (PDT) (envelope-from taylorm@bytecraft.au.com) Received: from pc99101401.bytecraft.au.com (unknown [203.39.118.42]) by wombat.bytecraft.au.com (Postfix) with SMTP id 303D03EA0; Tue, 10 Jul 2001 13:49:41 +1000 (EST) Message-ID: <025401c108f3$ac797280$2a7627cb@pc99101401.bytecraft.au.com> Reply-To: "Murray Taylor" From: "Murray Taylor" To: "Bruce R. Montague" Cc: , Subject: Re: router, oinit, init Date: Tue, 10 Jul 2001 13:52:00 +1000 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bruce, Ah Yup .. the initial mod you suggested to the router rc file didnt work so I am assuming that oinit isnt doing anything clever with it. I have currently hacked a copy of my bridge disk to reset the sysctls for bridgeing to 0 and the forwarding to 1 so that it can start to act as a router. thats net.link.ether.bridge=0 net.inet.in.forwarding=1 and i will be using my existing ipfw setup from the bridge days this appears to be booting and setting thingz ok now thanx guys Murray Taylor Project Manager Bytecraft Systems Pty Ltd ph: +61 3 9587 2555 Fax: +61 3 9587 1614 Email: taylorm@bytecraftsystems.com -----Original Message----- From: Bruce R. Montague To: taylorm@bytecraftsystems.com Date: Tuesday, 10 July 2001 13:28 Subject: router, oinit, init > > Murray, just to nail this dead, in >light of Don Wilde's suggestion, >the "router" config is the only one >of the configurations that uses "oinit" >instead of "init"... (this is specified >in the PICOBSD config file in the >respective config directory). "init" >uses the shell (sh), while "oinit" looks >like it was written for absolute minimal >size, probably back when PicoBSD was not >really fitting on a single disk anymore... > > The configs that use init/sh will exec >the floppy.tree/etc/rc script, which >runs rc.conf, which "hardcodes" setting >environmental variables... > > Hope this helps. > > - bruce > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message