At Python program I use uuid.uuid1().node
for binding to hardware configuration (MAC-address). Under Windows 10 everything works well, uuid.uuid1().node
every time is the same and it's equal to MAC-address, but under Ubuntu 20.04 after every reboot new number is generated and it differs from MAC.
Is it possible to get MAC-address under Ubuntu or bind hardware somehow else?