From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <32a656c2050722182857b2d11@mail.gmail.com> Date: Sat, 23 Jul 2005 10:28:44 +0900 From: Vester Thacker To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] fossil+venti install and network? In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6e62737a57c05a8db6a471a298c886ae@quintile.net> Topicbox-Message-UUID: 6eaed6e2-ead0-11e9-9d60-3106f5b1d025 Iswar, Depending on your needs, an alternative solution is to add something similiar to the following in your /rc/bin/cpurc file: sysname=3D'{cat/dev/sysname} switch($sysname){ case iswar ip/ipconfig -g 192.168.0.1 ether /net/ether0 192.168.1.20 255.255.255.= 0 ndb/dns -r case rattan ndb/dns -srn case * ndb/dns -r } -vester