From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from felloff.net ([199.191.58.38]) by ttr; Thu Aug 28 04:27:59 EDT 2014 Message-ID: <956585e7edb2b98d7a05825464711dc0@felloff.net> List-ID: <9front.9front.org> X-Glyph: ➈ X-Bullshit: scale-out NoSQL cache Date: Thu, 28 Aug 2014 10:27:52 +0200 From: cinap_lenrek@felloff.net To: 9front@9front.org Subject: Re: [9front] cwfs and hjfs In-Reply-To: <7ea80a9a06596237c1bceee8a411ae8a@saturn.jitaku.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit you can do static ip configuration with bootargs like: tcp!-g 192.168.0.1 ether /net/ether0 192.168.0.23 255.255.255.0 where 192.168.0.1 is the gateway, 192.168.0.23 is your static ip address and 255.255.255.0 is the subnet mask. everthing after tcp! is just passed as arguments to ipconfig. you can even pass file and auth servers like that, just look up ipconfig(8). thats why i dont understand the usefullness of that new ipconfig= parameter. if your machine boots from a local disk fileserver, then you do not need this. you boot with local!/some/disk and termrc sets up network from ndb, static or dynamic. -- cinap