Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu network sometimes cannot be detected in installer #4477

Closed
UTMDiscordBot opened this issue Oct 6, 2022 · 3 comments
Closed

Ubuntu network sometimes cannot be detected in installer #4477

UTMDiscordBot opened this issue Oct 6, 2022 · 3 comments
Milestone

Comments

@UTMDiscordBot
Copy link

Sometimes the interface shows as down in the installer. But even if i go sett it to use DHCP, most often in these cases, it simply will not get an IP. But this behavior is in no way consistent.

Created using UTMbot

Questioner: jorn#2510
Moderator: ktprograms#2418

@UTMDiscordBot
Copy link
Author

Sometimes killing VM, cycling the MAC, and trying again works. But i have <50% success with that.

Added comment using UTMbot

Questioner: jorn#2510
Moderator: ktprograms#2418

@ktprograms
Copy link
Contributor

Here's the list of starting octet and success/fail with the Ubuntu server installer:

Octet Ok
F3 N
EB N
77 N
D3 N
F0 Y
D6 Y
F4 Y
92 Y
CD N
CC Y
55 N
8F N
92 Y

Results:

  • UTM doesn't constrain MAC addresses to Locally administrated Unicast.
  • Ubuntu installer breaks if the MAC address is Multicast.

@ktprograms
Copy link
Contributor

Re-adding this line of code (translated to swift) should fix it:

bytes[0] = (bytes[0] & 0xFC) | 0x2;

@osy osy added this to the v4.0 milestone Oct 7, 2022
@osy osy closed this as completed in 815fe0e Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants