- linux:
1. Open the terminal and enter a `ifconfig ' or `ip addr ' command to obtain the ip information on this machine。
2. The `arm-a ' command may also be used to view the adjacent equipment in the network。
2. Use of web analysis tools
The ip addresses of all the devices in the lan are more easily viewed using a number of dedicated web tools. For example, the use of nmap, a web-scanning tool, allows rapid scanning of specific ip ranges in the following command formats:
````
Nmap - sp 192/168. 1. 0/24
````
The above order will scan all ip addresses in the range of 192. 168. 1. 0 to 192. 168. 1. 255。
Iii. Methodology for finding domain names
The search for domain names takes place in a variety of ways, including using domain name resolution tools or whois queries。
1. Use of command line tools
In the command line environment, we can search the ip address of the domain name by `ns lookup ' or `dig ' command。
- nslookup command:
Supports the use on windows and linux as follows:
````
This post is part of our special coverage global development 2011
````
This command returns information about the ip address and the dns server associated with the domain name。
-dig command:
In linux, the `dig ' command function is stronger, using the following methods:
````
Dig www. Example. Com
````
The command will provide detailed dns information, including a records, suitable for in-depth domain name analysis。
2. Use whois query tool
Whois is a tool for searching for domain name registration information, which provides access to registration, contact information and registration and expiry times. Many websites offer whois queries, which are commonly used by:
1. Whois. Net
2. Icann whois
3. Domaintools
Users need only enter domain names on these platforms to obtain relevant registration information, a feature that is particularly important for station chiefs to understand competitors and confirm domain names。
Iv. Recommended domain name query tool
In addition to the command line tools mentioned above, the following are practical online domain name search tools and resource sites:
1. Ip address search tool
- ipinfo: information on the location of ip addresses and isps can be found (https://ipinfo. Io/)
- whatismyipaddress: used to check your own external ip and to be able to search for specific ip details (https://whatismyipadless. Com/)
2. Dns query tool
- mxtoolbox: provides comprehensive dns queries, smtp, mx records and blacklist checks (https://mxtoolbox. Com/)
- dnschecker: it is easy to check the resolution of a domain name under different dns servers (https://dnschecker. Org/)
3. Whois query tool
- whois. Net: an easy whois query platform where users can quickly access registration information for domain names (https://www. Whois. Net/)
- whois. Cann. Org: icann's official whois tool, accurate information, suitable for searching for registration status (https://whois. Cann. Org/en)
4. Station master tools
- stationmaster's home: multifunctional tools such as domain name queries, seo analysis, station leader ranking, suitable for stationmaster use (https://www. Chinaz. Com/tools/)
- love web: supply of website data analysis and domain name query tools, good user experience (https://www. Aizhan. Com/)
Summary
The search for up-to-date ip and domain name information in the domain network is essential for network management and website operations. Network management and monitoring capacity can be effectively enhanced through basic knowledge of the network, the flexible use of command tools and the use of online tools. It is hoped that the information and tools provided here will help you to improve the efficiency and accuracy of network management。




