Skip to content

report host interface

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

report host interface

Usage

stack report host interface {host} [interface=string]

Description

Output the network configuration file for a host's interface.

Arguments

  • [host]

    One host name.

Parameters

  • {interface=string}

    Output a configuration file for this host's interface (e.g. 'eth0'). If no 'interface' parameter is supplied, then configuration files for every interface defined for the host will be output (and each file will be delineated by and tags).

Examples

  • stack report host interface compute-0-0 interface=eth0

    Output a network configuration file for compute-0-0's eth0 interface.

Clone this wiki locally