-
Notifications
You must be signed in to change notification settings - Fork 546
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
Duplicate mac address on two interfaces with cloud init processing #1000
Labels
Comments
The |
I've found a workaround by using terraform-provider-macaddress :
And my main.tf
The "apply" process terminate with "Apply complete!" and all VMs are reacheable. |
Tinyblargon
added
the
type/upstream
This is an issue in one of our dependencies and should be reported there
label
Sep 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Hello,
Im' trying to create two VMs with a cloud init configuration. . I clone a template which has two network interfaces in the same bridge and in my configuration, I want to change the bridge for one interface.
Telmat provider 3.0.1-rc1
Proxmox 8.1.4
Here is the configuration file:
When the second VM is instantiated, the network interfaces have a different mac address but when the second interface switches to another bridge, it recovers the same mac address as the other interface, in fact the machine is unreachable and the creation process is in a loop.
Before changing the bridge :
After changing the bridge :
On the other hand, the first instantiated machine has two mac addresses and can be reached.
And we can see a cdrom drive on ide2 appears from nowhere....
Other information, when I instantiate only one machine, there is no problem, two different mac addresses, creation process which ends correctly.
Is there a way around the problem? Is this a configuration issue? A problem with the provider or with proxmox?
Thank you.
The text was updated successfully, but these errors were encountered: