ip link – POFTUT

What Is My MAC Address Of Network Interface On Windows Or Linux?

What Is My MAC Address Of Network Interface On Windows Or Linux?

MAC Address is used to identify a Network Interface Card uniquely in a layer 2 network. This address is used to transfer files between default gateway and host or computer. In this tutorial, we will learn how to find a MAC address from command-line or GUI in operating systems like Windows and Linux. Display Mac … Read more

How to Lookup OUI (Organizationally Unique Identifier) In Linux?

How to Lookup OUI (Organizationally Unique Identifier) In Linux?

Network switches or Layer 2 technology Ethernet protocol uses MAC addresses in order to transfer frames between systems. MAC addresses are 48-bit value. This 48-bit value contains the device manufacturer ID as the first 24 bit. In this tutorial we will learn how to look, search and find the Organizationally Unique Identifier in Linux distributions like … Read more

Linux ethtool Tutorial with Usage Examples

ethtool  is useful utility used for Network Interface Card configuration. It provides simple and fast way to get and set configuration about IP address, interface speed, interface duplex or half duplex etc. List and Printer Interface Properties We will start with simply listing given network interface properties. We will see that there is a lot … Read more