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, 1325🔥, 0💬
Popular Posts:
How do I know what cookies a Website is sending to Mozilla Firefox 2.0? When you are visiting a Webs...
How to install Fitbit Bluetooth Dongle on my Windows computer? Fitbit device comes with a Bluetooth ...
What contents are stored in a Web Archive (.mht) file? When you convert a word document into a singl...
How to create a new PowerPoint Template? I have created a slide master and some useful slide layouts...
What is TestReail? TestRail is a comprehensive web-based test case management software to efficientl...