Skip to content

set host interface ip

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

set host interface ip

Usage

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

Description

Sets the IP address for the named interface for one host.

Arguments

  • [host]

    Host name.

Parameters

  • [ip=string]

  • {interface=string}

  • {mac=string}

    MAC address of the interface.

Examples

  • stack set host interface ip backend-0-0 interface=eth1 ip=192.168.0.10

    Sets the IP Address for the eth1 device on host backend-0-0.

Clone this wiki locally