Re: [9fans] qemu and networking

2014-01-09 Thread Bence Fábián
ip/ping is a plan 9 command 10.0.2.2 is the ip of the (simulated) gateway from the guest 2014/1/9 Nicolas Bercher > On 09/01/2014 17:10, Bence Fábián wrote: > >> In his mail he was trying to reach the host from the guest. >> But the other way around he would need tun/tap. That's correct. >> > >

Re: [9fans] qemu and networking

2014-01-09 Thread Nicolas Bercher
On 09/01/2014 17:10, Bence Fábián wrote: In his mail he was trying to reach the host from the guest. But the other way around he would need tun/tap. That's correct. On 07/01/2014 23:16, Yoann Padioleau wrote: > How can I transfer files between plan9 and my host (I'm under macos)? Not sure the

Re: [9fans] qemu and networking

2014-01-09 Thread Bence Fábián
In his mail he was trying to reach the host from the guest. But the other way around he would need tun/tap. That's correct. 2014/1/9 Nicolas Bercher > On 08/01/2014 09:11, Bence Fábián wrote: > >> I use >> QEMU emulator version 1.6.0, Copyright (c) 2003-2008 Fabrice Bellard >> I don't give any

Re: [9fans] qemu and networking

2014-01-09 Thread Bence Fábián
Oh btw I'm on linux not os x. But didn't think that makes a difference for guest network. 2014/1/9 Bence Fábián > In his mail he was trying to reach the host from the guest. > But the other way around he would need tun/tap. That's correct. > > > 2014/1/9 Nicolas Bercher > >> On 08/01/2014 09:1

Re: [9fans] qemu and networking

2014-01-09 Thread Nicolas Bercher
On 08/01/2014 09:11, Bence Fábián wrote: I use QEMU emulator version 1.6.0, Copyright (c) 2003-2008 Fabrice Bellard I don't give any networking options at the command line and it works for me. I use 9front but I don't think it matters. I think Yoann asked how to connect to Plan9 from MacOS, rig

Re: [9fans] qemu and networking

2014-01-08 Thread Bence Fábián
I use QEMU emulator version 1.6.0, Copyright (c) 2003-2008 Fabrice Bellard I don't give any networking options at the command line and it works for me. I use 9front but I don't think it matters. term% pci | grep net 0.3.0:net 02.00.00 8086/100e 11 0:febc 131072 1:c041 64 term% cat '#

Re: [9fans] qemu and networking

2014-01-07 Thread Bakul Shah
On Tue, 07 Jan 2014 22:16:02 GMT Yoann Padioleau wrote: > I've installed plan9 on a plan9.raw.img file via qemu and I'm able to boot = > on it. > How can I transfer files between plan9 and my host (I'm under macos)? > I've followed http://plan9.bell-labs.com/wiki/plan9/installing_plan_9_on_qe= > m

Re: [9fans] qemu and networking

2014-01-07 Thread plannine
On Tue, Jan 07, 2014 at 10:16:02PM +, Yoann Padioleau wrote: > qemu -hda Plan9.qcow2.img -net nic -net user > > but from plan9 when I do > > rc> ip/ping 10.0.2.2 nothing happens. The user-mode (SLIRP) network stack in QEMU doesn't support ICMP. http://wiki.qemu.org/Documentation/Networking

Re: [9fans] qemu and networking

2014-01-07 Thread mveety
I've only ever gotten networking working on OS X using the tun/tap driver. It's a bit of a pain in the ass but works quite well. -- Veety

[9fans] qemu and networking

2014-01-07 Thread Yoann Padioleau
Hi, I've installed plan9 on a plan9.raw.img file via qemu and I'm able to boot on it. How can I transfer files between plan9 and my host (I'm under macos)? I've followed http://plan9.bell-labs.com/wiki/plan9/installing_plan_9_on_qemu/index.html and run qemu -hda Plan9.qcow2.img -net nic -net u