T Tim Stoffel New Member Dec 19, 2017 4 1 1 31 Germany Dec 21, 2017 #1 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 Reactions: robetus
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
dcsapak Proxmox Staff Member Staff member Feb 1, 2016 10,528 1,669 273 37 Vienna Dec 21, 2017 #2 it is possible to set a mac prefix in /etc/pve/datacenter.cfg Code: man datacenter.cfg Reactions: robetus
LnxBil Distinguished Member Feb 21, 2015 10,242 2,336 303 Saarland, Germany Dec 21, 2017 #3 And also via the GUI: Datacenter -> Options -> MAC address prefix Reactions: robetus
L luphi Renowned Member Nov 9, 2015 83 5 73 Mar 22, 2019 #4 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
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
R robetus Well-Known Member Jul 8, 2017 54 2 48 Las Vegas, NV Apr 20, 2023 #5 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.
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.