Problem with bridged networking? #5492
Unanswered
jalanh11640
asked this question in
Linux
Replies: 1 comment 4 replies
-
Try and see if enabling the "Isolate Guest from Host" option of "Bridged (Advanced)" does the trick for you. It's tucked away under the "Show Advanced Settings" panel by default: ![]() |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a ubuntu 22.0.4 server installation (the minimal installation, not the full) on a 2023 M2 Mac Mini running macOS Sonoma (public beta). The UTM configuration defaulted to a network mode of 'Shared Network'. In this configuration, I was able to ssh to the instance from my Mac.
I decided to switch the Networking Mode to 'Bridged (Advanced)' and set the Bridged Interface to 'en1' (my wifi interface). I kept the Emulated Network Card as 'virtio-net-pci. When I booted the instance the IP matches the reservation I provided my router so it would appear that networking is configured. From my Mac, I can ping the IP address without issue. However, when I try to ssh to the instance ssh eventually times out.
Any suggestions on how to fix this?
Thanks,
Jeff
Beta Was this translation helpful? Give feedback.
All reactions