From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <59F3414D-5C6B-4F08-BAFE-1EAD8FC17E84@gmx.de> From: =?ISO-8859-1?Q?Andr=E9_G=FCnther?= To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-Reply-To: <14ec7b180904192213pe45c428w83dd689e9aed33ce@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v930.3) Date: Mon, 20 Apr 2009 07:38:22 +0200 References: <14ec7b180904192213pe45c428w83dd689e9aed33ce@mail.gmail.com> Subject: Re: [9fans] Adventures of a home user Topicbox-Message-UUID: ea17fdd2-ead4-11e9-9d60-3106f5b1d025 The special case is here that he runs qemu. And the good news is: In =20 qemu you are always in the same simulated network by default. Which is: your IP: 10.0.2.15 gateway: 10.0.2.2 dns: 10.0.2.3 hardcode these and you should be fine. (if you want to connect to the =20= qemu machine: fiddle around with --redir) Andr=E9 On 20 Apr 2009, at 07:13, andrey mirtchovski wrote: > cat /net/ipselftab and /net/iproute to see what address is assigned by > ipconfig. also, start ndb/cs. > > the order is sometimes important, so i always do: > > ndb/cs > ip/ipconfig > ndb/dns -r # see man page for that argument > > cheers! > > On Sun, Apr 19, 2009 at 11:01 PM, Jim Habegger =20 > wrote: >> I'm working through the Plan 9 documentation at >> http://plan9.bell-labs.com/wiki/plan9/documentation/index.html. >> >> I'm running Plan 9 in QEMU in Ubuntu Intrepid Ibex. >> >>> qemu plan9jim.img -k en-us -no-reboot >> >> I have to wait a few seconds before responding to each prompt, to =20 >> avoid >> having it freeze and losing the keyboard and mouse. >> >> Network Configuration >> >>> term% ip/ipconfig >> >> "ether8390 dummyrr timeout; assuming nodummyrr" >> >> - whatever that means. >> >>> term% ndb/dns -r >>> term% ip/ping 192.168.0.1 >>> sending 32 64 byte messages 1000 ms apart to icmp!192.168.0.1! >>> lost 0 >>> lost 1 >>> . . . >>> lost 31 >>> 32 out of 32 messages lost >> >> Too bad. Some of the instructions in the documentation, and some of =20= >> the >> ideas in the responses to my posts, depend on being connected to =20 >> the network >> and the Internet. >>