[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] qemu networking guestfwd
From: |
Narcis Garcia |
Subject: |
Re: [Qemu-discuss] qemu networking guestfwd |
Date: |
Tue, 28 May 2019 16:47:01 +0200 |
I think it's a guest OS matter and not guest machine matter.
I suppose you should redirect at guest a local port to host's IP.
El 28/5/19 a les 15:59, Pascal ha escrit:
> hi,
>
> how to redirect a local port in guest to a local port on host (adb) ?
>
> I've tried :
>
> qemu ... -nic user,guestfwd=tcp:127.0.0.1:5037-tcp:127.0.0.1:5037
>
> but I've got this error :
>
> qemu-system-x86_64: Conflicting/invalid host:port in guest forwarding rule
> 'tcp:127.0.0.1:5037-tcp:127.0.0.1:5037'
>
> thanks.
>