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, 1111🔥, 0💬
Popular Posts:
How to convert a Word document into an MHTML? I have a nice Word document and want to publish it on ...
What is the port number used for the control connection in FileZilla Server? How to change control c...
What is TestReail? TestRail is a comprehensive web-based test case management software to efficientl...
How to view dynamic field codes in Microsoft Word? Each dynamic value is Microsoft Word is driven by...
How to unzip an XPS (XML Paper Specification, .xps) file? According to Microsoft documentation, an ....