From mboxrd@z Thu Jan 1 00:00:00 1970 From: tad@plan9.bell-labs.com Message-Id: <200006211551.LAA22394@cse.psu.edu> Date: Wed, 21 Jun 2000 11:51:11 -0400 To: bdodd@austin.ibm.com, 9fans@cse.psu.edu Subject: Re: [9fans] Re: plan9 networking trouble. MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: c66e699a-eac8-11e9-9e20-41e7f4b1d025 If you go to http://www.csh-east.org/~tad/plan9, you'll find a script called ``netconfig'' and an example /lib/ndb/local file that you can use to maybe ease the setup. In /rc/bin/termrc, replace the call to ip/ipconfig with a call to netconfig, which will prompt you for DHCP or a system name from the ndb database. The example /lib/ndb/local file is the configuration I use on my laptop, which roams between work (DHCP), and home, connected to the Lucent intranet. When I boot my laptop at work, I pick the default (DHCP), and when I boot at home, I enter "think" at the "system name" prompt. -Tad