[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Qemu-discuss Digest, Vol 149, Issue 11
From: |
Michele Denber |
Subject: |
Re: Qemu-discuss Digest, Vol 149, Issue 11 |
Date: |
Thu, 15 Feb 2024 20:13:54 -0500 |
User-agent: |
Mozilla Thunderbird |
On 2/15/2024 4:21 PM, dal1791@yahoo.com wrote:
I tried to setup a network connection between windows host and Solaris
guest, though have failed with the Tap network option. Without a
network connection, the image seemed the best option since I have read
image files from the host machine to install software already.
I got networking to work with a Win 11 host running QEMU 7.2.0 and SunOS
4.1.4 SPARC guest with this:
-nic tap,model=lance,ifname=tap0
On the Windows side, all that's needed is to set the tap0 device to
"bridged". All the other fields can be left empty.
- Michele