Custom MAC Address Range

Tim Stoffel

New Member
Dec 19, 2017
4
1
1
31
Germany
Hello,

is it possible to specify the mac adress range, which proxmox is using for new vms?

I have to use a specifig mac adress range for my vms in the network to get specific ips.

Kind Regards


Tim Stoffel
 
  • Like
Reactions: robetus
it is possible to set a mac prefix in /etc/pve/datacenter.cfg
Code:
man datacenter.cfg
 
  • Like
Reactions: robetus
all,

just tried to delete the MAC prefix.
Unfortunately I couln't find any way to do it via GUI nor API,
but deleting the line from the config file seems to work:
Code:
sed -i '/mac_prefix/d' /etc/pve/datacenter.cfg
Cheers,
luphi
 
Thanks so much for the info everyone! I have a DHCP server I need to filter access to and I needed a MAC prefix set for it! Easy peasy.