Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
"ipconfig" and "ifconfig" Commands
What Is "ipconfig" and "ifconfig" Commands?
✍: FYIcenter.com
"ipconfig" command is a tool on Windows systems to display IP configurations of
networking interfaces.
The example below shows IP configurations of 2 networking interfaces on a single host:
fyicenter> ipconfig /all 0 Ethernet adapter : Description . . . . . . . . : PPP Adapter. Physical Address. . . . . . : 44-44-44-54-00-00 IP Address. . . . . . . . . : 123.45.67.12 Subnet Mask . . . . . . . . : 255.255.0.0 Default Gateway . . . . . . : 123.45.67.8 1 Ethernet adapter : Description . . . . . . . . : 3Com 3C90x Ethernet Adapter Physical Address. . . . . . : 00-50-04-62-F7-23 IP Address. . . . . . . . . : 111.111.111.108 Subnet Mask . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . : 111.111.111.1
"ifconfig" command is a tool on macOS and Linux systems to display IP configurations of networking interfaces.
The example below shows IP configurations of single networking interface on a Linux host:
fyicenter$ ifconfig eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::544a:befb:dbc9:d7d2 prefixlen 64 scopeid 0x20<link> ether 44:39:c4:94:b2:39 txqueuelen 1000 (Ethernet)
2021-05-16, 1369🔥, 0💬
Popular Posts:
What is the port number used for the control connection in FileZilla Server? How to change control c...
How to install Microsoft Teams desktop version on Windows 7? I am tired of using Microsoft Teams Web...
How to download and install SoapUI on Windows systems? Here are the steps to download and install So...
How to save word documents into Unicode UTF-8 text files? When I convert Word documents into text fi...
How to create two columns in Microsoft Word documents? If you want to make a part of a Word document...