The ipconfig command is used to help users check network conditions, such as latency, IP, host information, physical address information, etc. The ipconfig command is a command in DOS systems. Commonly used commands are: [ipconfig /all], [ipconfig /release].
The role of the ipconfig command:
The ipconfig command is a command in the DOS system. It can help users check the network status and see what you want. See numerous network information, such as delay, IP, host information, physical address information, etc.
(Learning video sharing: linux video tutorial)
Common commands:
ipconfig /all: display Detailed information of the local TCP/IP configuration;
ipconfig /release: DHCP client manually releases the IP address;
ipconfig /renew: The DHCP client manually refreshes the request to the server;
ipconfig /flushdns: clears the local DNS cache content;
ipconfig /displaydns: displays the local DNS Content;
ipconfig /registerdns: DNS client manually registers with the server;
ipconfig /showclassid: Displays the DHCP class information of the network adapter ;
ipconfig /setclassid: Set the DHCP class of the network adapter.
ipconfig /renew “Local Area Connection”: Updates the configuration of the DHCP-assigned IP address of the “Local Area Connection” adapter
ipconfig /showclassid Local*: Displays the DHCP class ID of all adapters whose names begin with Local
ipconfig /setclassid “Local Area Connection” TEST: Sets the DHCP class ID of the Local Area Connection adapter to TEST
Related recommendations: php training
The above is the detailed content of What is the function of ipconfig command. For more information, please follow other related articles on the PHP Chinese website!