:: Re: [DNG] Qemu with Beowulf host / …
Top Page
Delete this message
Reply to this message
Author: Ralph Ronnquist
Date:  
To: dng
Subject: Re: [DNG] Qemu with Beowulf host / Ascii guest dies without much of an error message
Lars Noodén via Dng wrote on 12/8/19 8:07 pm:
> [snip]
>         -net user,hostfwd=tcp::2222-:22 \
>         -net user,hostfwd=tcp::8880-:80 \
>         -net user,hostfwd=tcp::4443-:443 \
>         -net nic,model=virtio \
> [snip]


Won't those declaration set up multiple concurrent backends for the
single guest NIC ? Shouldn't you rather join up all redirections into a
single backend parameter? I can imagine that multple backends could well
compete rather than collaborate (though to end up crashing is a bit
insensitive). This is of course pure guess work...

Ralph.