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.
>>
>
>
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
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
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
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
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 '#
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
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
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
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
10 matches
Mail list logo