pve-network-interface-pinning - TOML Automated Install

jsterr

Famous Member
Jul 24, 2020
868
254
108
33
Hi!

An example of the answer file would look like this:
Code:
[network]
source = "from-dhcp"

[network.interface-name-pinning]
enabled = true

[network.interface-name-pinning.mapping]
"ba:24:11:d5:2e:b1" = "nic0"

The documentation will be updated soon. The documentation has been updated.
 
Last edited:
Hi!

An example of the answer file would look like this:
Code:
[network]
source = "from-dhcp"

[network.interface-name-pinning]
enabled = true

[network.interface-name-pinning.mapping]
"ba:24:11:d5:2e:b1" = "nic0"

The documentation will be updated soon. The documentation has been updated.
Thanks is there a equivalent to the generic generate command that automatically pins without explicilty using the MAC or target-Name?

Edit: nvm you put it in the Wiki, thanks!
 
Last edited:
  • Like
Reactions: mkoeppl