list-interfaces

Lists network interfaces on some system

This command outputs a list of virtual interfaces on some managed system, selected using the --host command-line parameter. By default they are shown in a table, but you can select a more machine-readable format with the optional --multiline parameter, or get a list of just IP addresses with --address-only.

Example usage

  cloudmin list-interfaces --host vvirtualmin.home
  Interface  Address         Netmask         Use
  ---------- --------------- --------------- -----------------------------------
  eth0:0     193.9.101.224   255.255.255.0   Virtualmin shared address default
  eth0:1     193.9.101.225   255.255.255.0   Virtualmin domain vservervirt.com
  eth0:2     193.9.101.227   255.255.255.0   Virtualmin domain autoip.com

Command Line Help

Lists all network interfaces on some virtual system.

cloudmin list-interfaces --host hostname
                        [--multiline | --address-only]