qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] FreeDOS in qemu: no internet-connection


From: Christian
Subject: Re: [Qemu-discuss] FreeDOS in qemu: no internet-connection
Date: Sun, 16 Sep 2018 12:39:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Hi Peter,

thanks a lot for your response.

I tried  "qemu-system-i386 -m 32M -drive
file=drivec.img,media=disk,format=raw -net nic -net user -drive
file=FD12CD.iso,media=cdrom -boot order=d"
but it ditn´t work either.
After boot FreeDOS still says: "Error: Your ethernet card reported an
error for every packet we sent."

And "info network" says:

hub0
\hub0port1: user.0: index=0,type=user,net=10.0.2.0,restrict=off
\hub0port0: e100.0: index=0,type=nic,model=e1000,macaddr=52:54:00:12:34:56

So I have one added line, but that doesn´t help either. But shouldn´t it
work now?

Besides there´s still one thing I cannot understand: Why does  e.g.
KNOPPIX work without any problems at all (as far as internet connection
is concerned)?

Greetings
Rosika






Am 16.09.2018 um 01:38 schrieb Peter Maydell:
> On 15 September 2018 at 11:37, Christian <address@hidden> wrote:
>> My terminal says: " Warning: vlan 0 is not connected to host network".
> This means you have given QEMU a command line which defines a
> network card but no network backend, so you get a virtual bit
> of ethernet that's not connected to anything. If you're using
> old-style "-net nic,..." then you must also pass "-net user" or
> some other -net option specifying the backend. Similarly if
> you're using new-style -device to specify the network adaptor
> type then you must also pass a -netdev option to specify the backend.
>
> (If you specify no -net/netdev options at all then you get a
> default which is -net user and some network adaptor which
> depends on the machine type; but if you specify any -net options
> then you get no defaults provided by QEMU and you have to
> specify all of the relevant options yourself.)
>
> https://wiki.qemu.org/Documentation/Networking
> is worth reading if you haven't already found it.
>
> thanks
> -- PMM
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]