The content of this article is about how to confirm the IP information and geographical location of the server after purchasing the Alibaba Cloud ECS server. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you. help.
IP address query and positioning
After purchasing the Alibaba Cloud ECS server, if you want to confirm the IP information and geographical location of the server, or need to query the local public network IP information, you can use the Taobao IP address database Make an inquiry.
1. After visiting ip.taobao.com, the local public IP information will be displayed on the lower left side of the page.
2. Enter the server public IP in the input box on the left side of the page, click "Query", the physical location and operator of the IP will be displayed in the middle of the page information. The IP information of Alibaba Cloud's ECS server will display the words "Alibaba" or "Alibaba Cloud".
How to check the IP address
If you don’t know the IP address of the instance, you can use the command line Inquire.
Windows server:
Click Start-Run-enter cmd, enter ipconfig /all in the dos command box, you can list the network card information in the server, including sub- Netmask, gateway, DNS and MAC information can be viewed. Among them, Net Device PV Driver is the internal network card, and Net Device PV Driver #2 is the external network card.
Linux server:
Use the ifconfig command to view the network card information. You can list the network card information in the server, including the subnet mask. Code, gateway, DNS and MAC information can be viewed. eth0 on the server is the internal network card, and eth1 is the external network card.
The above is the detailed content of How to confirm the IP information and geographical location of the server after purchasing an Alibaba Cloud ECS server. For more information, please follow other related articles on the PHP Chinese website!