9front - general discussion about 9front
 help / color / mirror / Atom feed
* proposed wiki page for qemu+qemu networking with vde
@ 2011-05-14 16:01 Andreas Wagner
  2011-05-14 18:15 ` Stanley Lieber
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Wagner @ 2011-05-14 16:01 UTC (permalink / raw)
  To: 9front

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: proposed wiki page for qemu+qemu networking with vde
  2011-05-14 16:01 proposed wiki page for qemu+qemu networking with vde Andreas Wagner
@ 2011-05-14 18:15 ` Stanley Lieber
  2011-05-15 11:55   ` Uriel
  0 siblings, 1 reply; 5+ messages in thread
From: Stanley Lieber @ 2011-05-14 18:15 UTC (permalink / raw)
  To: 9front

On Sat, May 14, 2011 at 11:01 AM, Andreas Wagner
<andreasbwagner@gmail.com> wrote:
> 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
>

I think this would be good as part of a more general qemu page. There
are particulars
for configuring host networking on several different operating systems.

-sl

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: proposed wiki page for qemu+qemu networking with vde
  2011-05-14 18:15 ` Stanley Lieber
@ 2011-05-15 11:55   ` Uriel
  2011-05-16  4:27     ` Stanley Lieber
  0 siblings, 1 reply; 5+ messages in thread
From: Uriel @ 2011-05-15 11:55 UTC (permalink / raw)
  To: 9front

On Sat, May 14, 2011 at 8:15 PM, Stanley Lieber
<stanley.lieber@gmail.com> wrote:
> On Sat, May 14, 2011 at 11:01 AM, Andreas Wagner
> I think this would be good as part of a more general qemu page.

Yes, a wiki page covering all the bizarre arcane incantations one
needs to make to get qemu to do networking properly would be great.

uriel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: proposed wiki page for qemu+qemu networking with vde
  2011-05-15 11:55   ` Uriel
@ 2011-05-16  4:27     ` Stanley Lieber
  2011-05-20  2:33       ` cinap_lenrek
  0 siblings, 1 reply; 5+ messages in thread
From: Stanley Lieber @ 2011-05-16  4:27 UTC (permalink / raw)
  To: 9front

On Sun, May 15, 2011 at 6:55 AM, Uriel <uriel@berlinblue.org> wrote:
> On Sat, May 14, 2011 at 8:15 PM, Stanley Lieber
> <stanley.lieber@gmail.com> wrote:
>> On Sat, May 14, 2011 at 11:01 AM, Andreas Wagner
>> I think this would be good as part of a more general qemu page.
>
> Yes, a wiki page covering all the bizarre arcane incantations one
> needs to make to get qemu to do networking properly would be great.
>
> uriel

A qemu page has been created:

http://code.google.com/p/plan9front/wiki/qemu

-sl

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: proposed wiki page for qemu+qemu networking with vde
  2011-05-16  4:27     ` Stanley Lieber
@ 2011-05-20  2:33       ` cinap_lenrek
  0 siblings, 0 replies; 5+ messages in thread
From: cinap_lenrek @ 2011-05-20  2:33 UTC (permalink / raw)
  To: 9front

thanks for the qemu page! :-)

On May 16, 6:27 am, Stanley Lieber <stanley.lie...@gmail.com> wrote:
> On Sun, May 15, 2011 at 6:55 AM, Uriel <ur...@berlinblue.org> wrote:
> > On Sat, May 14, 2011 at 8:15 PM, Stanley Lieber
> > <stanley.lie...@gmail.com> wrote:
> >> On Sat, May 14, 2011 at 11:01 AM, Andreas Wagner
> >> I think this would be good as part of a more general qemu page.
>
> > Yes, a wiki page covering all the bizarre arcane incantations one
> > needs to make to get qemu to do networking properly would be great.
>
> > uriel
>
> A qemu page has been created:
>
> http://code.google.com/p/plan9front/wiki/qemu
>
> -sl

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-05-20  2:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-14 16:01 proposed wiki page for qemu+qemu networking with vde Andreas Wagner
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

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).