Changeset 13598 in genesis for nodes/GHR


Ignore:
Timestamp:
Aug 9, 2016, 11:49:24 AM (8 years ago)
Author:
rick
Message:

Workaround for USB NIC w/o MAC address.

Some USB dongles do not have an MAC address, defaulting to 00:00:00:00:00:00.
This will cause issues on systems with multiple off them. Workaround is to use
an 'local' MAC adress. To ensure uniqueness use the IP of the the interface as
reference for creating the mac address.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/GHR/wleiden.yaml

    r13597 r13598  
    3838iface_ue0:
    3939  comment    : "Link naar Kaag2"
     40  ether      : "02:00:ac:10:07:44"
    4041  ip         : "172.16.7.68/29"
    4142  sdesc      : "2kaag2"
Note: See TracChangeset for help on using the changeset viewer.