System MAC address setting

Name

  sysmac

Details

Type Byte sequence
DHCP option number not applicable
ISC dhcpd syntax not applicable

Examples

Display the system MAC address

  iPXE> show sysmac
  net0/mac:hex = 52:54:00:aa:bb:cc

Check if system MAC address is enabled

  isset ${sysmac} && echo System MAC is ${sysmac} ;

Set interface "net2" to use the system MAC address

  set net2/mac ${sysmac}

Description

Specifies the system MAC address applied to externally pluggable USB network cards (or docking stations).

See also

Notes

The “system MAC address” is not the standard hardware MAC address associated with a network interface. It is a MAC address that is associated with a whole system (typically a laptop), and is used to override the hardware MAC address of an externally pluggable USB network card (or docking station).

This setting is available only when using an iPXE build that includes support for externally pluggable USB network cards.

The system BIOS will typically allow the system MAC address (often labelled “MAC address passthrough”) to be disabled. When the system MAC address is disabled, the sysmac setting will have no value.

cfg/sysmac.txt · Last modified: 2022/06/10 13:07 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.