* [Qemu-devel] qemu-0.8.0 question?
@ 2006-01-02 17:30 Ishwar Rattan
2006-01-02 17:49 ` Alan Pope
2006-01-02 17:53 ` Daniel Jacobowitz
0 siblings, 2 replies; 3+ messages in thread
From: Ishwar Rattan @ 2006-01-02 17:30 UTC (permalink / raw)
To: qemu-devel
Has there been a change in -user-net part
(other than -net user) for qemu-0.8.0?
I installed Minix-3.1.1 under qemu-0.7.2
and the network part of the install does
not work with qemu-0.8.0.
-> qemu-0.7.2 (with -user-net option)
#ifconfig -a
/dev/ip: address 10.0.2.15 netmask 255.255.255.0 mtu 1500
#
-> qemu-0.8.0 (with -net user option)
#ifconfig -a
# ifconfig -h 10.0.2.15 -n 255.255.255.0
ifconfig: Unable to open /dev/ip: No such device or address
#
Any ideas?
-ishwar
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] qemu-0.8.0 question?
2006-01-02 17:30 [Qemu-devel] qemu-0.8.0 question? Ishwar Rattan
@ 2006-01-02 17:49 ` Alan Pope
2006-01-02 17:53 ` Daniel Jacobowitz
1 sibling, 0 replies; 3+ messages in thread
From: Alan Pope @ 2006-01-02 17:49 UTC (permalink / raw)
To: qemu-devel
On 02/01/06, Ishwar Rattan <ishwar@pali.cps.cmich.edu> wrote:
>
> Has there been a change in -user-net part
> (other than -net user) for qemu-0.8.0?
>
Yes, you need -net nic as well as -net user.
Cheers,
Al.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] qemu-0.8.0 question?
2006-01-02 17:30 [Qemu-devel] qemu-0.8.0 question? Ishwar Rattan
2006-01-02 17:49 ` Alan Pope
@ 2006-01-02 17:53 ` Daniel Jacobowitz
1 sibling, 0 replies; 3+ messages in thread
From: Daniel Jacobowitz @ 2006-01-02 17:53 UTC (permalink / raw)
To: qemu-devel
On Mon, Jan 02, 2006 at 12:30:39PM -0500, Ishwar Rattan wrote:
>
> Has there been a change in -user-net part
> (other than -net user) for qemu-0.8.0?
>
> I installed Minix-3.1.1 under qemu-0.7.2
> and the network part of the install does
> not work with qemu-0.8.0.
>
> -> qemu-0.7.2 (with -user-net option)
>
> #ifconfig -a
> /dev/ip: address 10.0.2.15 netmask 255.255.255.0 mtu 1500
> #
>
> -> qemu-0.8.0 (with -net user option)
> #ifconfig -a
> # ifconfig -h 10.0.2.15 -n 255.255.255.0
> ifconfig: Unable to open /dev/ip: No such device or address
> #
>
> Any ideas?
Try -net nic -net user. Or no -net option at all; this should be the
default if no -net options are specified, IIRC.
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-01-02 17:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-02 17:30 [Qemu-devel] qemu-0.8.0 question? Ishwar Rattan
2006-01-02 17:49 ` Alan Pope
2006-01-02 17:53 ` Daniel Jacobowitz
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).