Closed ps-mattstuart closed 4 months ago
can you test this new build https://github.com/chef/bento/actions/runs/8601528699/artifacts/1395233285 or any of the ubuntu images from this pipeline. https://github.com/chef/bento/actions/runs/8601528699#artifacts
I will attempt in short order here
i believe this is fixed with #1572 feel free to reopen this issue if you find that not to be the case.
This was addressed previously in #1473 for 20.04 and 22.04.
Version
bento/ubuntu-22.04-arm64 v202401.31.0
Environment
MacOS 14.4.1 Mac Studio M2 Ultra Vagrant 2.4.1 Parallels 19.3.0
Scenario
Creating 2 virtual machines from the same base image and version result in a duplicate "mac address" (yes ubuntu still uses the 'machine id' when requesting IP addresses) which results in the same IP being assigned on the shared network.
Steps to Reproduce
MACHINE TWO
Expected Result
Each machine should get unique ip addresses from the shared network DHCP. Potentially Parallels should report different MAC addresses.
Actual Result
Machines get the same IP address from the shared network DHCP.