ip address
IP Address management subcommand.
=> More information.
- List network interfaces and their associated IP addresses:
ip address
- Filter to show only active network interfaces:
ip address show up
- Display information about a specific network interface:
ip address show dev {eth0}
- Add an IP address to a network interface:
ip address add {ip_address} dev {eth0}
- Remove an IP address from a network interface:
ip address delete {ip_address} dev {eth0}
- Delete all IP addresses in a given scope from a network interface:
ip address flush dev {eth0} scope {global|host|link}
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-address.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 105.229618 milliseconds
- Gemini-to-HTML Time
- 0.500076 milliseconds
This content has been proxied by September (ba2dc).