TAP networking on Windows

About Qemu-system-ppc, a PPC Mac emulator for Windows, macOS and Linux that can run Mac OS 9.0 up to Mac OS X 10.5

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
Jacob_
Space Cadet
Posts: 8
Joined: Sun Aug 23, 2009 1:05 am

TAP networking on Windows

Post by Jacob_ »

I installed the OpenVPN TAP driver and used these configuration options:

Code: Select all

-netdev tap,ifname=TAP,id=network01
-device sungem,netdev=network01
QEMU is using the TAP connection, but there is no network access from OS9, and the TCP/IP settings look wrong. Is there anything else I need to set up?
Image
Image
User avatar
Cat_7
Expert User
Posts: 6145
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: TAP networking on Windows

Post by Cat_7 »

Hi,

Yes, you need to create a brigde device with has the tap device and your default ethernet connection as members. Otherwise the tap device has no means to get to your network. As you can see, the tap device itself shows "No network access".

Best,
Cat_7
Post Reply