The special case is here that he runs qemu. And the good news is: In
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
qemu machine: fiddle around with --redir)
André
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
<[email protected]> 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
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
the
ideas in the responses to my posts, depend on being connected to
the network
and the Internet.