Hi folks!
I'm setting up a somewhat complex network and need ensure that all MAC addresses (of interfaces with an IP) are unique, including all cloned interfaces. While f.e. vlan(4) or lagg(4) devices inherit their MAC addresses from their underlying device (also "recursively" eth <- lagg <- vlan), it's not possible for devices like bridge(4) or tun(4)/tap(4). How can I still make sure that there won't be any collision? I'd also prefer not to have any means of book-keeping MAC addresses.
Greetings,
/dev
I'm setting up a somewhat complex network and need ensure that all MAC addresses (of interfaces with an IP) are unique, including all cloned interfaces. While f.e. vlan(4) or lagg(4) devices inherit their MAC addresses from their underlying device (also "recursively" eth <- lagg <- vlan), it's not possible for devices like bridge(4) or tun(4)/tap(4). How can I still make sure that there won't be any collision? I'd also prefer not to have any means of book-keeping MAC addresses.
Greetings,
/dev