foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.6k stars 1.14k forks source link

No internet after switching to virt-manager #456

Open Trevorscj opened 3 years ago

Trevorscj commented 3 years ago

Internet works fine when launched with basic.sh however in virt-manager I have no connection. I am on 5900x 3080 and crosshair impact Vll MoBo.

The network device I added is below Mac int

Patryk27 commented 3 years ago

Try changing the device model to vmxnet3.

PScoriae commented 3 years ago

@Patryk27 thank you so much!

b3d0NA commented 10 months ago

I get this after changing the device model to vmnext3: image

Patryk27 commented 10 months ago

Compare the device's name in the error message vs the one suggested by me 🙂

frigeky00 commented 4 months ago

Hey, popping this up as I have the same issue. I changed the device model to vmxnet3, tried with Virtual Network default and Bridge device (device name: virbr0, as suggested elsewhere, since that seems to be the name of my virtual bridge). But to no avail. Running Fedora 40 atm. Really hoping this can work, as virt-manager is otherwise a much smoother experience than basic.sh. PS: FYI regardless of the network source that I choose, I have a MAC address but no IP address (not sure whether that should work too); it just says "Unknown".

EDIT: any feedback on this issue?

frigeky00 commented 4 months ago

Anyone?