From mboxrd@z Thu Jan 1 00:00:00 1970 From: anothy@cosym.net To: 9fans@cse.psu.edu Subject: Re: [9fans] Hooking a Plan9 Terminal to the Network MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Message-Id: <20001024050456.0AF34199CC@mail> Date: Tue, 24 Oct 2000 01:04:52 -0400 Topicbox-Message-UUID: 1c4f8dda-eac9-11e9-9e20-41e7f4b1d025 in my local setup, i use the following to get around ip/ipconfig not looking at the ndb files. it's a small change to /bin/[cpu,term]rc : ndb/cs sysname=`{cat /dev/sysname} myip=`{ndb/query sys $sysname ip} ip/ipconfig ether /net/ether0 $myip 255.255.255.0 >/dev/null >[2=1] ndb/dns -r and everything seems happy with this. this allows me to share the files accross multiple machines. maybe the subnet mask and gateway could be gotten via ndb, but i've not tried that. -α.