From: Andreas Wagner <andreasbwagner@gmail.com>
To: 9front@googlegroups.com
Subject: proposed wiki page for qemu+qemu networking with vde
Date: Sat, 14 May 2011 12:01:54 -0400 [thread overview]
Message-ID: <BANLkTinKrC3QQK58LHoo5kgf=VgUeQ6FNA@mail.gmail.com> (raw)
Hello,
I propose a new wiki page with the following content. It includes
networking with VDE, something I didn't see mention of anywhere in
relation to plan9.
Networking (Linux host)
=======
# get vde2 with your package manager...
# set up a tap interface
sudo tunctl -u <username> -t tap0
# start a virtual switch connected to the tap interface
vde_switch --tap tap0 -daemon
# connect the switch to the network of the host. Use dhcp.
slirpvde --dhcp --daemon
Installation
=======
Create a disk image.
qemu-img create -f qcow2 9front.qcow2.img 10G
Boot from the iso ( http://code.google.com/p/plan9front/wiki/mirrors )
qemu -hda 9front.qcow2.img -cdrom 9front.iso -boot d -vga std -m
768 -net nic,macaddr=52:54:00:00:EE:03 -net vde #Consider using kvm if
your cpu supports it.
Install. ( http://code.google.com/p/plan9front/wiki/install )
Usage
====
Booting into your 9front install.
qemu -hda 9front.qcow2.img -cdrom 9front.iso -boot c -vga std -m
768 -net nic,macaddr=52:54:00:00:EE:03 -net vde
In 9front.
ip/ipconfig
ndb/dns -r
next reply other threads:[~2011-05-14 16:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-14 16:01 Andreas Wagner [this message]
2011-05-14 18:15 ` Stanley Lieber
2011-05-15 11:55 ` Uriel
2011-05-16 4:27 ` Stanley Lieber
2011-05-20 2:33 ` cinap_lenrek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='BANLkTinKrC3QQK58LHoo5kgf=VgUeQ6FNA@mail.gmail.com' \
--to=andreasbwagner@gmail.com \
--cc=9front@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).