ip link
Manage network interfaces.
=> More information.
- Show information about all network interfaces:
ip link
- Show information about a specific network interface:
ip link show {ethN}
- Bring a network interface up or down:
ip link set {ethN} {up|down}
- Give a meaningful name to a network interface:
ip link set {ethN} alias "{LAN Interface}"
- Change the MAC address of a network interface:
ip link set {ethN} address {ff:ff:ff:ff:ff:ff}
- Change the MTU size for a network interface to use jumbo frames:
ip link set {ethN} mtu {9000}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/ip-link.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 116.191337 milliseconds
- Gemini-to-HTML Time
- 0.246261 milliseconds
This content has been proxied by September (3851b).