View native IP, MAC address, and port usage

Source: Internet
Author: User

Enter ipconfig and press ENTER. That is, the IP address, the sub-code mask, the gateway information

Enter Ipconfig/all and press ENTER. That includes the IP address, the sub code mask, the gateway information, and the MAC address.

Enter Netstat-ano and press ENTER to see all port occupancy.

Input: Netstat-aon|findstr "8001" to see the occupancy of the specified port, such as 8001 ports (note the space between findstr "8001")

Proceed to the following command: Tasklist|findstr "15312" to view the corresponding process Netbox.dll (8001 port is occupied by process number 15312 process)

Enter taskkill/f/t/im Netbox.dll to end the process: (note the spaces between f and t,t and IM) to view taskkill/? View all Instructions

Use the Netstat-o command to implement, find its PID

View native IP, MAC address, and port usage

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.