qemu-discuss
[Top][All Lists]
Advanced

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

Re: [Qemu-discuss] sabrelite User Networking (SLIRP) is not working.


From: Peter Maydell
Subject: Re: [Qemu-discuss] sabrelite User Networking (SLIRP) is not working.
Date: Fri, 7 Dec 2018 13:21:32 +0000

On Fri, 7 Dec 2018 at 11:58, Bilal, Muhammad <address@hidden> wrote:
> I'm trying to use user mode networking for sabrelite machine in qemu system, 
> but my guest application is showing link down and hence no network activity.
>
> While *tap networking* is just working fine on that machine
>
> User networking command:
> -----------------------------------
>
> qemu-system-arm -m 1G -M sabrelite  -serial null -serial stdio -net nic -net 
> user,hostfwd=tcp::8080-:8080  -kernel sabre_net_uni.out
>
>
> Tap networking command (working fine):
> ---------------------------------------------------------
>
> sudo ./qemu-system-arm -m 1G -M sabrelite  -serial null -serial stdio -net 
> nic -net tap  -kernel  sabre_net_uni.out
>
>
> I'm aware how user networking works as I already successfully using user 
> networking for xlnx-zcu102 board.
>
> So, is there anything missing for my side to configure the user networking 
> for sabrelite machine?

The networking backends (tap, user, etc) and frontends
(ethernet device emulation) are independent, so there
should (in theory) be no difference in how you use them
between boards.

thanks
-- PMM



reply via email to

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