Re: generate mac "unique" mac address on a netzor
- In reply to: Benoit Chesneau : "generate mac "unique" mac address on a netzor"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Nov 2023 18:23:49 UTC
05.11.23 20:04, Benoit Chesneau: > ip plan to setup multiple vms that are using sr-iov. is there any way to manage private mac adresses that can be assignated to them? > > Any good pattern/script that allows it? Do we have provate mac address blocks like for ips? > > BenoƮt In our virtual environment we generate unique mac addresses with hexdump -n3 -e'/3 "58:9c:fc" 3/1 ":%02x"' /dev/random