From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] IP on boot time From: "Russ Cox" Date: Sat, 7 Apr 2007 09:45:35 -0400 In-Reply-To: <4a591bc90704070246h6edc40detb4b97cf4ef7ef7fe@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20070407134535.C47BB1E8C1F@holo.morphisms.net> Topicbox-Message-UUID: 40bac0d2-ead2-11e9-9d60-3106f5b1d025 > Can I configure IP interface at boot time for my standalone cpu/file server? > Experiment with bootargs shows that is not possible. > I want to listen my fossil in it config, but it can not because > "fossil(#S/sdC0/fossil)...listen: announce 'il!192.168.1.6!17008': > announce writing /net/il: not a local IP address" For a standalone machine, IP configuration happens after starting fossil, so you can't specify an IP address like you are doing. However, you can announce il!*!17008 and tcp!*!564 and then fossil will listen on all subsequently-configured interfaces. Russ