Skip to content

set host interface name

Anoop Rajendra edited this page May 15, 2017 · 1 revision

set host interface name

Usage

stack set host interface name {host} {name=string} [interface=string] [mac=string]

Description

Sets the logical name of a network interface on a particular host.

Arguments

  • [host]

    Host name.

Parameters

  • [name=string]

  • {interface=string}

  • {mac=string}

    MAC address of the interface.

Examples

  • stack set host interface name backend-0-0 interface=eth1 name=cluster-0-0

    Sets the name for the eth1 device on host backend-0-0 to cluster-0-0.zonename. The zone is decided by the subnet that the interface is attached to.

Clone this wiki locally