Select Page

ABIOLA RASP – Raspberries for African School Projects

Wie können wir helfen?

< Alle Themen
Print

Usage of Ip commands

no-830 au-03

The ip command

The ip command is the most powerfull tool for configuring network interfaces. You can use it to bring interface up or down, assign and remove addresses and routers etc. This articles shows how to use ip command.

Display all IP addresses

You can display information about all IP addresses using ip command.

1) Run below command

ip addr show

2) lo (Loopback Network) interface

3) eth0 network interface

4) wlan0 network interface

Display single network interface

To display information about a specific network interface, please folloe below instructions.

1) Run below command

ip addr show dev wlan0

2) Information about wlan0 network interface

SYNTAX:
ip addr show dev NetworkInterface

NetworkInterface: wlan0

This article is a component of the “Linux Introduction” course from the ABIOLA online Academy.

Please refer: https://academy.abiola.ngo/courses/linux-introduction/?lang=en

Inhaltsverzeichnis