Skip to content

MAC Address

Key: qie.mac

Env Var: QIE_MAC

Scope: Global

Description: Specify a specific MAC address to use in Virtual environments. Some environments have multiple network cards, and this option tells the JVM what MAC address to use in the environment. If the MAC address is not found on any of the network cards, then the first card is used. The order of the cards is non-deterministic, so specifying the address can help.

Examples

Env Var

QIE_MAC=005056c00008

Java Option

-Dqie.mac=005056c00008

YAML

QIE_MAC: "005056c00008"