Linux ip: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 20: Line 20:
ip addr show dev eth0
ip addr show dev eth0
</pre>
</pre>
=Multicast=

Revision as of 16:59, 21 March 2017

Internal

Overview

ip is the Linux command to show and manipulate routing, devices, policy routing and tunnels.

Usage Examples

Show All Network Interfaces and Their Details

ip addr show

Show Details for a Specific Network Interface

ip addr show dev eth0

Multicast