DOKK / manpages / debian 10 / inetutils-tools / inetutils-ifconfig.1.en
IFCONFIG(1) User Commands IFCONFIG(1)

ifconfig - configure network interfaces

ifconfig [option...] name [addr] [broadcast brdaddr] [pointopoint|dstaddr dstaddr] [netmask mask] [ether|hwaddr|lladdr macaddr] [metric n] [mtu n] [txqueuelen n] [up|down] [flags]

Configure network interfaces.

Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.

Known flags are: allmulti, arp, automedia, broadcast, debug, dynamic, master, multicast, pointopoint, portsel, promisc, slave, trailers, up. Prepending no to any of these flags will negate their effect.

Display all available interfaces.
Set interface address to addr.
Set broadcast address to addr.
Set destination (peer) address to addr.
Activate the interface (default if address is given).
Shut the interface down.
Set interface flags.
Configure network interface name.
List available or selected interfaces.
Set netmask to mask.
Set metric of interface to n.
Set mtu of interface to n.
Select output format; set to 'help' for information.
Short output format.
Output information when configuring interface.
-?, --help
Give this help list.
Give a short usage message.
Print program version.

Linux-specific options:

Set transmit queue length to n.
2019-02-09 GNU inetutils