I need to change the MAC address on a NIC on a Proxmox 4.4 host. It seems that it is NOT correct to use /etc/network/interfaces since Proxmox manages its content directly - but I'm just a newbie so feel free to point out my ignorance
At this stage I am handling the situation via a CRON job:
*/5 * * * * /sbin/ifconfig eth0 hw ether a2a3a4a5a6a7
...but I am not happy with this solution.
Can anyone suggest a more appropriate way to do this?
At this stage I am handling the situation via a CRON job:
*/5 * * * * /sbin/ifconfig eth0 hw ether a2a3a4a5a6a7
...but I am not happy with this solution.
Can anyone suggest a more appropriate way to do this?